]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-image-basic: remove POKY_BASE_INSTALL
authorSaul Wold <sgw@linux.intel.com>
Thu, 17 Mar 2011 07:47:06 +0000 (00:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Mar 2011 15:57:14 +0000 (15:57 +0000)
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@linux.intel.com>
meta/recipes-extended/images/poky-image-basic.bb

index 7e4596e4352369dff89ef58b48743a0a92fb248b..76d5dc2c7a4baad90e187c786c33041860200e2d 100644 (file)
@@ -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