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:
Saul Wold 2011-03-17 00:47:06 -07:00 committed by Richard Purdie
parent fe6e54773e
commit e6a8e53a8d

View File

@ -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