[poky] [PATCH 2/2] yocto-bsp: fix dmaengine feature inclusion

tom.zanussi at intel.com tom.zanussi at intel.com
Thu Sep 27 15:12:42 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

The cfg/dmaengine/dmaengine feature changed location to cfg/dmaengine
in the 3.4 yocto kernel's meta branch.  Add template code to include
the appropriate version.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 .../target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc
index ec46ec1..1585fa4 100644
--- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc
+++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc
@@ -6,7 +6,7 @@ include cfg/vfat.scc
 {{ if kernel_choice == "linux-yocto_3.4": }}
 include cfg/fs/vfat.scc
 
-include cfg/dmaengine/dmaengine.scc
+include cfg/dmaengine.scc
 
 kconf hardware user-config.cfg
 include user-patches.scc
-- 
1.7.11.4




More information about the poky mailing list