diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2020-05-15 15:11:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-18 06:33:36 +0100 |
commit | a059fc67da459a05f856e89f59a61b4da37630c7 (patch) | |
tree | 253d28a1253b028a414d4574da672fa61743f850 | |
parent | b62b82c02dae3af2a85cddbb5e37461144680339 (diff) | |
download | poky-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>
-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 | ||
16 | SRC_URI[md5sum] = "2e3bc8cfb264fa13f374618b46f170e7" | 16 | SRC_URI[md5sum] = "be252df5013ea03894921d0b493c7b6c" |
17 | SRC_URI[sha256sum] = "8a42240813b8fd1d001835cd6f5ec687f7d7f3b26070d4e21604c35a51a6441d" | 17 | SRC_URI[sha256sum] = "efeb2ae60e96dbe9a9b342d3a80dfc7642f06a8c09686089d491ad696bb98f4d" |
18 | 18 | ||
19 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 19 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
20 | 20 | ||
@@ -33,11 +33,11 @@ python do_package_prepend() { | |||
33 | BBCLASSEXTEND = "devupstream:target" | 33 | BBCLASSEXTEND = "devupstream:target" |
34 | LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" | 34 | LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" |
35 | DEFAULT_PREFERENCE_class-devupstream = "-1" | 35 | DEFAULT_PREFERENCE_class-devupstream = "-1" |
36 | SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.11 \ | 36 | SRC_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 | " |
40 | SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" | 40 | SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" |
41 | PV_class-devupstream = "2.11.2+git${SRCPV}" | 41 | PV_class-devupstream = "2.12.0+git${SRCPV}" |
42 | S_class-devupstream = "${WORKDIR}/git" | 42 | S_class-devupstream = "${WORKDIR}/git" |
43 | SRCREV_FORMAT ?= "lttng_git" | 43 | SRCREV_FORMAT ?= "lttng_git" |