From e5a070514edc736540064dcd44fe8c13f6437024 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Thu, 24 Jun 2010 20:57:13 -0500 Subject: [PATCH] ti-linuxutils: update recipe to build edma and irq module on dm355 platform. Signed-off-by: Brijesh Singh Acked-by: Roger Monk Signed-off-by: Koen Kooi --- recipes/ti/ti-linuxutils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5