* [PATCH 0/1] Minor poky-tiny.conf cleanup
@ 2014-10-31 16:50 Paul Eggleton
2014-10-31 16:50 ` [PATCH 1/1] poky-tiny.conf: remove inherit of blacklist Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2014-10-31 16:50 UTC (permalink / raw)
To: poky
The following change since commit f19b4e995ea47f9243f152b39337330307453c9f:
bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +0000)
is available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/poky-tiny-blacklist
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/poky-tiny-blacklist
Paul Eggleton (1):
poky-tiny.conf: remove inherit of blacklist
meta-yocto/conf/distro/poky-tiny.conf | 1 -
1 file changed, 1 deletion(-)
--
1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] poky-tiny.conf: remove inherit of blacklist
2014-10-31 16:50 [PATCH 0/1] Minor poky-tiny.conf cleanup Paul Eggleton
@ 2014-10-31 16:50 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-10-31 16:50 UTC (permalink / raw)
To: poky
The blacklist class is now automatically inherited.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index fb4bf41..75508c1 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -123,7 +123,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
# this script for the purposes of tiny, remove the dependency from here.
RDEPENDS_${PN}-mtrace_pn-eglibc = ""
-INHERIT += "blacklist"
PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-31 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 16:50 [PATCH 0/1] Minor poky-tiny.conf cleanup Paul Eggleton
2014-10-31 16:50 ` [PATCH 1/1] poky-tiny.conf: remove inherit of blacklist Paul Eggleton
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.