[1/2] poky-tiny: don't blacklist core-image-base and core-image-full-cmdline

Message ID 20220221173253.768983-1-ross.burton@arm.com
State New
Headers show
Series [1/2] poky-tiny: don't blacklist core-image-base and core-image-full-cmdline | expand

Commit Message

Ross Burton Feb. 21, 2022, 5:32 p.m. UTC
Building a "tiny" core-image-full-cmdline may not make a lot of sense, but it
build, so don't blacklist these images.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-poky/conf/distro/poky-tiny.conf | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index b6c4eeccd0..8fae126cbc 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -113,8 +113,6 @@  MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
 RDEPENDS:${PN}-mtrace:pn-eglibc = ""
 
 PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
-PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
-PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny"
 PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny"
 PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny"
 PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny"