]> code.ossystems Code Review - openembedded-core.git/commitdiff
Simplify zaurus-clamshell-.2.6.conf as package dependencies should handle this for us
authorRichard Purdie <richard@openedhand.com>
Fri, 23 Jun 2006 14:06:24 +0000 (14:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 23 Jun 2006 14:06:24 +0000 (14:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@494 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/machine/include/zaurus-clamshell-2.6.conf

index 97030e66a7b23abe307245db1c19eb11ef713900..3c19ef3da603975552acdba9d32eb4fbd360067a 100644 (file)
@@ -39,11 +39,8 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \
                              hostap-conf orinoco-conf"
 
 # Sound Modules
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss"
-BOOTSTRAP_EXTRA_SOUND    = "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"
-                            
-BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 "
-BOOTSTRAP_EXTRA_RDEPENDS_append_akita += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 "
-BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 "
+BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-snd-soc-corgi "
+BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-snd-soc-spitz "
+BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-snd-soc-spitz "
+# For OSS
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss"
\ No newline at end of file