Merge bk://openembedded@openembedded.bkbits.net/packages-devel
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 16 Nov 2004 22:21:39 +0000 (22:21 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 16 Nov 2004 22:21:39 +0000 (22:21 +0000)
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages

2004/11/16 23:18:34+01:00 hrw.one.pl!hrw
collie kernel: removed support for using buzzer as sound device as it broke alarms, keyclicks etc sounds

BKrev: 419a7d739hL_ne7WMrZuM0HvFxlM1Q

linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/defconfig-collie
linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe

index be3ad3e..3ff9d6d 100644 (file)
@@ -1000,10 +1000,10 @@ CONFIG_FONT_4x6=y
 #
 CONFIG_SOUND=y
 # CONFIG_SOUND_BT878 is not set
-CONFIG_SOUND_COLLIE_SSP=m
+CONFIG_SOUND_COLLIE_SSP=y
 CONFIG_COLLIE_PCM1741=y
 # CONFIG_COLLIE_PCM1717 is not set
-CONFIG_SOUND_COLLIE_TC35143=m
+CONFIG_SOUND_COLLIE_TC35143=y
 # CONFIG_SOUND_CMPCI is not set
 # CONFIG_SOUND_EMU10K1 is not set
 # CONFIG_MIDI_EMU10K1 is not set
index 58d5e3e..ecd4628 100644 (file)
@@ -5,7 +5,7 @@ KV = "2.4.18"
 RMKV = "7"
 PXAV = "3"
 SHARPV = "20030509"
-PR = "r10"
+PR = "r11"
 DESCRIPTION = "Linux kernel for OpenZaurus StrongArm processor based devices."
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
 
@@ -27,9 +27,12 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${
           file://1764-1.patch;patch=1 \
            file://module_licence.patch;patch=1 \
            file://defconfig-${MACHINE} \
-           file://sound-2.4.18r2.patch;patch=1 \
           "
 
+# that patch allow to use buzzer as sound device but it removes alarms,
+# touchclicks etc so it is removed until be fixed
+#           file://sound-2.4.18r2.patch;patch=1 
+
 # apply this when we have a patch that allows building with gcc 3.x:
 # SRC_URI_append = file://gcc-3.3.patch;patch=1
 # SRC_URI_append = file://machtune-args.patch;patch=1