diff options
author | Daniel Gomez <daniel@qtec.com> | 2019-09-12 21:54:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:44 +0100 |
commit | f81cdf4588b070ed32e32bb79b08855358cc20e7 (patch) | |
tree | 73c6e480426c1eca98a72fdfcba038202abfa87c | |
parent | 9654327307f5ab8970a63d71c6d36538e89b497f (diff) | |
download | poky-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.bb | 1 |
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 | |||
43 | SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31" | 43 | SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31" |
44 | PV_class-devupstream = "2.10.10+git${SRCPV}" | 44 | PV_class-devupstream = "2.10.10+git${SRCPV}" |
45 | S_class-devupstream = "${WORKDIR}/git" | 45 | S_class-devupstream = "${WORKDIR}/git" |
46 | SRCREV_FORMAT ?= "lttng_git" | ||