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:
2985737
)
ti-linuxutils.inc: build irq module on dm365 platform
author
Brijesh Singh
<bksingh@ti.com>
Tue, 16 Mar 2010 16:16:15 +0000
(11:16 -0500)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 17:43:25 +0000
(19:43 +0200)
Signed-off-by: Brijesh Singh <bksingh@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
64f5f55
..
4ab6cfe
100644
(file)
--- a/
recipes/ti/ti-linuxutils.inc
+++ b/
recipes/ti/ti-linuxutils.inc
@@
-11,7
+11,7
@@
require ti-multimedia-common.inc
require ti-staging.inc
#This is a kernel module, don't set PR directly
-MACHINE_KERNEL_PR_append = "
b
"
+MACHINE_KERNEL_PR_append = "
c
"
inherit module
@@
-20,7
+20,7
@@
do_compile() {
case ${SOC_FAMILY} in
dm365)
- modules="cmem edma";;
+ modules="cmem edma
irq
";;
omap3)
modules="cmem sdma";;
*)