summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-28 00:51:29 -0500
committerRyan Eatmon <reatmon@ti.com>2024-02-28 13:20:35 -0600
commitd7624a767e20c776eb937c2942127299b4dc0093 (patch)
treeeeff6332da1dc7d8db6a6454bd9bac99c30166cf /meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
parentfba0b171679096da5591a936cf827bb1ce905812 (diff)
downloadmeta-ti-d7624a767e20c776eb937c2942127299b4dc0093.tar.gz
Drop SRCPV
A change in master from last year [1] dropped setting SRCPV. Since it is now empty, we do not need to use when setting PV. [1] https://git.openembedded.org/openembedded-core/commit/?id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.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 eaeaac7c..e932645b 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 ?= "cb84067eaf83e8287003bf17c3aed93ecd946a05" 28SRCREV ?= "cb84067eaf83e8287003bf17c3aed93ecd946a05"
29PV = "6.6.14+git${SRCPV}" 29PV = "6.6.14+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"