summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
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 /meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
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>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb2
1 files changed, 1 insertions, 1 deletions
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"