From f3d25377e81a1111e89467a573dc7e9c332f5a09 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 14 Jun 2011 10:10:16 +0200 Subject: [PATCH] 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 --- conf/distro/include/angstrom.inc | 9 ++++++--- 1 file 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