summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 83e232ac7e..3213467968 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -138,3 +138,6 @@ PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny"
138PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" 138PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
139PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny" 139PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny"
140PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" 140PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
141
142# Disable python usage in opkg-utils since it won't build with tiny config
143PACKAGECONFIG_pn-opkg-utils = ""