mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ca0831d92d
commit
db7f5c4e94
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user