[oe-commits] Khem Raj : minimal-uclibc.conf: Add ipv6, ipv4, largefile to DISTRO_FEATURES.

git version control git at git.openembedded.org
Fri Jul 9 00:31:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4efe2e328afbb818e985fe43fa8bba315a7f6410
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4efe2e328afbb818e985fe43fa8bba315a7f6410

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jul  8 13:27:54 2010 -0700

minimal-uclibc.conf: Add ipv6, ipv4, largefile to DISTRO_FEATURES.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/minimal-uclibc.conf |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf
index a0af3a6..44805cf 100644
--- a/conf/distro/minimal-uclibc.conf
+++ b/conf/distro/minimal-uclibc.conf
@@ -36,7 +36,11 @@ require conf/distro/minimal.conf
 #############################################################################
 # We want images supporting the following features (for task-base)
 DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
-# Following features are for ARM and E500 based machines
+# Following feature is for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"
 # pam is needed on uclibc if using shadow 
 DISTRO_FEATURES += "pam"
+# large file support is needed for libsndfile
+DISTRO_FEATURES += "largefile"
+# glib-2.0 nneds ipv6 and there is no knob to control it
+DISTRO_FEATURES += "ipv4 ipv6"





More information about the Openembedded-commits mailing list