summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-13 09:33:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-13 09:33:53 +0000
commit341aeb300f4a29422eb989b04150a0c7c794a03a (patch)
treef0017b2883e81722a2bbe577690403f80760f8d2
parent622e7a811bb45cf17d8625e6e58aeb6860fd7007 (diff)
linux-oz-2.6: Tosa updates from Dirk bringingTosa up to date
-rw-r--r--conf/bitbake.conf1
-rw-r--r--conf/machine/tosa-2.6.conf14
2 files changed, 10 insertions, 5 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 0141eb5bcd..7008ce9940 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -126,6 +126,7 @@ TMPDIR = "${TOPDIR}/tmp"
CACHE = "${TMPDIR}/cache"
DL_DIR = "${TMPDIR}/downloads"
CVSDIR = "${DL_DIR}/cvs"
+GITDIR = "${DL_DIR}/git"
STAMP = "${TMPDIR}/stamps/${PF}"
WORKDIR = "${TMPDIR}/work/${PF}"
diff --git a/conf/machine/tosa-2.6.conf b/conf/machine/tosa-2.6.conf
index 8a75203b10..d21c6097fa 100644
--- a/conf/machine/tosa-2.6.conf
+++ b/conf/machine/tosa-2.6.conf
@@ -1,10 +1,14 @@
include conf/machine/zaurus-clamshell-2.6.conf
# SOUND Modules
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd kernel-module-ac97-bus kernel-module-snd-ac97-codec kernel-module-snd-mixer-oss kernel-module-snd-page-alloc kernel-module-snd-pcm kernel-module-snd-pcm-oss kernel-module-snd-pxa2xx-ac97 kernel-module-snd-pxa2xx-pcm kernel-module-snd-timer kernel-module-soundcore"
-
-# WM9712 Modules
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx"
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd kernel-module-snd-ac97-bus kernel-module-snd-ac97-codec kernel-module-snd-mixer-oss kernel-module-snd-page-alloc kernel-module-snd-pcm kernel-module-snd-pcm-oss kernel-module-snd-pxa2xx-ac97 kernel-module-snd-pxa2xx-pcm kernel-module-snd-timer kernel-module-soundcore"
module_autoload_snd-pxa2xx-ac97 = "snd-pxa2xx-ac97"
-module_autoload_wm97xx = "wm97xx"
module_autoload_snd-pcm-oss ="snd-pcm-oss"
+
+# WM97xx Modules
+#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx"
+#module_autoload_wm9705 = "wm9705"
+#module_autoload_pxa-wm97xx = "pen_int=0"
+
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx"
+module_autoload_wm97xx = "wm97xx"