]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
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 10:20:47 +0000 (11:20 +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.

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 ec46ec18e36bb8a9572e2888c70603b5a6f25d3d..1585fa4b1ce78c06ca3e4db7db5a8a191984c870 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