summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-04 15:20:28 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-04 15:20:28 -0500
commit63c14bcacde4f2f435326b63743a8a5acc20fe33 (patch)
tree1eb46087946095147ee6b289a0220b45d2257825 /meta-ti-extras
parentd606b53903a1eb8b564b64994aeefb2d4defd3f9 (diff)
downloadmeta-ti-63c14bcacde4f2f435326b63743a8a5acc20fe33.tar.gz
gdbserverproxy-module-drv: Fix patch fuzz
Some how I missed that there was fuzz when applying the patch, which master treats as an error. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
index 473d075d..cb56a470 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
@@ -19,7 +19,7 @@ index 418b6db..4b1c676 100644
19--- a/kernel_module/gdbproxy-mod/gdbserverproxy.c 19--- a/kernel_module/gdbproxy-mod/gdbserverproxy.c
20+++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c 20+++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c
21@@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty, 21@@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty,
22 * 22 *
23 * 23 *
24 */ 24 */
25+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0)) 25+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0))