diff options
Diffstat (limited to 'meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb')
-rw-r--r-- | meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb index 9d85829b..d8e759d9 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | |||
@@ -1,13 +1,10 @@ | |||
1 | DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" | 1 | SUMMARY = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" |
4 | 4 | ||
5 | # This package builds a kernel module, use kernel PR as base and append a local | ||
6 | MACHINE_KERNEL_PR:append = "d" | ||
7 | PR = "${MACHINE_KERNEL_PR}" | ||
8 | PV:append = "+git" | 5 | PV:append = "+git" |
9 | 6 | ||
10 | S = "${WORKDIR}/git/debugss_module/debugss-mod" | 7 | S:append = "/debugss_module/debugss-mod" |
11 | 8 | ||
12 | inherit module | 9 | inherit module |
13 | 10 | ||
@@ -20,3 +17,8 @@ COMPATIBLE_MACHINE = "dra7xx" | |||
20 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
21 | 18 | ||
22 | include dsptop.inc | 19 | include dsptop.inc |
20 | |||
21 | SRC_URI += "\ | ||
22 | file://0001-debugss_kmodule-Add-include-for-mod_devicetable.h.patch \ | ||
23 | file://0002-debugss_kmodule-kernel-6.11-changed-return-value-for.patch \ | ||
24 | " | ||