summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/device-tree-overlays-mainline_git.bb
blob: 51b4628a0d8dcca81cfb16d3ce305c9cb51c8036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Toradex BSP device tree overlays"
DESCRIPTION = "Toradex BSP device tree overlays from within layer."

SRC_URI = "git://git.toradex.com/device-tree-overlays.git;branch=${SRCBRANCH};protocol=https"

SRCBRANCH = "toradex_5.4.y"

SRCREV = "f73d8b1caf5b6b837ed39e2bdd60040163d43c56"
SRCREV_use-head-next = "${AUTOREV}"

PV = "${SRCBRANCH}+git${SRCPV}"

inherit devicetree

S = "${WORKDIR}/git/overlays"

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