mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
linux-ti-staging: Remove SRCPV again
Our CICD script inadvertently added the SRCPV back into the recipes. The script has been fixed, so removing the variable once again. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -12,4 +12,4 @@ SRCREV = "01dbe4e64bacaa4c891c1997f2724c320698d61f"
|
||||
|
||||
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||
|
||||
PV = "6.1.82+git${SRCPV}"
|
||||
PV = "6.1.82+git"
|
||||
|
||||
@@ -14,4 +14,4 @@ SRCREV = "82fd2ecb48b6bdb66081cb2f24b9bdfce218dea6"
|
||||
|
||||
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||
|
||||
PV = "6.6.23+git${SRCPV}"
|
||||
PV = "6.6.23+git"
|
||||
|
||||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
|
||||
BRANCH ?= "ti-linux-6.1.y"
|
||||
|
||||
SRCREV ?= "e44f83d2aa4366b3097307c5915d03696cf3e1b8"
|
||||
PV = "6.1.82+git${SRCPV}"
|
||||
PV = "6.1.82+git"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
|
||||
BRANCH ?= "ti-linux-6.6.y"
|
||||
|
||||
SRCREV ?= "02bfb99615b1c26a06d0af269e97401251a25c40"
|
||||
PV = "6.6.23+git${SRCPV}"
|
||||
PV = "6.6.23+git"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
Reference in New Issue
Block a user