diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-10-31 16:50:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-04 15:14:23 +0000 |
| commit | 9bfd0dee4f585825f27d314c4fd7cd26cf93da79 (patch) | |
| tree | 4c62c6a4fe714d9307a0d7aaa4ae8c95600a0cc7 | |
| parent | 2380ebecd192136e15bbba2d1bdc24271567d23f (diff) | |
| download | poky-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>
| -rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 1 |
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. |
| 124 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" | 124 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" |
| 125 | 125 | ||
| 126 | INHERIT += "blacklist" | ||
| 127 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | 126 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" |
| 128 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | 127 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" |
| 129 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | 128 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" |
