mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-09-23 07:40:21 +00:00
CI/CD Auto-Merger: cicd.wrynose.202608180935
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -4,4 +4,4 @@ PR = "r0"
|
||||
|
||||
BRANCH = "ti-u-boot-2026.01"
|
||||
|
||||
SRCREV_uboot = "5fb29434232110fb5a176136086d26ecb299932e"
|
||||
SRCREV_uboot = "8a78938c2d8a270d851c66abc2cb9d8fcf77c690"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 = " \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user