summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-17 09:03:22 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-17 09:13:36 -0500
commit4039d9a24796226b37d9fe5546a3e52cd34251ca (patch)
treeab4023abf52fc3984a0b9b49d1e4ac78dd0184a1
parent42c30ed165f3ce2da79da797d49528bad4c0156a (diff)
downloadmeta-ti-4039d9a24796226b37d9fe5546a3e52cd34251ca.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 6068b7b3..45461419 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 = "01dbe4e64bacaa4c891c1997f2724c320698d61f"
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.82+git${SRCPV}" 15PV = "6.1.82+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 d7d9b11a..e527e070 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 = "82fd2ecb48b6bdb66081cb2f24b9bdfce218dea6"
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.23+git${SRCPV}" 17PV = "6.6.23+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 89787668..a58494df 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 ?= "e44f83d2aa4366b3097307c5915d03696cf3e1b8" 26SRCREV ?= "e44f83d2aa4366b3097307c5915d03696cf3e1b8"
27PV = "6.1.82+git${SRCPV}" 27PV = "6.1.82+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 c858e681..4871f3cf 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 ?= "02bfb99615b1c26a06d0af269e97401251a25c40" 28SRCREV ?= "02bfb99615b1c26a06d0af269e97401251a25c40"
29PV = "6.6.23+git${SRCPV}" 29PV = "6.6.23+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"