diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-03-29 18:42:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-04 16:56:37 +0100 |
commit | bbc7f24d463c11b16f000462528c18bbb86b1e88 (patch) | |
tree | 288c897a3ac0bc366154dfd66deb4bb70a816299 /meta/recipes-core/images | |
parent | 553ac1bf0ebf2ecf4e45ace4016b50c810ef7b26 (diff) | |
download | openembedded-core-bbc7f24d463c11b16f000462528c18bbb86b1e88.tar.gz openembedded-core-bbc7f24d463c11b16f000462528c18bbb86b1e88.tar.bz2 openembedded-core-bbc7f24d463c11b16f000462528c18bbb86b1e88.zip |
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.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 4 |
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 PR = "r8" -CORE_IMAGE_EXTRA_INSTALL = "\ - task-self-hosted \ - " - IMAGE_FEATURES += "x11-mini package-management" # Ensure there's enough space to do a core-image-minimal build, with rm_work enabled |