summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/device-tree-overlays_git.bb
blob: 47dd63f924f3718fa13017e3c62c3c26d36d5b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inherit toradex-devicetree

SRCBRANCH = "toradex_5.15-2.0.x-imx"
SRCREV = "bc523efdf8fe4be85aa9b3b1642bc1f55527633a"
SRCREV:use-head-next = "${AUTOREV}"

# we have dtbo's in arm and arm64 architecture, set the include paths
# to include both architectures.
KERNEL_INCLUDE = " \
    ${STAGING_KERNEL_DIR}/arch/arm/boot/dts \
    ${STAGING_KERNEL_DIR}/arch/arm/boot/dts*/* \
    ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts \
    ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/* \
    ${STAGING_KERNEL_DIR}/scripts/dtc/include-prefixes \
"

COMPATIBLE_MACHINE = ".*(mx[678]).*"