yocto-bsp: fix dmaengine feature inclusion
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 27 Sep 2012 22:12:42 +0000 (17:12 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 14:19:44 +0000 (15:19 +0100)
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 <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc

index ec46ec1..1585fa4 100644 (file)
@@ -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