diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-10-17 16:17:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:32:31 +0100 |
commit | 12cdada1e3a79f6e51ad48edb797096d2aca5549 (patch) | |
tree | d532bb5f89a2c46a4113a124f578c226ef352889 /meta-poky/conf | |
parent | 19d42e599ddecbf41ba8626e237bb43b273ab48a (diff) | |
download | poky-12cdada1e3a79f6e51ad48edb797096d2aca5549.tar.gz |
poky-tiny.conf: remove core-image-directfb reference
core-image-directfb was removed from oe-core with this commit:
remove core-image-directfb.bb as part of moving directfb
from oe-core
(From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d)
(From meta-yocto rev: 67135b23336e4b7f561257169d8fb26081d02aa1)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 08bd497201..6aee35ceb8 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
@@ -115,7 +115,6 @@ RDEPENDS_${PN}-mtrace_pn-eglibc = "" | |||
115 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | 115 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" |
116 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | 116 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" |
117 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | 117 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" |
118 | PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny" | ||
119 | PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" | 118 | PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" |
120 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" | 119 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" |
121 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" | 120 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" |