summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-18 11:59:38 -0500
committerRyan Eatmon <reatmon@ti.com>2023-04-18 15:01:45 -0500
commit76bd751f74b6dbe6bd93335593fe263fd1b9bade (patch)
tree27f631a9814444490d0504e6c872338d39aea5bb /meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
parentbc894bf52eaa4359eaa64a64e950accd099a81cb (diff)
downloadmeta-ti-76bd751f74b6dbe6bd93335593fe263fd1b9bade.tar.gz
gdbc6x: Fix kernel module to work on v5.15+
Small changes, the "upstream" doesn't look to be maintained anymore, so if we get any more breaks it might be time to remove this recipe. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb')
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb2
1 files changed, 2 insertions, 0 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 cb9e4c24..60492f81 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
@@ -7,6 +7,8 @@ MACHINE_KERNEL_PR:append = "b"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8PV:append = "+git${SRCPV}" 8PV:append = "+git${SRCPV}"
9 9
10SRC_URI:append = " file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.."
11
10S = "${WORKDIR}/git/kernel_module/gdbproxy-mod" 12S = "${WORKDIR}/git/kernel_module/gdbproxy-mod"
11 13
12inherit module 14inherit module