git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be6698
)
ti-linuxutils: update recipe to build edma and irq module on dm355 platform.
author
Brijesh Singh
<bksingh@ti.com>
Fri, 25 Jun 2010 01:57:13 +0000
(20:57 -0500)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 29 Jun 2010 14:42:39 +0000
(16:42 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-linuxutils.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-linuxutils.inc
b/recipes/ti/ti-linuxutils.inc
index
209299d
..
073416a
100644
(file)
--- a/
recipes/ti/ti-linuxutils.inc
+++ b/
recipes/ti/ti-linuxutils.inc
@@
-11,7
+11,7
@@
require ti-paths.inc
require ti-staging.inc
#This is a kernel module, don't set PR directly
-MACHINE_KERNEL_PR_append = "
c
"
+MACHINE_KERNEL_PR_append = "
d
"
inherit module
@@
-23,6
+23,8
@@
do_compile() {
modules="cmem edma irq";;
omap3)
modules="cmem sdma";;
+ dm355)
+ modules="cmem edma irq";;
*)
modules="cmem"
esac