From: Saul Wold Date: Thu, 17 Mar 2011 07:47:06 +0000 (-0700) Subject: poky-image-basic: remove POKY_BASE_INSTALL X-Git-Tag: 2011-1~2034 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa42a75e784510e5ee76dc227758bbc7dc650fb3;p=openembedded-core.git 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. Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/images/poky-image-basic.bb b/meta/recipes-extended/images/poky-image-basic.bb index 7e4596e435..76d5dc2c7a 100644 --- a/meta/recipes-extended/images/poky-image-basic.bb +++ b/meta/recipes-extended/images/poky-image-basic.bb @@ -1,8 +1,10 @@ IMAGE_FEATURES += "apps-console-core ssh-server-openssh" IMAGE_INSTALL = "\ - ${POKY_BASE_INSTALL} \ + task-poky-boot \ task-poky-basic \ " +# ${POKY_BASE_INSTALL} + inherit poky-image