summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-29 18:42:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-04 17:17:53 +0100
commitdb7f5c4e94d527200213d79532174f00dce151ae (patch)
tree65f7bcb9a5565789c56408351425b6e57b862e6a /meta/recipes-core
parentca0831d92db035bb3bafd66d633caed77e882bd4 (diff)
downloadpoky-db7f5c4e94d527200213d79532174f00dce151ae.tar.gz
Remove redundant reference to "task-self-hosted" from self-hosted-image.bb
This recipe already includes "task-self-hosted" in the IMAGE_INSTALL line: IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" so there's no apparent need to include it again further down. (From OE-Core rev: bbc7f24d463c11b16f000462528c18bbb86b1e88) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/images/self-hosted-image.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 39f0fc4c85..28221892a3 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
6 6
7PR = "r8" 7PR = "r8"
8 8
9CORE_IMAGE_EXTRA_INSTALL = "\
10 task-self-hosted \
11 "
12
13IMAGE_FEATURES += "x11-mini package-management" 9IMAGE_FEATURES += "x11-mini package-management"
14 10
15# Ensure there's enough space to do a core-image-minimal build, with rm_work enabled 11# Ensure there's enough space to do a core-image-minimal build, with rm_work enabled