From patchwork Thu Mar 17 09:58:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/7] poky-image-basic: remove POKY_BASE_INSTALL Date: Thu, 17 Mar 2011 09:58:44 -0000 From: Saul Wold X-Patchwork-Id: 1497 Message-Id: <6daf1e090be87839b81c887d6eb7e69985fa3e8f.1300355683.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org,poky@yoctoproject.org From: Saul Wold 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 --- meta/recipes-extended/images/poky-image-basic.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/images/poky-image-basic.bb b/meta/recipes-extended/images/poky-image-basic.bb index 7e4596e..76d5dc2 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