diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware-toradex_1.7.0.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware-toradex_1.7.0.bb index 505fa8c..008b128 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware-toradex_1.7.0.bb +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware-toradex_1.7.0.bb @@ -11,7 +11,7 @@ inherit deploy SRC_URI = "git://github.com/toradex/i.MX-System-Controller-Firmware.git;branch=master;protocol=https;fsl-eula=true" -SRCREV = "4b69cbb6cba9a097334233086a314b9e0718381c" +SRCREV = "8dda73989c3769a76653796651dde6422fe320aa" SRCREV:use-head-next = "${AUTOREV}" S = "${WORKDIR}/git" 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 2919f14..beebb8a 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 = "1c881f4da83cc05bee50f352fa183263d7e2622b" +SRCREV = "74abe35dfc1376ca09ba7e468048993856e2a05b" 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 8637a10..96cf702 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 = "ca7ac792f9bc6dfb83b40cbde6f40e5fc2bf9c15" +SRCREV = "a4e8e43913df0b6fe7569e5522b2b84c2120ff53" 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 4bc7261..cbfaae1 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 = "8fe4fe4ac6ffc1510f98e3776895bbc1c07329a8" +SRCREV_machine = "eb8d060d4360b1bffc6b5ec9c5f511a24dd60c80" SRCREV_machine:use-head-next = "${AUTOREV}" DEPENDS += "bc-native" |