diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-07 10:20:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:46:24 +0000 |
commit | 63041806bd6882470fc2cf98be476aae6bc307d3 (patch) | |
tree | 4f39ebb980316e7043ce02e0573e628dd6905c22 /meta-yocto/conf/distro/poky-tiny.conf | |
parent | 4b293da59639a0159149005c1b00fc93fccee4c7 (diff) | |
download | poky-63041806bd6882470fc2cf98be476aae6bc307d3.tar.gz |
poky-tiny.conf: update for rename of core-image-basic
(From meta-yocto rev: 52c24365cd3e7b87b35623f16976edd8fdc55626)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 389335ddbd..5322b7dadc 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -119,9 +119,9 @@ RDEPENDS_${PN}-mtrace_pn-eglibc = "" | |||
119 | INHERIT += "blacklist" | 119 | INHERIT += "blacklist" |
120 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | 120 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" |
121 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | 121 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" |
122 | PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny" | ||
123 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | 122 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" |
124 | PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny" | 123 | PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny" |
124 | PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" | ||
125 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" | 125 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" |
126 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" | 126 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" |
127 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" | 127 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" |