summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-10-31 16:50:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-04 15:14:23 +0000
commit9bfd0dee4f585825f27d314c4fd7cd26cf93da79 (patch)
tree4c62c6a4fe714d9307a0d7aaa4ae8c95600a0cc7 /meta-yocto
parent2380ebecd192136e15bbba2d1bdc24271567d23f (diff)
downloadpoky-9bfd0dee4f585825f27d314c4fd7cd26cf93da79.tar.gz
poky-tiny.conf: remove inherit of blacklist
The blacklist class is now automatically inherited. (From meta-yocto rev: b61b1c2d309ae46ae15cd97eaf4ece8aff20319d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index fb4bf41e0d..75508c107f 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 = ""
123# this script for the purposes of tiny, remove the dependency from here. 123# this script for the purposes of tiny, remove the dependency from here.
124RDEPENDS_${PN}-mtrace_pn-eglibc = "" 124RDEPENDS_${PN}-mtrace_pn-eglibc = ""
125 125
126INHERIT += "blacklist"
127PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" 126PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
128PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" 127PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
129PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" 128PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"