From b908caca1af1d4150eafd3d3001ea19599657270 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 17 Jan 2014 11:40:29 +0000 Subject: [PATCH] poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies (From meta-yocto rev: 5b191256efdf4ae7d0f58cd2612048d832b86556) Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-tiny.conf | 3 +++ 1 file changed, 3 insertions(+) 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" 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 = ""