| Message ID | 20260819024227.3526160-1-lcpdbld@list.ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,wrynose] CI/CD Auto-Merger: cicd.wrynose.202608180935 | expand |
meta-ti / na / 20260819024227.3526160-1-lcpdbld PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= wrynose ===================== Summary: - Patch Series: [meta-ti][wrynose][PATCH] CI/CD Auto-Merger: cicd.wrynose.202608180935 - Submitter: From: LCPD Automation Script <lcpdbld@list.ti.com> - Date: Date: Tue, 18 Aug 2026 21:42:27 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 266a39a0befcf30524e809161e8e3af9558fd12e Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: wrynose-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: ti-kernel-fitimage: Fix for FIT_CONF_DEFAULT_DTB changes - Commit SHA: 04d7c5ea453758fc3c0e764817de89549f936655 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= wrynose - PASS ===================== All checks passed
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb index bb841fc3..f7475c2b 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb @@ -4,6 +4,6 @@ PR = "r0" BRANCH = "ti-u-boot-2025.01" -SRCREV_uboot = "1612e4d1deb11d49304c715576854b28cc10e34d" +SRCREV_uboot = "4ca322ca563a21cccad8c9ba65e386b9fd34dd16" SRC_URI += "file://0001-binman-migrate-form-pkg_resources-to-importlib.patch" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb index da7fc0b2..58d335a3 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb @@ -4,4 +4,4 @@ PR = "r0" BRANCH = "ti-u-boot-2026.01" -SRCREV_uboot = "5fb29434232110fb5a176136086d26ecb299932e" +SRCREV_uboot = "8a78938c2d8a270d851c66abc2cb9d8fcf77c690" diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb index 64a5e0d1..90811c9f 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb @@ -10,7 +10,7 @@ BRANCH_ARM64 = "ti-linux-6.12.y" BRANCH = "${BRANCH_ARM64}" BRANCH_ARM32 = "ti-rt-linux-6.12.y-arm32" -SRCREV_ARM32 = "c6cc0cab5b8575a2a70f0c4f9dbc9981f367d8e3" +SRCREV_ARM32 = "f8d2733e4654420b73fe3e17cb83a30a4763862c" PV_ARM32 = "6.12.57+git" BRANCH:ti33x = "${BRANCH_ARM32}" diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb index 5e7e8cd2..b39b4511 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb @@ -21,7 +21,7 @@ S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}" BRANCH ?= "ti-linux-6.12.y" -SRCREV ?= "5ae038766eda6647bee6dc52c88308a0a280878d" +SRCREV ?= "ca77f7291a4f1c5f6927fee4e47282b03a39ebfd" PV = "6.12.57+git" SRC_URI += "file://0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch" diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb index 57589c01..fc27e7b2 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb @@ -22,7 +22,7 @@ S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}" BRANCH ?= "ti-linux-6.18.y" -SRCREV ?= "9098671a2d2ce1876543f6d6fd576285a184f5a4" +SRCREV ?= "66c3ddf05d9d378cc4f8f43fd2a7cd491e9265cc" PV = "6.18.38+git" KERNEL_REPRODUCIBILITY_PATCHES = " \ diff --git a/meta-ti-bsp/recipes-ti/ti-rpmsg-char/ti-rpmsg-char_git.bb b/meta-ti-bsp/recipes-ti/ti-rpmsg-char/ti-rpmsg-char_git.bb index a0043caf..15fe8062 100644 --- a/meta-ti-bsp/recipes-ti/ti-rpmsg-char/ti-rpmsg-char_git.bb +++ b/meta-ti-bsp/recipes-ti/ti-rpmsg-char/ti-rpmsg-char_git.bb @@ -8,7 +8,7 @@ BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" # 0.6.11 release -SRCREV = "e36103aac7d9f6d64125eb917d3c69022cb86e0b" +SRCREV = "b1e4d172f39081db81305fa50ccaafd3ef8ae3a6" PV = "0.6.11+git" PR = "r0" diff --git a/meta-ti-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb b/meta-ti-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb index cdfc185e..6f4728ef 100644 --- a/meta-ti-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb +++ b/meta-ti-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb @@ -11,7 +11,7 @@ PE = "1" PR = "r1" PV:append = "+git" -SRCREV = "7b143203fef1c7b774a49b459c092eaf0b2718e9" +SRCREV = "76fe5cfa8d2eb4ae1681d49f8313bf02a68e38b2" BRANCH ?= "master" SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
Updated the value(s) for: u-boot-ti-staging_2025.01: SRCREV_uboot u-boot-ti-staging_2026.01: SRCREV_uboot linux-ti-staging-rt_6.12: SRCREV_ARM32 linux-ti-staging_6.12: SRCREV linux-ti-staging_6.18: SRCREV ti-rpmsg-char: SRCREV ltp-ddt: SRCREV Changelogs: u-boot-ti-staging_2025.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=1612e4d1deb11d49304c715576854b28cc10e34d..4ca322ca563a21cccad8c9ba65e386b9fd34dd16 u-boot-ti-staging_2026.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=5fb29434232110fb5a176136086d26ecb299932e..8a78938c2d8a270d851c66abc2cb9d8fcf77c690 linux-ti-staging-rt_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=c6cc0cab5b8575a2a70f0c4f9dbc9981f367d8e3..f8d2733e4654420b73fe3e17cb83a30a4763862c linux-ti-staging_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=5ae038766eda6647bee6dc52c88308a0a280878d..ca77f7291a4f1c5f6927fee4e47282b03a39ebfd linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=9098671a2d2ce1876543f6d6fd576285a184f5a4..66c3ddf05d9d378cc4f8f43fd2a7cd491e9265cc ti-rpmsg-char: https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/log/?qt=range&q=e36103aac7d9f6d64125eb917d3c69022cb86e0b..b1e4d172f39081db81305fa50ccaafd3ef8ae3a6 ltp-ddt: https://git.ti.com/cgit/test-automation/ltp-ddt/log/?qt=range&q=7b143203fef1c7b774a49b459c092eaf0b2718e9..76fe5cfa8d2eb4ae1681d49f8313bf02a68e38b2 Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | 2 +- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb | 2 +- meta-ti-bsp/recipes-ti/ti-rpmsg-char/ti-rpmsg-char_git.bb | 2 +- meta-ti-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)