[oe-commits] pieterg : scsi, sd_mod and usbstorage have to be compiled in the kernel for usbstorage to work on the dm7025

GIT User account git at amethyst.openembedded.net
Wed Nov 26 11:38:14 UTC 2008


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

Author: pieterg <pieterg at gmx.com>
Date:   Thu Nov 20 23:15:08 2008 +0100

scsi, sd_mod and usbstorage have to be compiled in the kernel for usbstorage to work on the dm7025

---

 conf/machine/dm7025.conf                     |    2 +-
 packages/linux/linux-dm7025.bb               |    2 +-
 packages/linux/linux-dm7025/dm7025_defconfig |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/dm7025.conf b/conf/machine/dm7025.conf
index 7085e7e..24a2c4d 100644
--- a/conf/machine/dm7025.conf
+++ b/conf/machine/dm7025.conf
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-dm7025"
 BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel dreambox-dvb-modules"
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel dreambox-dvb-modules kernel-module-stv0299 \
 	kernel-module-cdrom	kernel-module-cifs	kernel-module-exportfs \
-	kernel-module-ide-cd kernel-module-reiserfs kernel-module-sd-mod \
+	kernel-module-ide-cd kernel-module-reiserfs \
 	kernel-module-sg	kernel-module-sr-mod \
 	kernel-module-xfs kernel-module-autofs4 kernel-module-msdos kernel-module-vfat \
 	kernel-module-fat"
diff --git a/packages/linux/linux-dm7025.bb b/packages/linux/linux-dm7025.bb
index 2d1a848..a16886d 100644
--- a/packages/linux/linux-dm7025.bb
+++ b/packages/linux/linux-dm7025.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux kernel for Dreambox DM7025"
 LICENSE = "GPL"
 KV = "2.6.12"
 PV = "2.6.12.6"
-PR = "s5"
+PR = "s6"
 
 DEPENDS = "zlib-native"
 
diff --git a/packages/linux/linux-dm7025/dm7025_defconfig b/packages/linux/linux-dm7025/dm7025_defconfig
index b1573dd..2f7a3d3 100644
--- a/packages/linux/linux-dm7025/dm7025_defconfig
+++ b/packages/linux/linux-dm7025/dm7025_defconfig
@@ -353,13 +353,13 @@ CONFIG_IDEDMA_AUTO=y
 #
 # SCSI device support
 #
-CONFIG_SCSI=m
+CONFIG_SCSI=y
 CONFIG_SCSI_PROC_FS=y
 
 #
 # SCSI support type (disk, tape, CD-ROM)
 #
-CONFIG_BLK_DEV_SD=m
+CONFIG_BLK_DEV_SD=y
 # CONFIG_CHR_DEV_ST is not set
 # CONFIG_CHR_DEV_OSST is not set
 CONFIG_BLK_DEV_SR=m





More information about the Openembedded-commits mailing list