aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/shr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/shr.conf')
-rw-r--r--conf/distro/shr.conf18
1 files changed, 5 insertions, 13 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 6872bb6abf..db15a4d1c2 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -100,7 +100,7 @@ ILLUME_THEME = "e-wm-theme-illume-gry"
# Use bluetooth 4.0
DISTRO_BLUETOOTH_MANAGER = "bluez4"
# We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
+DISTRO_FEATURES = "wifi ppp ext2 vfat bluetooth usbgadget usbhost"
# Following features are for ARM and E500 based machines
DISTRO_FEATURES += "eabi"
@@ -154,6 +154,10 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
+PREFERRED_BINUTILS ?= "2.20.1"
+PREFERRED_GCC_VERSION ?= "4.4.3"
+PREFERRED_VERSION_eglibc ?= "2.11"
+PREFERRED_VERSION_eglibc-initial ?= "2.11"
require conf/distro/include/sane-toolchain.inc
#############################################################################
@@ -194,15 +198,3 @@ DISTRO_EXTRA_RDEPENDS += "\
angstrom-libc-fixup-hack \
${DISTRO_EXTRA_APPS} \
"
-
-# Additional content II (can be masked with BAD_RECOMMENDATIONS)
-DISTRO_EXTRA_RRECOMMENDS += " \
- kernel-module-vfat \
- kernel-module-ext2 \
- kernel-module-ext3 \
- kernel-module-af-packet \
- openssh-sftp-server \
-"
-
-# avahi-daemon \
-# avahi-autoipd \