From patchwork Thu Mar 17 22:34:46 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 22:34:46 -0000 From: Nitin A Kamble X-Patchwork-Id: 1575 Message-Id: <20ce540c1674d3037821dae2369780f654b2ab6b.1300401018.git.nitin.a.kamble@intel.com> To: poky@yoctoprojectorg,openembedded-core@lists.openembedded.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 537a6e4..2886d92 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 " IMAGE_INSTALL = "\ - ${POKY_BASE_INSTALL} \ + task-poky-boot \ task-poky-basic \ " +# ${POKY_BASE_INSTALL} + inherit poky-image