summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-09-27 17:12:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 15:19:44 +0100
commit409859e739460e64d1fa7a3b8308bf1a1e0fa63f (patch)
tree81ac72f67d9890fa73ea53cf9cccd520eb647c92 /scripts
parentfacb5f902fd828658b00aaf8bbe033243efcb999 (diff)
downloadpoky-409859e739460e64d1fa7a3b8308bf1a1e0fa63f.tar.gz
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 <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc2
1 files changed, 1 insertions, 1 deletions
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
6{{ if kernel_choice == "linux-yocto_3.4": }} 6{{ if kernel_choice == "linux-yocto_3.4": }}
7include cfg/fs/vfat.scc 7include cfg/fs/vfat.scc
8 8
9include cfg/dmaengine/dmaengine.scc 9include cfg/dmaengine.scc
10 10
11kconf hardware user-config.cfg 11kconf hardware user-config.cfg
12include user-patches.scc 12include user-patches.scc