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>
This commit is contained in:
Richard Purdie 2014-01-17 11:40:29 +00:00
parent e0d8e2cdff
commit b908caca1a
1 changed files with 3 additions and 0 deletions

View 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 = ""