diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2022-02-04 09:02:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
commit | 35b01e301b13a7254044e68f8e72e1b09b2dc306 (patch) | |
tree | 9dba25eb27d3ab37052146fb1c47f5866937829f /meta-poky | |
parent | 0b46552625959b829d7f2712b642ef52003e5534 (diff) | |
download | poky-35b01e301b13a7254044e68f8e72e1b09b2dc306.tar.gz |
poky-tiny: Use renamed SKIP_RECIPES varFlag
This is a more descriptive variable name updated in base.bbclass
(From meta-yocto rev: 4e9e91dbd2d9aa14a9424b615484290fc863481c)
Signed-off-by: Saul Wold <saul.wold@windriver.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 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index b6c4eeccd0..30c031550f 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
@@ -112,16 +112,16 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" | |||
112 | # this script for the purposes of tiny, remove the dependency from here. | 112 | # this script for the purposes of tiny, remove the dependency from here. |
113 | RDEPENDS:${PN}-mtrace:pn-eglibc = "" | 113 | RDEPENDS:${PN}-mtrace:pn-eglibc = "" |
114 | 114 | ||
115 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | 115 | SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny" |
116 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | 116 | SKIP_RECIPE[core-image-base] = "not buildable with poky-tiny" |
117 | PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" | 117 | SKIP_RECIPE[core-image-full-cmdline] = "not buildable with poky-tiny" |
118 | PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny" | 118 | SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny" |
119 | PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny" | 119 | SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny" |
120 | PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny" | 120 | SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny" |
121 | PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny" | 121 | SKIP_RECIPE[core-image-sato-dev] = "not buildable with poky-tiny" |
122 | PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny" | 122 | SKIP_RECIPE[core-image-sato-sdk] = "not buildable with poky-tiny" |
123 | PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" | 123 | SKIP_RECIPE[core-image-x11] = "not buildable with poky-tiny" |
124 | PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" | 124 | SKIP_RECIPE[core-image-weston] = "not buildable with poky-tiny" |
125 | 125 | ||
126 | # Disable python usage in opkg-utils since it won't build with tiny config | 126 | # Disable python usage in opkg-utils since it won't build with tiny config |
127 | PACKAGECONFIG:remove:pn-opkg-utils = "python" | 127 | PACKAGECONFIG:remove:pn-opkg-utils = "python" |