summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-17 00:47:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 12:06:48 +0000
commite6a8e53a8dbed53c12dfb833a4ef4bc07d9db4d1 (patch)
tree8570c84a2085120eeffddfd3e721393d06acb584 /meta/recipes-extended
parentfe6e54773e51db3e773374312cf2e6091f3ecb28 (diff)
downloadpoky-e6a8e53a8dbed53c12dfb833a4ef4bc07d9db4d1.tar.gz
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. (From OE-Core rev: aa42a75e784510e5ee76dc227758bbc7dc650fb3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/images/poky-image-basic.bb4
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 537a6e4122..2886d92311 100644
--- a/meta/recipes-extended/images/poky-image-basic.bb
+++ b/meta/recipes-extended/images/poky-image-basic.bb
@@ -1,8 +1,10 @@
1IMAGE_FEATURES += "apps-console-core " 1IMAGE_FEATURES += "apps-console-core "
2 2
3IMAGE_INSTALL = "\ 3IMAGE_INSTALL = "\
4 ${POKY_BASE_INSTALL} \ 4 task-poky-boot \
5 task-poky-basic \ 5 task-poky-basic \
6 " 6 "
7 7
8# ${POKY_BASE_INSTALL}
9
8inherit poky-image 10inherit poky-image