summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
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-17 17:39:07 +0000
commit7958e4016cc221c067cea334a4571c3a86960c4e (patch)
tree39f97b895bc84c276a0c529f8c4b87343df23921 /meta/recipes-extended/images
parent8c9385cd1e611a76474452cc09ebfc032eacf950 (diff)
downloadpoky-7958e4016cc221c067cea334a4571c3a86960c4e.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/images')
-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 7e4596e435..76d5dc2c7a 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 ssh-server-openssh" 1IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
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