From dec75f203adbba6172c4e239f2118bae0e6cf8b0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 21 Feb 2022 17:32:52 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky-tiny.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-poky/conf/distro/poky-tiny.conf') diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 30c031550f..54b2af5697 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 = "" 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" -- cgit v1.2.3-54-g00ecf