From 409859e739460e64d1fa7a3b8308bf1a1e0fa63f Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 27 Sep 2012 17:12:42 -0500 Subject: yocto-bsp: fix dmaengine feature inclusion 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. (From meta-yocto rev: b650fcb7781e1c6af6254c98ae64d5ea81b46abc) Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- .../target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 ec46ec18e3..1585fa4b1c 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 -- cgit v1.2.3-54-g00ecf