summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorEmilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>2013-07-08 16:37:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-24 11:35:32 +0100
commitba0640a13c88a8aaf5b383e793d02c1f7f08e80a (patch)
treec562464015616b1373982db515e6cfc7d37de950 /meta/recipes-kernel/lttng
parent3c0300ba86998d5a296299c5769ca2e8a04d6007 (diff)
downloadast2050-yocto-poky-ba0640a13c88a8aaf5b383e793d02c1f7f08e80a.zip
ast2050-yocto-poky-ba0640a13c88a8aaf5b383e793d02c1f7f08e80a.tar.gz
lttng-modules: Append _git to recipe name and add GIT revision to PV variable
Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision (From OE-Core rev: 07ca5da4da59a0069e7b8a18e7589e3674f2616c) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_git.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index dd35396..3a92879 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.2.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "virtual/kernel"
inherit module
SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c"
-PV = "2.2.0"
+PV = "2.2.0+git${SRCPV}"
SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
OpenPOWER on IntegriCloud