diff options
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap-module_git.bb')
-rw-r--r-- | meta-oe/recipes-kernel/ktap/ktap-module_git.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap-module_git.bb b/meta-oe/recipes-kernel/ktap/ktap-module_git.bb deleted file mode 100644 index 1119d4c90..000000000 --- a/meta-oe/recipes-kernel/ktap/ktap-module_git.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
2 | |||
3 | require ktap.inc | ||
4 | |||
5 | SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux" | ||
6 | |||
7 | inherit module | ||
8 | |||
9 | # See https://github.com/ktap/ktap/issues/80 | ||
10 | PNBLACKLIST[ktap-module] ?= "Not compatible with 3.19 kernel - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
11 | |||
12 | # Only build the module | ||
13 | MAKE_TARGETS = "mod" | ||
14 | |||
15 | # Kernel module packages MUST begin with 'kernel-module-', otherwise | ||
16 | # multilib image generation can fail. | ||
17 | # | ||
18 | # The following line is only necessary if the recipe name does not begin | ||
19 | # with kernel-module-. | ||
20 | # | ||
21 | PKG_${PN} = "kernel-module-${PN}" | ||
22 | |||