[poky] [PATCH 3/7] poky-image-basic: remove POKY_BASE_INSTALL
Saul Wold
sgw at linux.intel.com
Thu Mar 17 02:58:44 PDT 2011
From: Saul Wold <sgw at linux.intel.com>
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 <sgw at linux.intel.com>
---
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
--
1.7.1.1
More information about the poky
mailing list