mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
facb5f902f
commit
409859e739
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user