diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-17 11:40:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-19 17:18:04 +0000 |
commit | b908caca1af1d4150eafd3d3001ea19599657270 (patch) | |
tree | 55f130e41966810244f169542e6434909360f3e6 /meta-yocto/conf | |
parent | e0d8e2cdff3e7eb6965d9cb942608b932c2ffb8b (diff) | |
download | poky-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/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 3 |
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" | |||
138 | PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" | 138 | PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" |
139 | PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny" | 139 | PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny" |
140 | PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" | 140 | PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" |
141 | |||
142 | # Disable python usage in opkg-utils since it won't build with tiny config | ||
143 | PACKAGECONFIG_pn-opkg-utils = "" | ||