summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-05-15 15:11:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-18 06:33:36 +0100
commita059fc67da459a05f856e89f59a61b4da37630c7 (patch)
tree253d28a1253b028a414d4574da672fa61743f850 /meta/recipes-kernel
parentb62b82c02dae3af2a85cddbb5e37461144680339 (diff)
downloadpoky-a059fc67da459a05f856e89f59a61b4da37630c7.tar.gz
lttng-modules: upgrade to 2.12.0
Upgrade lttng-modules 2.11.2 -> 2.12.0. (From OE-Core rev: 117cb087316bc90e122ee98fc9d9ee06ec2d1764) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.12.0.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.12.0.bb
index 6fff096a37..f706f89621 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.12.0.bb
@@ -13,8 +13,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
13 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ 13 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
14 " 14 "
15 15
16SRC_URI[md5sum] = "2e3bc8cfb264fa13f374618b46f170e7" 16SRC_URI[md5sum] = "be252df5013ea03894921d0b493c7b6c"
17SRC_URI[sha256sum] = "8a42240813b8fd1d001835cd6f5ec687f7d7f3b26070d4e21604c35a51a6441d" 17SRC_URI[sha256sum] = "efeb2ae60e96dbe9a9b342d3a80dfc7642f06a8c09686089d491ad696bb98f4d"
18 18
19export INSTALL_MOD_DIR="kernel/lttng-modules" 19export INSTALL_MOD_DIR="kernel/lttng-modules"
20 20
@@ -33,11 +33,11 @@ python do_package_prepend() {
33BBCLASSEXTEND = "devupstream:target" 33BBCLASSEXTEND = "devupstream:target"
34LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" 34LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128"
35DEFAULT_PREFERENCE_class-devupstream = "-1" 35DEFAULT_PREFERENCE_class-devupstream = "-1"
36SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.11 \ 36SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.12 \
37 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ 37 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
38 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ 38 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
39 " 39 "
40SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" 40SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955"
41PV_class-devupstream = "2.11.2+git${SRCPV}" 41PV_class-devupstream = "2.12.0+git${SRCPV}"
42S_class-devupstream = "${WORKDIR}/git" 42S_class-devupstream = "${WORKDIR}/git"
43SRCREV_FORMAT ?= "lttng_git" 43SRCREV_FORMAT ?= "lttng_git"