mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +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
8c9385cd1e
commit
7958e4016c
@@ -1,8 +1,10 @@
|
|||||||
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
|
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
|
||||||
|
|
||||||
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