mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 13:57:59 +00:00
gdbserverproxy-module-drv: Add support for kernel 6.15+
Add a patch to support a kernel change in 6.15: - removed del_timer() in favor of timer_delete(). Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -7,6 +7,7 @@ PV:append = "+git"
|
||||
SRC_URI:append = "\
|
||||
file://0001-Support-Linux-kernels-v5.15.patch;patchdir=../.. \
|
||||
file://0002-Support-Linux-kernels-v6.6.patch;patchdir=../.. \
|
||||
file://0003-Support-Linux-kernels-v6.15.patch;patchdir=../.. \
|
||||
"
|
||||
|
||||
S:append = "/kernel_module/gdbproxy-mod"
|
||||
|
||||
Reference in New Issue
Block a user