diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-23 14:06:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-23 14:06:24 +0000 |
commit | d4bed91e5873608db3b646e5463b1bddc1482631 (patch) | |
tree | 77bc5252e11eb0bb09b101f7ee70867904318f49 /openembedded | |
parent | 7f2982d4f230862466052e8c0fad3c16401f381e (diff) | |
download | poky-d4bed91e5873608db3b646e5463b1bddc1482631.tar.gz |
Simplify zaurus-clamshell-.2.6.conf as package dependencies should handle this for us
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@494 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf index 97030e66a7..3c19ef3da6 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | |||
@@ -39,11 +39,8 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ | |||
39 | hostap-conf orinoco-conf" | 39 | hostap-conf orinoco-conf" |
40 | 40 | ||
41 | # Sound Modules | 41 | # Sound Modules |
42 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" | 42 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-snd-soc-corgi " |
43 | BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ | 43 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-snd-soc-spitz " |
44 | kernel-module-snd-pcm \ | 44 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-snd-soc-spitz " |
45 | kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" | 45 | # For OSS |
46 | 46 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" \ No newline at end of file | |
47 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 " | ||
48 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||
49 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||