From d7624a767e20c776eb937c2942127299b4dc0093 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 28 Feb 2024 00:51:29 -0500 Subject: 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 Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb') 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 778b17ac..ee7da386 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" BRANCH ?= "ti-linux-6.1.y" SRCREV ?= "77aa27cbdca359bf0735b36ada464ec65b520943" -PV = "6.1.69+git${SRCPV}" +PV = "6.1.69+git" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR:append = "b" -- cgit v1.2.3-54-g00ecf