ti-linuxutils: update recipe to build edma and irq module on dm355 platform.
authorBrijesh Singh <bksingh@ti.com>
Fri, 25 Jun 2010 01:57:13 +0000 (20:57 -0500)
committerKoen 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

index 209299d..073416a 100644 (file)
@@ -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