diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-06-24 20:57:13 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-29 16:42:39 +0200 |
commit | e5a070514edc736540064dcd44fe8c13f6437024 (patch) | |
tree | 72de3745b0e6a50a71fbc85df92a6e8ca6731baf /recipes/ti/ti-linuxutils.inc | |
parent | 8be669831b9aa842e9589eeff66fdc33323a476e (diff) |
ti-linuxutils: update recipe to build edma and irq module on dm355 platform.
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>
Diffstat (limited to 'recipes/ti/ti-linuxutils.inc')
-rw-r--r-- | recipes/ti/ti-linuxutils.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ti/ti-linuxutils.inc b/recipes/ti/ti-linuxutils.inc index 209299deea..073416ae5e 100644 --- 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 |