mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02:00
poky-tiny: don't skip core-image-base and core-image-full-cmdline
Building a "tiny" core-image-full-cmdline may not make a lot of sense, but it build, so don't skip these images. (From meta-yocto rev: a03d9df579cfdfdaa0e0967f04cbd7c62cd40055) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8cc8380074
commit
dec75f203a
@@ -113,8 +113,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
|
||||
RDEPENDS:${PN}-mtrace:pn-eglibc = ""
|
||||
|
||||
SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny"
|
||||
SKIP_RECIPE[core-image-base] = "not buildable with poky-tiny"
|
||||
SKIP_RECIPE[core-image-full-cmdline] = "not buildable with poky-tiny"
|
||||
SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny"
|
||||
SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny"
|
||||
SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny"
|
||||
|
||||
Reference in New Issue
Block a user