From 9bfd0dee4f585825f27d314c4fd7cd26cf93da79 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 31 Oct 2014 16:50:23 +0000 Subject: poky-tiny.conf: remove inherit of blacklist The blacklist class is now automatically inherited. (From meta-yocto rev: b61b1c2d309ae46ae15cd97eaf4ece8aff20319d) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-tiny.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto') 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 = "" # 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" -- cgit v1.2.3-54-g00ecf