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

SRCBRANCH = "toradex_5.4-2.3.x-imx"
SRCREV = "81038431ccac277e4ff26953f5e829eef6e65736"
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]).*"