mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-09-01 04:50:10 +00:00
ti-devicetree-prefix: set ARCH directly
A change in oe-core [1] no longer set ARCH but prefers that you set it yourself. [1] https://git.openembedded.org/openembedded-core/commit/?id=635f85b7b8ffe4bfd5f282a98bdf640aa037cde1 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -35,6 +35,8 @@ def get_merge_dtbs_from_kernel(dts_dir, dts_pattern):
|
||||
matches.append(pattern)
|
||||
return ' '.join(matches)
|
||||
|
||||
ARCH = "${@oe.kernel.map_kernel_arch(d)}"
|
||||
|
||||
KERNEL_DEVICETREE = " \
|
||||
${@get_dtbs_from_kernel('${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/', '${KERNEL_DEVICETREE_PREFIX}')} \
|
||||
${@get_merge_dtbs_from_kernel('${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/', '${KERNEL_DEVICETREE_DTBMERGE}')} \
|
||||
|
||||
Reference in New Issue
Block a user