From 800a0906c7a322f6c01e054901228fd5a10c36bd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 5 Mar 2015 16:43:39 +0100 Subject: ktap: rename recipes to indicate they are from git * set PV so that it shows git revision and also automatically rebuilds them when SRCREV is changed Signed-off-by: Martin Jansa --- meta-oe/recipes-kernel/ktap/ktap-module_git.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-kernel/ktap/ktap-module_git.bb (limited to 'meta-oe/recipes-kernel/ktap/ktap-module_git.bb') diff --git a/meta-oe/recipes-kernel/ktap/ktap-module_git.bb b/meta-oe/recipes-kernel/ktap/ktap-module_git.bb new file mode 100644 index 0000000000..62f2a99a25 --- /dev/null +++ b/meta-oe/recipes-kernel/ktap/ktap-module_git.bb @@ -0,0 +1,22 @@ +# Released under the MIT license (see COPYING.MIT for the terms) + +require ktap.inc + +SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux" + +inherit module + +# Available package configs: ffi (only supported on x86_64) +PACKAGECONFIG ?= "" + +# Only build the module +MAKE_TARGETS = "${@base_contains('PACKAGECONFIG', 'ffi', 'FFI=1', '', d)} mod" + +# Kernel module packages MUST begin with 'kernel-module-', otherwise +# multilib image generation can fail. +# +# The following line is only necessary if the recipe name does not begin +# with kernel-module-. +# +PKG_${PN} = "kernel-module-${PN}" + -- cgit 1.2.3-korg