mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
committed by
Richard Purdie
parent
fe6e54773e
commit
e6a8e53a8d
@@ -1,8 +1,10 @@
|
|||||||
IMAGE_FEATURES += "apps-console-core "
|
IMAGE_FEATURES += "apps-console-core "
|
||||||
|
|
||||||
IMAGE_INSTALL = "\
|
IMAGE_INSTALL = "\
|
||||||
${POKY_BASE_INSTALL} \
|
task-poky-boot \
|
||||||
task-poky-basic \
|
task-poky-basic \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# ${POKY_BASE_INSTALL}
|
||||||
|
|
||||||
inherit poky-image
|
inherit poky-image
|
||||||
|
|||||||
Reference in New Issue
Block a user