summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-17 09:10:48 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-17 09:10:48 -0500
commit56d5881492f534599fd77f22bc4a936f8878b718 (patch)
treefe13d7841f4f032a53d4b8b03d1bd9bdcdb4fd45
parent14f79c1b2a1cb3caf6a8cbca96fe760185734bed (diff)
downloadmeta-ti-56d5881492f534599fd77f22bc4a936f8878b718.tar.gz
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>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb2
4 files changed, 4 insertions, 4 deletions
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 16f8cca9..663cb3c4 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
@@ -12,4 +12,4 @@ SRCREV = "871d5629a0ee4ae82d0caf8d57d4f711d54e1465"
12 12
13include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} 13include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
14 14
15PV = "6.1.80+git${SRCPV}" 15PV = "6.1.80+git"
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 235a5a90..2cf2c2d2 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
@@ -14,4 +14,4 @@ SRCREV = "280ec6b126cf337d787b398b5717f55599ecb91f"
14 14
15include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} 15include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
16 16
17PV = "6.6.20+git${SRCPV}" 17PV = "6.6.20+git"
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 3c5272ad..17f9f913 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
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
24BRANCH ?= "ti-linux-6.1.y" 24BRANCH ?= "ti-linux-6.1.y"
25 25
26SRCREV ?= "1c154b1fe4c462d8b383515bb388e289816e4b01" 26SRCREV ?= "1c154b1fe4c462d8b383515bb388e289816e4b01"
27PV = "6.1.80+git${SRCPV}" 27PV = "6.1.80+git"
28 28
29# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 29# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
30MACHINE_KERNEL_PR:append = "b" 30MACHINE_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 c72f8996..a07c371d 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
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
26BRANCH ?= "ti-linux-6.6.y" 26BRANCH ?= "ti-linux-6.6.y"
27 27
28SRCREV ?= "83b86d0fb4afa43229844c77df29890de5d7b8d1" 28SRCREV ?= "83b86d0fb4afa43229844c77df29890de5d7b8d1"
29PV = "6.6.20+git${SRCPV}" 29PV = "6.6.20+git"
30 30
31# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 31# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
32MACHINE_KERNEL_PR:append = "b" 32MACHINE_KERNEL_PR:append = "b"