diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-04-17 15:50:22 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-04-19 10:18:31 -0500 |
commit | dee641c00d2b5b1e7d5d021f669524fa93c3a11a (patch) | |
tree | 2d9379a001645a3272058da4c78caade8e998fc2 /meta-ti-extras/recipes-devtools | |
parent | 20f1200b4b267d4cee71b58843089d6569a5346b (diff) | |
download | meta-ti-dee641c00d2b5b1e7d5d021f669524fa93c3a11a.tar.gz |
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 <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-devtools')
-rw-r--r-- | meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
6 | MACHINE_KERNEL_PR:append = "b" | 6 | MACHINE_KERNEL_PR:append = "b" |
7 | PR = "${MACHINE_KERNEL_PR}" | 7 | PR = "${MACHINE_KERNEL_PR}" |
8 | PV:append = "+git${SRCPV}" | 8 | PV:append = "+git" |
9 | 9 | ||
10 | SRC_URI:append = "\ | 10 | SRC_URI:append = "\ |
11 | file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \ | 11 | file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \ |