diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/device-tree-overlays_git.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex_5.15-2.0.x.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc index beebb8a..cbb2602 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH}" -SRCREV = "74abe35dfc1376ca09ba7e468048993856e2a05b" +SRCREV = "00f84bd784c4dc88947f440e4c7bf6117539c6f0" SRCREV:use-head-next = "${AUTOREV}" SRCBRANCH = "toradex_imx_lf_v2022.04" diff --git a/recipes-kernel/linux/device-tree-overlays_git.bb b/recipes-kernel/linux/device-tree-overlays_git.bb index 96cf702..f92a338 100644 --- a/recipes-kernel/linux/device-tree-overlays_git.bb +++ b/recipes-kernel/linux/device-tree-overlays_git.bb @@ -1,7 +1,7 @@ inherit toradex-devicetree SRCBRANCH = "toradex_5.15-2.0.x-imx" -SRCREV = "a4e8e43913df0b6fe7569e5522b2b84c2120ff53" +SRCREV = "d5a5823508d00982ee52ed0b1105b65b0a7afd80" SRCREV:use-head-next = "${AUTOREV}" # we have dtbo's in arm and arm64 architecture, set the include paths diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.0.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.0.x.bb index cbfaae1..8a82d58 100644 --- a/recipes-kernel/linux/linux-toradex_5.15-2.0.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.15-2.0.x.bb @@ -22,7 +22,7 @@ KERNEL_VERSION_SANITY_SKIP:use-head-next = "1" LOCALVERSION = "-${TDX_VERSION}" SRCBRANCH = "toradex_5.15-2.0.x-imx" -SRCREV_machine = "eb8d060d4360b1bffc6b5ec9c5f511a24dd60c80" +SRCREV_machine = "f4b7e56f237cc2a02543559bb4531018c12edbf7" SRCREV_machine:use-head-next = "${AUTOREV}" DEPENDS += "bc-native" |