From 5d27db85d269f576929fd3c81f94e54d894cdf69 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Date: Thu, 12 Sep 2019 21:54:23 +0200 Subject: lttng-modules: Add missing SRCREV_FORMAT When using devupstream class the SRCREV_FORMAT variable must be set. Signed-off-by: Daniel Gomez Signed-off-by: Ross Burton --- meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31" PV_class-devupstream = "2.10.10+git${SRCPV}" S_class-devupstream = "${WORKDIR}/git" +SRCREV_FORMAT ?= "lttng_git" -- cgit 1.2.3-korg