summaryrefslogtreecommitdiff
path: root/recipes/ti
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-10-22 19:16:57 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-10-22 19:16:57 +0200
commit328eab49db19349da207a964a276f602c246ed1c (patch)
treef6e11b51e3914bd1493a7612ef6e574b12475a88 /recipes/ti
parent8bd6b6a8d125b2b256038b0be0fb06660657d379 (diff)
parent5f88338d6abc562f6e034186e7c6897f22ec7ba1 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-dmai/touchbook-support.patch3
-rw-r--r--recipes/ti/ti-dmai_svn.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/ti/ti-dmai/touchbook-support.patch b/recipes/ti/ti-dmai/touchbook-support.patch
index a63bb17e7a..da64c5b0d1 100644
--- a/recipes/ti/ti-dmai/touchbook-support.patch
+++ b/recipes/ti/ti-dmai/touchbook-support.patch
@@ -1,10 +1,11 @@
--- /tmp/Cpu.c 2009-09-25 12:41:08.000000000 +0200
+++ davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai/linux/Cpu.c 2009-09-25 12:41:36.000000000 +0200
-@@ -107,6 +107,7 @@
+@@ -107,6 +107,8 @@
}
else if ((strcmp(valBuf,"OMAP3EVM Board") == 0) ||
(strcmp(valBuf, "OMAP3 EVM") == 0) ||
+ (strcmp(valBuf, "OMAP3 Touch Book") == 0) ||
++ (strcmp(valBuf, "IGEP v2.x board") == 0) ||
(strcmp(valBuf, "OMAP3 Beagle Board") == 0)) {
*device = Cpu_Device_OMAP3530;
}
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb
index b050034d5d..a204120fc2 100644
--- a/recipes/ti/ti-dmai_svn.bb
+++ b/recipes/ti/ti-dmai_svn.bb
@@ -4,7 +4,7 @@ require ti-paths.inc
inherit module-base
#This is a kernel module, don't set PR directly
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "c"
# compile time dependencies
DEPENDS_omap3evm += "alsa-lib ti-codec-engine ti-xdctools-native ti-dspbios-native ti-cgt6x-native ti-cs1-omap3530 virtual/kernel ti-dsplink-module"