mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
poky-image-basic: remove POKY_BASE_INSTALL
Removing POKY_BASE_INSTALL and replacing it with task-poky-boot, effectively removes task-poky-extended which was pulling unwanted recipes. (From OE-Core rev: aa42a75e784510e5ee76dc227758bbc7dc650fb3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fe6e54773e
commit
e6a8e53a8d
|
|
@ -1,8 +1,10 @@
|
|||
IMAGE_FEATURES += "apps-console-core "
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
${POKY_BASE_INSTALL} \
|
||||
task-poky-boot \
|
||||
task-poky-basic \
|
||||
"
|
||||
|
||||
# ${POKY_BASE_INSTALL}
|
||||
|
||||
inherit poky-image
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user