summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-tiny.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/distro/poky-tiny.conf')
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf20
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.
113RDEPENDS:${PN}-mtrace:pn-eglibc = "" 113RDEPENDS:${PN}-mtrace:pn-eglibc = ""
114 114
115PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" 115SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny"
116PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" 116SKIP_RECIPE[core-image-base] = "not buildable with poky-tiny"
117PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" 117SKIP_RECIPE[core-image-full-cmdline] = "not buildable with poky-tiny"
118PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny" 118SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny"
119PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny" 119SKIP_RECIPE[core-image-rt-sdk] = "not buildable with poky-tiny"
120PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny" 120SKIP_RECIPE[core-image-sato] = "not buildable with poky-tiny"
121PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny" 121SKIP_RECIPE[core-image-sato-dev] = "not buildable with poky-tiny"
122PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny" 122SKIP_RECIPE[core-image-sato-sdk] = "not buildable with poky-tiny"
123PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" 123SKIP_RECIPE[core-image-x11] = "not buildable with poky-tiny"
124PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" 124SKIP_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
127PACKAGECONFIG:remove:pn-opkg-utils = "python" 127PACKAGECONFIG:remove:pn-opkg-utils = "python"