summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb
index 6fff096a37..8e56a3c10a 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.11.2.bb
@@ -11,6 +11,7 @@ COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm|riscv).*-linux'
11SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ 11SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
12 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ 12 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
13 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ 13 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
14 file://0001-lttng-modules-backport-writeback.h-changes-from-2.12.patch \
14 " 15 "
15 16
16SRC_URI[md5sum] = "2e3bc8cfb264fa13f374618b46f170e7" 17SRC_URI[md5sum] = "2e3bc8cfb264fa13f374618b46f170e7"
@@ -33,11 +34,11 @@ python do_package_prepend() {
33BBCLASSEXTEND = "devupstream:target" 34BBCLASSEXTEND = "devupstream:target"
34LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" 35LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128"
35DEFAULT_PREFERENCE_class-devupstream = "-1" 36DEFAULT_PREFERENCE_class-devupstream = "-1"
36SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.11 \ 37SRC_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 \ 38 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
38 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ 39 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
39 " 40 "
40SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" 41SRCREV_class-devupstream = "01a12501e0b0395b60c7e392cb7dded51ae572ca"
41PV_class-devupstream = "2.11.2+git${SRCPV}" 42PV_class-devupstream = "2.12.2+git${SRCPV}"
42S_class-devupstream = "${WORKDIR}/git" 43S_class-devupstream = "${WORKDIR}/git"
43SRCREV_FORMAT ?= "lttng_git" 44SRCREV_FORMAT ?= "lttng_git"