All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky-tiny.conf: blacklist inappropriate image options
@ 2012-11-19 12:39 Constantin Musca
  2012-11-20 22:19 ` Darren Hart
  2012-12-06  5:30 ` Saul Wold
  0 siblings, 2 replies; 10+ messages in thread
From: Constantin Musca @ 2012-11-19 12:39 UTC (permalink / raw)
  To: poky; +Cc: Constantin Musca

Blacklist all images that aren't core-image-minimal-*

[YOCTO #2565]

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta-yocto/conf/distro/poky-tiny.conf | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index d40748e..121534e 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -120,3 +120,20 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
 # will build perl in case this package is installed. Since we don't care about
 # this script for the purposes of tiny, remove the dependency from here.
 RDEPENDS_${PN}-mtrace_pn-eglibc = ""
+
+INHERIT_DISTRO += "blacklist"
+PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-gtk-directfb] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny"
+PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny"
+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"
-- 
1.7.11.7



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-06 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 12:39 [PATCH] poky-tiny.conf: blacklist inappropriate image options Constantin Musca
2012-11-20 22:19 ` Darren Hart
2012-11-21 16:12   ` Constantin Musca
2012-11-21 17:27     ` Darren Hart
2012-11-21 17:44       ` Paul Eggleton
2012-11-21 19:35         ` Darren Hart
2012-11-22  8:32           ` Richard Purdie
2012-11-26 16:41             ` Darren Hart
2012-12-06  5:30 ` Saul Wold
2012-12-06 13:13   ` Constantin Musca

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.