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