1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +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:
Ryan Eatmon
2024-04-17 09:10:48 -05:00
parent 14f79c1b2a
commit 56d5881492
4 changed files with 4 additions and 4 deletions
@@ -12,4 +12,4 @@ SRCREV = "871d5629a0ee4ae82d0caf8d57d4f711d54e1465"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
PV = "6.1.80+git${SRCPV}"
PV = "6.1.80+git"
@@ -14,4 +14,4 @@ SRCREV = "280ec6b126cf337d787b398b5717f55599ecb91f"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
PV = "6.6.20+git${SRCPV}"
PV = "6.6.20+git"
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
BRANCH ?= "ti-linux-6.1.y"
SRCREV ?= "1c154b1fe4c462d8b383515bb388e289816e4b01"
PV = "6.1.80+git${SRCPV}"
PV = "6.1.80+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 ?= "83b86d0fb4afa43229844c77df29890de5d7b8d1"
PV = "6.6.20+git${SRCPV}"
PV = "6.6.20+git"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
MACHINE_KERNEL_PR:append = "b"