summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-02-08 12:54:45 -0600
committerRyan Eatmon <reatmon@ti.com>2024-02-08 20:21:49 -0600
commit0cdeb4fb75a775a6a0770f0fc7d5d6e6dfef3470 (patch)
treef2f3312f083099cb278d6610c7cc63c0bc20d681 /meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
parent277f04df4c94de44bcea95b46d59cf057f571e45 (diff)
downloadmeta-ti-0cdeb4fb75a775a6a0770f0fc7d5d6e6dfef3470.tar.gz
gdbc6x: Fix kernel module to work on 6.6+
The "upstream" is not maintained, but this is an easy patch to get this working again. Still need to watch this for big breakages and rethink supporting this recipe at that time. 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.bb5
1 files changed, 4 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 60492f81..b68c4463 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,7 +7,10 @@ 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=../.." 10SRC_URI:append = "\
11 file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \
12 file://0002-Support-Linux-kernels-v6.6.patch;patchdir=../.. \
13"
11 14
12S = "${WORKDIR}/git/kernel_module/gdbproxy-mod" 15S = "${WORKDIR}/git/kernel_module/gdbproxy-mod"
13 16