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:
Ross Burton
2022-02-21 17:32:52 +00:00
committed by Richard Purdie
parent 8cc8380074
commit dec75f203a

View File

@@ -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"