diff options
author | Ross Burton <ross@burtonini.com> | 2022-02-21 17:32:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
commit | dec75f203adbba6172c4e239f2118bae0e6cf8b0 (patch) | |
tree | 4eea03aba47e4f4e356adab5a29bcdb5cd8799e5 /meta-poky | |
parent | 8cc8380074091b09229264ca9048b538c2fc1640 (diff) | |
download | poky-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')
-rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 2 |
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 = "" | |||
113 | RDEPENDS:${PN}-mtrace:pn-eglibc = "" | 113 | RDEPENDS:${PN}-mtrace:pn-eglibc = "" |
114 | 114 | ||
115 | SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny" | 115 | SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny" |
116 | SKIP_RECIPE[core-image-base] = "not buildable with poky-tiny" | ||
117 | SKIP_RECIPE[core-image-full-cmdline] = "not buildable with poky-tiny" | ||
118 | SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny" | 116 | SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny" |
119 | SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny" | 117 | SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny" |
120 | SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny" | 118 | SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny" |