[Angstrom-devel] Koen Kooi : angstrom.inc: prepare for upcoming LIBC features patchset in OE-core
Angstrom Git Repos
ang-git at xora.vm.bytemark.co.uk
Tue Jun 14 10:11:14 CEST 2011
Module: meta-angstrom
Branch: master
Commit: f3d25377e81a1111e89467a573dc7e9c332f5a09
Author: Koen Kooi <koen at dominion.thruhere.net>
Date: Tue Jun 14 10:10:16 2011 +0200
angstrom.inc: prepare for upcoming LIBC features patchset in OE-core
Distro features are sorted alphabetically now and 'ipv6' is duplicated for the time being.
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
conf/distro/include/angstrom.inc | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 29c31ca..532e4bb 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -218,14 +218,17 @@ SEPPUKU_COMPONENT = "org.openembedded.dev"
OESTATS_SERVER ?= "tinderbox.openembedded.org"
-# We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "largefile ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam xattr argp"
+# We want images supporting the following features (for task(-core)-base)
+DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci pcmcia ppp smbfs usbgadget usbhost vfat wifi xattr zeroconf"
-# Use-like features
+# USE-flag like features
DISTRO_FEATURES += "tk"
# Add thumb-interwork to feature list if selected machine supports it.
DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}'
+# Inherit the default LIBC features superset from OE-core
+DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"
+
# Yocto tweaks
require conf/distro/include/angstrom-core-tweaks.inc
More information about the Angstrom-distro-devel
mailing list