summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/device-tree-overlays-mainline_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/device-tree-overlays-mainline_git.bb')
-rw-r--r--recipes-kernel/linux/device-tree-overlays-mainline_git.bb21
1 files changed, 6 insertions, 15 deletions
diff --git a/recipes-kernel/linux/device-tree-overlays-mainline_git.bb b/recipes-kernel/linux/device-tree-overlays-mainline_git.bb
index c8ef7ce..505b2da 100644
--- a/recipes-kernel/linux/device-tree-overlays-mainline_git.bb
+++ b/recipes-kernel/linux/device-tree-overlays-mainline_git.bb
@@ -1,17 +1,8 @@
-SUMMARY = "Toradex BSP device tree overlays"
-DESCRIPTION = "Toradex BSP device tree overlays from within layer."
+inherit toradex-devicetree
-SRC_URI = "git://git.toradex.com/device-tree-overlays.git;branch=${SRCBRANCH};protocol=https"
+SRCBRANCH = "master"
+SRCREV = "7f35a26c74084d29244a032bce9a420b1564c116"
+SRCREV:use-head-next = "${AUTOREV}"
-SRCBRANCH = "toradex_5.4.y"
-
-SRCREV = "c03596b50198bd3ec6e58ca669b01323b1f21815"
-SRCREV_use-head-next = "${AUTOREV}"
-
-PV = "${SRCBRANCH}+git${SRCPV}"
-
-inherit devicetree
-
-S = "${WORKDIR}/git/overlays"
-
-COMPATIBLE_MACHINE = ".*(mx[678]|tegra124).*"
+COMPATIBLE_MACHINE:tdx = ".*"
+COMPATIBLE_MACHINE = "^$"