diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb | 2 |
2 files changed, 2 insertions, 2 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 0aa5bb6..6cfa68c 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 = "0f84c7c0291f8e08e50b02aea948615c9e32bcd3" +SRCREV = "82ce1b3d263c31fa884fd181114de4700088ab5a" SRCREV:use-head-next = "${AUTOREV}" SRCBRANCH = "toradex_imx_lf_v2022.04" diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb index 0b65b22..4405300 100644 --- a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb @@ -22,7 +22,7 @@ KERNEL_VERSION_SANITY_SKIP = "1" LOCALVERSION = "-${TDX_VERSION}" SRCBRANCH = "toradex_5.15-2.1.x-imx" -SRCREV_machine = "458ba358fc45f93dc7b6a43b3a71b59ce38aa733" +SRCREV_machine = "5ee7b429cf751476a5542a19ba005a6957ec552d" SRCREV_machine:use-head-next = "${AUTOREV}" DEPENDS += "bc-native" |