From: Tom Zanussi Date: Thu, 27 Sep 2012 22:12:42 +0000 (-0500) Subject: yocto-bsp: fix dmaengine feature inclusion X-Git-Tag: rev_ivi_2015_02_04~15323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edaf539be792232f6aefbf94a2a1a8d2f9bf0d20;p=scm%2Fbb%2Ftizen-distro.git 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 --- 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