summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
diff options
context:
space:
mode:
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