include default package set in .target.mk
SVN-Revision: 6061
This commit is contained in:
parent
bf3654cc10
commit
a80df62566
1 changed files with 3 additions and 2 deletions
|
@ -70,7 +70,7 @@ foreach $target (@target) {
|
||||||
$profiles_eval .= "
|
$profiles_eval .= "
|
||||||
\$(eval \$(call Profile,$conf\_$profile->{id}))"
|
\$(eval \$(call Profile,$conf\_$profile->{id}))"
|
||||||
}
|
}
|
||||||
print <<EOF
|
print "
|
||||||
ifeq (\$(CONFIG_LINUX_$conf),y)
|
ifeq (\$(CONFIG_LINUX_$conf),y)
|
||||||
define Target
|
define Target
|
||||||
KERNEL:=$target->{kernel}
|
KERNEL:=$target->{kernel}
|
||||||
|
@ -78,9 +78,10 @@ ifeq (\$(CONFIG_LINUX_$conf),y)
|
||||||
LINUX_VERSION:=$target->{version}
|
LINUX_VERSION:=$target->{version}
|
||||||
LINUX_RELEASE:=$target->{release}
|
LINUX_RELEASE:=$target->{release}
|
||||||
LINUX_KARCH:=$target->{karch}
|
LINUX_KARCH:=$target->{karch}
|
||||||
|
DEFAULT_PACKAGES:=".join(" ", @{$target->{packages}})."
|
||||||
endef$profiles_def
|
endef$profiles_def
|
||||||
endif$profiles_eval
|
endif$profiles_eval
|
||||||
|
|
||||||
EOF
|
"
|
||||||
}
|
}
|
||||||
print "\$(eval \$(call Target))\n";
|
print "\$(eval \$(call Target))\n";
|
||||||
|
|
Loading…
Reference in a new issue