summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.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-bb.org_git.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-bb.org_git.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index d6c4b993..144028e5 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -21,12 +21,12 @@ S = "${WORKDIR}/git"
21 21
22# 6.1.69 version for 32-bit 22# 6.1.69 version for 32-bit
23SRCREV:armv7a = "a1f26a19581970f76220c68c438981796ce5b767" 23SRCREV:armv7a = "a1f26a19581970f76220c68c438981796ce5b767"
24PV:armv7a = "6.1.69+git${SRCPV}" 24PV:armv7a = "6.1.69+git"
25BRANCH:armv7a = "v6.1.69-ti-r22" 25BRANCH:armv7a = "v6.1.69-ti-r22"
26 26
27# 6.1.69 version for 64-bit 27# 6.1.69 version for 64-bit
28SRCREV:aarch64 = "bc76b5d278271f66a6faeb2d09cb09fc6c57dd3c" 28SRCREV:aarch64 = "bc76b5d278271f66a6faeb2d09cb09fc6c57dd3c"
29PV:aarch64 = "6.1.69+git${SRCPV}" 29PV:aarch64 = "6.1.69+git"
30BRANCH:aarch64 = "v6.1.69-ti-arm64-r24" 30BRANCH:aarch64 = "v6.1.69-ti-arm64-r24"
31 31
32SRC_URI = " \ 32SRC_URI = " \