]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 11:40:29 +0000 (11:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 11:47:47 +0000 (11:47 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-tiny.conf

index 83e232ac7e5882730eef6417f1a95b58cb76b515..3213467968f8e17a7a69758e75cb198519e97a65 100644 (file)
@@ -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 = ""