[oe-commits] Martin Jansa : shr: add bluetooth to DISTRO_FEATURES to get bluetooth modules, remove pci, pcmcia, nfs, smbfs, also remove kernel-modules from DISTRO_EXTRA_RRECOMMENDS which are pulled by task-base

git version control git at git.openembedded.org
Fri Feb 12 12:59:05 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 12 11:18:31 2010 +0100

shr: add bluetooth to DISTRO_FEATURES to get bluetooth modules, remove pci, pcmcia, nfs, smbfs, also remove kernel-modules from DISTRO_EXTRA_RRECOMMENDS which are pulled by task-base

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index b776dbe..2bea239 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 alsa ext2 vfat bluetooth usbgadget usbhost"
 # Following features are for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"
 
@@ -198,10 +198,6 @@ DISTRO_EXTRA_RDEPENDS += "\
 
 # 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 \
 "
 





More information about the Openembedded-commits mailing list