summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-11-08 19:29:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:19:15 +0000
commit5882121a947d7a651b4d75010f7ad6675e1346f6 (patch)
tree7bc3f355e792be20aaf85c8945cfd0e21be14a76 /meta-yocto
parent6c2f754a0a0ab5cda3475273b5c9fc35ef7891db (diff)
downloadpoky-5882121a947d7a651b4d75010f7ad6675e1346f6.tar.gz
local.conf.sample.extended: Fix bug 1674
[YOCTO #1674] local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES Remove "x11" from DEFAULT_FEATURES and add "directfb" to it because someone could don't need x11 in their project, perhaps gtk over directfb will meet his reqirement. (From OE-Core rev: 5def790bdecd2726692b40a57bc12c8bdfea9179) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index a42774cfac..e8c0c16bbf 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -15,6 +15,9 @@
15 15
16#DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci ${DISTRO_FEATURES_LIBC}" 16#DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci ${DISTRO_FEATURES_LIBC}"
17 17
18# If you want to get an image based on gtk+directfb without x11, Please copy this variable to build/conf/local.conf
19#DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g directfb ${DISTRO_FEATURES_LIBC}"
20
18# ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale 21# ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale
19# packages at build time using qemu-native. Disabling it (by setting it to 0) 22# packages at build time using qemu-native. Disabling it (by setting it to 0)
20# will save some build time at the expense of breaking i18n on devices with 23# will save some build time at the expense of breaking i18n on devices with