diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-06 14:47:51 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-08 10:37:12 +0100 |
commit | d5b3335c59101d3fd32d1b8b9529334b3c38d92e (patch) | |
tree | e158c453e8480290dfcb5a4376179e3cf1944000 | |
parent | c4a03862027752b1f9bd7b29d3f321b2d13fcdfa (diff) | |
download | poky-d5b3335c59101d3fd32d1b8b9529334b3c38d92e.tar.gz |
lttng-modules: bump devupstream to v2.12.1+
To build against the v5.8-rc kernels, we need to pickup the latest
lttng-modules commits.
Bumping the devupstream version and SRCREV to do just that. Validated
against v5.8-rc4.
(From OE-Core rev: f743dfdb8f4b826bf64935720418cc30566b97ac)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb index 8d3fb475c0..c0df0cab33 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb | |||
@@ -32,11 +32,11 @@ python do_package_prepend() { | |||
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" | 33 | LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" |
34 | DEFAULT_PREFERENCE_class-devupstream = "-1" | 34 | DEFAULT_PREFERENCE_class-devupstream = "-1" |
35 | SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.11 \ | 35 | SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.12 \ |
36 | file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ | 36 | file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ |
37 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ | 37 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ |
38 | " | 38 | " |
39 | SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" | 39 | SRCREV_class-devupstream = "11441f8f17f7825f529e2f6c54d3605771709260" |
40 | PV_class-devupstream = "2.11.2+git${SRCPV}" | 40 | PV_class-devupstream = "2.12.1+git${SRCPV}" |
41 | S_class-devupstream = "${WORKDIR}/git" | 41 | S_class-devupstream = "${WORKDIR}/git" |
42 | SRCREV_FORMAT ?= "lttng_git" | 42 | SRCREV_FORMAT ?= "lttng_git" |