diff options
Diffstat (limited to 'meta-ti-bsp/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb')
-rw-r--r-- | meta-ti-bsp/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/meta-ti-bsp/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb new file mode 100644 index 00000000..168e4be3 --- /dev/null +++ b/meta-ti-bsp/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" | ||
4 | |||
5 | # This package builds a kernel module, use kernel PR as base and append a local | ||
6 | MACHINE_KERNEL_PR:append = "b" | ||
7 | PR = "${MACHINE_KERNEL_PR}" | ||
8 | PV:append = "+git${SRCPV}" | ||
9 | |||
10 | S = "${WORKDIR}/git/kernel_module/gdbproxy-mod" | ||
11 | |||
12 | inherit module | ||
13 | |||
14 | PLATFORM = "" | ||
15 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" | ||
16 | |||
17 | EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" | ||
18 | |||
19 | # The following is to prevent an unused configure.ac from erroneously | ||
20 | # triggering the QA check for gettext. | ||
21 | EXTRA_OECONF = "--disable-nls" | ||
22 | do_configure() { | ||
23 | : | ||
24 | } | ||
25 | |||
26 | COMPATIBLE_MACHINE = "dra7xx" | ||
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
28 | |||
29 | include gdbc6x.inc | ||
30 | |||
31 | KERNEL_MODULE_AUTOLOAD += "gdbserverproxy" | ||