diff options
5 files changed, 5 insertions, 5 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 4ed89c4..691be59 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 = "c148fc84c482df8fee6909406a0deff5b62aee8f" +SRCREV = "4b69cbb6cba9a097334233086a314b9e0718381c" SRCREV_use-head-next = "${AUTOREV}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc index 8a92d82..a53145d 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc @@ -12,7 +12,7 @@ inherit toradex-u-boot-localversion # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "714e9fa88354fba4001cf099a48f909128df259d" +SRCREV = "1cbeecee44a868f4ace933a992e730efb6d9d654" SRCBRANCH = "toradex_2020.07" SRCREV_use-head-next = "${AUTOREV}" diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc index 241a9ac..a61654f 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc @@ -10,7 +10,7 @@ SRC_URI = " \ file://fw_env.config \ " -SRCREV = "fef4b016a4189ed147d1bdbe29bc93ca41cad40c" +SRCREV = "33bb8e968332b235034fcd2c3e846579d3c1d2a2" SRCREV_use-head-next = "${AUTOREV}" SRCBRANCH = "toradex_imx_v2020.04_5.4.70_2.3.0" diff --git a/recipes-kernel/linux/device-tree-overlays_git.bb b/recipes-kernel/linux/device-tree-overlays_git.bb index df3a39a..9ce7664 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.4-2.3.x-imx" -SRCREV = "80386a7042bf0aaa5caf43f91371a359c5af616f" +SRCREV = "d5905ae8af38f9b715f6605f239e53cc04f3e087" 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.4-2.3.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb index e4f282a..35fcd47 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb @@ -22,7 +22,7 @@ KERNEL_VERSION_SANITY_SKIP_use-head-next = "1" LOCALVERSION = "-${TDX_VERSION}" SRCBRANCH = "toradex_5.4-2.3.x-imx" -SRCREV_machine = "90bfeac00dbeadf18b05c078523114d3ac5dcf8a" +SRCREV_machine = "f7829929718510b18eef0dcfe06cc1761ce15a94" SRCREV_machine_use-head-next = "${AUTOREV}" DEPENDS += "lzop-native bc-native" |