aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 11:40:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-19 17:18:04 +0000
commitb908caca1af1d4150eafd3d3001ea19599657270 (patch)
tree55f130e41966810244f169542e6434909360f3e6 /meta-yocto
parente0d8e2cdff3e7eb6965d9cb942608b932c2ffb8b (diff)
downloadopenembedded-core-contrib-b908caca1af1d4150eafd3d3001ea19599657270.tar.gz
poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies
(From meta-yocto rev: 5b191256efdf4ae7d0f58cd2612048d832b86556) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny"
PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
+
+# Disable python usage in opkg-utils since it won't build with tiny config
+PACKAGECONFIG_pn-opkg-utils = ""