]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: Add missing SRCREV_FORMAT
authorDaniel Gomez <daniel@qtec.com>
Thu, 12 Sep 2019 19:54:23 +0000 (21:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 08:54:21 +0000 (09:54 +0100)
When using devupstream class the SRCREV_FORMAT variable must be set.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb

index 6e2d6554957208a307e65bf68114a436a7df1ef0..dccc4b9842a3d706de675882379935e4fd95fddb 100644 (file)
@@ -43,3 +43,4 @@ SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.1
 SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31"
 PV_class-devupstream = "2.10.10+git${SRCPV}"
 S_class-devupstream = "${WORKDIR}/git"
+SRCREV_FORMAT ?= "lttng_git"