[oe-commits] org.oe.oz354x openzaurus.conf: moved sound modules to ALSA_MODULES and added them to all machines except collie

hrw commit openembedded-commits at lists.openembedded.org
Fri Sep 8 13:41:46 UTC 2006


openzaurus.conf: moved sound modules to ALSA_MODULES and added them to all machines except collie

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: 4ecb59ea151b68eb6d0f26f1e1d92b83d733a258
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4ecb59ea151b68eb6d0f26f1e1d92b83d733a258
Files:
1
conf/distro/openzaurus.conf
Diffs:

#
# mt diff -r6be2070948c21cfd56e3c3a7f233c14f7287d6c4 -r4ecb59ea151b68eb6d0f26f1e1d92b83d733a258
#
# 
# 
# patch "conf/distro/openzaurus.conf"
#  from [1122594f6d595eaf9565d650b988f5360a7932f2]
#    to [13d2627d43049cdf878c652cc511f598ba093898]
# 
============================================================
--- conf/distro/openzaurus.conf	1122594f6d595eaf9565d650b988f5360a7932f2
+++ conf/distro/openzaurus.conf	13d2627d43049cdf878c652cc511f598ba093898
@@ -53,11 +53,11 @@ BOOTSTRAP_EXTRA_RRECOMMENDS += "kernel-m
                              kernel-module-arc4 kernel-module-michael-mic kernel-module-aes"
 
 # Sound Modules
-BOOTSTRAP_EXTRA_RRECOMMENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc \
-                             kernel-module-snd-timer kernel-module-snd-pcm  \
-                             kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx \
-                             kernel-module-snd-soc-pxa2xx-i2s"
+ALSA_MODULES += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss"
+ALSA_MODULES += "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc \
+                 kernel-module-snd-timer kernel-module-snd-pcm  \
+                 kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx \
+                 kernel-module-snd-soc-pxa2xx-i2s"
 
 # USB Host modules
 
@@ -66,9 +66,11 @@ USBHOST_MODULES = "kernel-module-ohci-hc
                    kernel-module-usbmouse kernel-module-mousedev kernel-module-hci-usb \
                    kernel-module-usbserial kernel-module-usb-storage kernel-module-ir-usb"
 
-BOOTSTRAP_EXTRA_RRECOMMENDS_append_spitz += " ${USBHOST_MODULES} "
-BOOTSTRAP_EXTRA_RRECOMMENDS_append_akita += " ${USBHOST_MODULES} "
-BOOTSTRAP_EXTRA_RRECOMMENDS_append_tosa  += " ${USBHOST_MODULES} "
+BOOTSTRAP_EXTRA_RRECOMMENDS_append_spitz  += " ${USBHOST_MODULES} ${ALSA_MODULES}"
+BOOTSTRAP_EXTRA_RRECOMMENDS_append_akita  += " ${USBHOST_MODULES} ${ALSA_MODULES}"
+BOOTSTRAP_EXTRA_RRECOMMENDS_append_tosa   += " ${USBHOST_MODULES} ${ALSA_MODULES}"
+BOOTSTRAP_EXTRA_RRECOMMENDS_append_poodle += " ${ALSA_MODULES}"
+BOOTSTRAP_EXTRA_RRECOMMENDS_append_c7x0   += " ${ALSA_MODULES}"
 
 # add WiFi card config for ALL machines
 






More information about the Openembedded-commits mailing list