summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gomez <daniel@qtec.com>2019-09-12 21:54:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:44 +0100
commitf81cdf4588b070ed32e32bb79b08855358cc20e7 (patch)
tree73c6e480426c1eca98a72fdfcba038202abfa87c
parent9654327307f5ab8970a63d71c6d36538e89b497f (diff)
downloadpoky-f81cdf4588b070ed32e32bb79b08855358cc20e7.tar.gz
lttng-modules: Add missing SRCREV_FORMAT
When using devupstream class the SRCREV_FORMAT variable must be set. (From OE-Core rev: 5d27db85d269f576929fd3c81f94e54d894cdf69) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
index 6e2d655495..dccc4b9842 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
@@ -43,3 +43,4 @@ SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.1
43SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31" 43SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31"
44PV_class-devupstream = "2.10.10+git${SRCPV}" 44PV_class-devupstream = "2.10.10+git${SRCPV}"
45S_class-devupstream = "${WORKDIR}/git" 45S_class-devupstream = "${WORKDIR}/git"
46SRCREV_FORMAT ?= "lttng_git"