summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-03-19 14:58:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-20 18:54:57 +0000
commitb020c230c9ddfaa2901fa07df70e4854677e19a7 (patch)
tree4d22232156b08e2527de046f34fa2c21b9694201
parent0064a7523daffddc4480644d03fc7ace154e9d82 (diff)
downloadpoky-b020c230c9ddfaa2901fa07df70e4854677e19a7.tar.gz
lttng-modules: update devupstream to 2.12.5+
When building against kernel v5.12-rc+, we need extra changes on top of the 2.12.5 release. We can bump devupstream separately from the main release to grab those changes. (From OE-Core rev: a53ddaa3dc5c072f9fbc5df5075e6067c0d6cc11) 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.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.12.5.bb b/meta/recipes-kernel/lttng/lttng-modules_2.12.5.bb
index 48e91e158d..ea36a3464b 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.12.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.12.5.bb
@@ -35,7 +35,8 @@ DEFAULT_PREFERENCE_class-devupstream = "-1"
35SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.12 \ 35SRC_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 " 37 "
38SRCREV_class-devupstream = "be71b60a327d7ad2588abc5cad2861177119972b" 38
39PV_class-devupstream = "2.12.3+git${SRCPV}" 39SRCREV_class-devupstream = "92cc3e7f76a545a2cd4828576971f1eea83f4e68"
40PV_class-devupstream = "2.12.5+git${SRCPV}"
40S_class-devupstream = "${WORKDIR}/git" 41S_class-devupstream = "${WORKDIR}/git"
41SRCREV_FORMAT ?= "lttng_git" 42SRCREV_FORMAT ?= "lttng_git"