From dee641c00d2b5b1e7d5d021f669524fa93c3a11a Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 17 Apr 2024 15:50:22 -0400 Subject: meta-ti-extras: remove SRCPV Last time around SRCPV was removed from meta-ti-bsp[1], but meta-ti-extras got missed. Resolve it now. [1] https://git.yoctoproject.org/meta-ti/commit/?id=d7624a767e20c776eb937c2942127299b4dc0093 Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ti-extras/recipes-devtools') diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb index b68c4463..8bea12f7 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" # This package builds a kernel module, use kernel PR as base and append a local MACHINE_KERNEL_PR:append = "b" PR = "${MACHINE_KERNEL_PR}" -PV:append = "+git${SRCPV}" +PV:append = "+git" SRC_URI:append = "\ file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \ -- cgit v1.2.3-54-g00ecf