[poky] [PATCH] conf/distro/poky-tiny: correctly disable python in opkg-utils

Ross Burton ross.burton at intel.com
Thu Jan 7 15:34:06 PST 2016


opkg-utils has more than one PACKAGECONFIG option enabled by default so wiping
out PACKAGECONFIG entirely breaks poky-tiny as then opkg-utils doesn't build an
update-alternatives binary.

Instead, use the _remove override to selectively disable Python in opkg-utils,
leaving update-alternatives present.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta-yocto/conf/distro/poky-tiny.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index eb0e88b..0ac46ac 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -125,4 +125,4 @@ PNBLACKLIST[core-image-x11] = "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 = ""
+PACKAGECONFIG_remove_pn-opkg-utils = "python"
-- 
2.6.4



More information about the poky mailing list