diff options
author | ci.toradex <cicd@toradex.com> | 2022-09-21 10:40:39 +0000 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-10-14 13:55:14 +0200 |
commit | 0253719c7bda1145b5de5bd6ba73415021de47cc (patch) | |
tree | e1a735ab5e99f74a81b76400395f129752332282 | |
parent | 8c8aafd57b9f8418d4ca30357e8a86676345038e (diff) |
Bump SRCREV
Bump SRCREV hashes as used in build of Wed Oct 5 14:55:28 UTC 2022
Matrix Build: image-tdxref-kirkstone-6.x.y-nightly-matrix 76
Matrix Build Status: SUCCESS
Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-kirkstone-6.x.y-nightly-matrix/76
Signed-off-by: ci.toradex <cicd@toradex.com>
(cherry picked from commit a80de26deaaf94fd735bf00ce724ed568f965b04)
-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" |