1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 22:37:56 +00:00

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>
This commit is contained in:
Ryan Eatmon
2024-02-08 12:54:45 -06:00
parent 277f04df4c
commit 0cdeb4fb75
2 changed files with 35 additions and 1 deletions
@@ -7,7 +7,10 @@ MACHINE_KERNEL_PR:append = "b"
PR = "${MACHINE_KERNEL_PR}"
PV:append = "+git${SRCPV}"
SRC_URI:append = " file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.."
SRC_URI:append = "\
file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \
file://0002-Support-Linux-kernels-v6.6.patch;patchdir=../.. \
"
S = "${WORKDIR}/git/kernel_module/gdbproxy-mod"