* [PATCH] poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies
@ 2014-01-17 11:40 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-01-17 11:40 UTC (permalink / raw)
To: poky@yoctoproject.org; +Cc: Hart, Darren
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 83e232a..3213467 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 = ""
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-17 11:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 11:40 [PATCH] poky-tiny.conf: Add PACKAGECONFIG to disable opkg-utils python dependencies Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.