diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-18 12:07:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-20 13:01:46 +0000 |
commit | be319aad4b0eed50bccf775ac6cc598a47e3dd1f (patch) | |
tree | 6ca84f9125c978f41801cdc26116cb71aa38af59 /meta-yocto/conf/distro/poky-tiny.conf | |
parent | 0dedf2d68a9fb94ce0f5a18f3180fa1f464468a4 (diff) | |
download | poky-be319aad4b0eed50bccf775ac6cc598a47e3dd1f.tar.gz |
gtk-directfb: rename to directfb
- core-image-gtk-directfb has been renamed to core-image-directfb
- packagegroup-core-gtk-directfb has been renamed to
packagegroup-core-directfb
- DirectFB is not supported by gtk versions >= 2.18
(From meta-yocto rev: 545b3fdebc0d4d5e5bf2e56eab2288a5c4282e9e)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@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 9197a7c1d5..347280a6dd 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -126,7 +126,7 @@ PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | |||
126 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | 126 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" |
127 | PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny" | 127 | PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny" |
128 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | 128 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" |
129 | PNBLACKLIST[core-image-gtk-directfb] = "not buildable with poky-tiny" | 129 | PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny" |
130 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" | 130 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" |
131 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" | 131 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" |
132 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" | 132 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" |