Ryan, Apparently, CI/CD scripting for master re-introduced SRCPV back, after it was removed...
On Fri, Mar 08, 2024 at 02:55:02AM -0800, LCPD Automation Script via lists.yoctoproject.org wrote: > Updated the value(s) for: > ti-linux-fw: TI_DM_FW_VERSION,TI_LINUX_FW_SRCREV,TI_SYSFW_VERSION > u-boot-ti-staging_2023.04: SRCREV > u-boot-ti-staging_2024.04: SRCREV > k3conf: SRCREV > linux-ti-staging-rt_6.1: PV,SRCREV > linux-ti-staging-rt_6.6: PV,SRCREV > linux-ti-staging_6.1: PV,SRCREV > linux-ti-staging_6.6: PV,SRCREV > > Signed-off-by: LCPD Automation Script <[email protected]> <snip> > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb > b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb > index b7426af..a4aa2cd 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb > @@ -8,8 +8,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:" > > BRANCH = "ti-rt-linux-6.1.y" > > -SRCREV = "bdebf4319d95b46edd39be72d937d1e0086865fe" > +SRCREV = "31dc6b6f9309afec8555a584ff1ea5e3f18a30e9" > > include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') > else ''} > > -PV = "6.1.69+git" > +PV = "6.1.80+git${SRCPV}" ^^^ > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb > b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb > index e4beba8..e3aedce 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb > @@ -10,8 +10,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:" > > BRANCH = "ti-rt-linux-6.6.y" > > -SRCREV = "357d8fe8189aa5c61b4e311ef810f7e0a2c49be9" > +SRCREV = "7a7ad8a0b720d8c9d7bf85b897814cf8500a4c50" > > include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') > else ''} > > -PV = "6.6.14+git" > +PV = "6.6.20+git${SRCPV}" ^^^ > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb > b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb > index ee7da38..e168c92 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb > @@ -23,8 +23,8 @@ S = "${WORKDIR}/git" > > BRANCH ?= "ti-linux-6.1.y" > > -SRCREV ?= "77aa27cbdca359bf0735b36ada464ec65b520943" > -PV = "6.1.69+git" > +SRCREV ?= "a6174d6c4ff531039c677079321888a9a3f9951c" > +PV = "6.1.80+git${SRCPV}" ^^^ > # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild > MACHINE_KERNEL_PR:append = "b" > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb > b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb > index e932645..34acd9c 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb > @@ -25,8 +25,8 @@ S = "${WORKDIR}/git" > > BRANCH ?= "ti-linux-6.6.y" > > -SRCREV ?= "cb84067eaf83e8287003bf17c3aed93ecd946a05" > -PV = "6.6.14+git" > +SRCREV ?= "249ce2af44d246bda52703d3066e21f56c0ddb12" > +PV = "6.6.20+git${SRCPV}" ^^^ > # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild > MACHINE_KERNEL_PR:append = "b" > -- > 1.8.3.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17570): https://lists.yoctoproject.org/g/meta-ti/message/17570 Mute This Topic: https://lists.yoctoproject.org/mt/104806252/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
