summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-02-21 17:32:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:27 +0000
commitdec75f203adbba6172c4e239f2118bae0e6cf8b0 (patch)
tree4eea03aba47e4f4e356adab5a29bcdb5cd8799e5 /meta-poky/conf/distro/poky-tiny.conf
parent8cc8380074091b09229264ca9048b538c2fc1640 (diff)
downloadpoky-dec75f203adbba6172c4e239f2118bae0e6cf8b0.tar.gz
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>
Diffstat (limited to 'meta-poky/conf/distro/poky-tiny.conf')
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf2
1 files changed, 0 insertions, 2 deletions
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 = ""
113RDEPENDS:${PN}-mtrace:pn-eglibc = "" 113RDEPENDS:${PN}-mtrace:pn-eglibc = ""
114 114
115SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny" 115SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny"
116SKIP_RECIPE[core-image-base] = "not buildable with poky-tiny"
117SKIP_RECIPE[core-image-full-cmdline] = "not buildable with poky-tiny"
118SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny" 116SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny"
119SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny" 117SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny"
120SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny" 118SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny"