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

SRCBRANCH = "toradex_ti-linux-6.1.y"
SRCREV = "8ad9de4d37b746f6f5b2364cbdbc8699c58ff15e"
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 = "am62xx"