diff options
-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 = "" | ||