From: Bruce Ashfield <[email protected]> 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. Signed-off-by: Bruce Ashfield <[email protected]> --- I'm continuing to work through 5.8 kernel-dev issues. lttng needs commits to build against 5.8-rc. I'm bumping the devupstream variant only right now, since that is expected when working against newer kernels. We can either add patches to the tgz variant, or wait for a new lttng-modules release, but that is best done in a separate patch. Bruce meta/recipes-kernel/lttng/lttng-modules_2.12.1.bb | 6 +++--- 1 file 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() { BBCLASSEXTEND = "devupstream:target" LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" DEFAULT_PREFERENCE_class-devupstream = "-1" -SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.11 \ +SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.12 \ file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ " -SRCREV_class-devupstream = "17c413953603f063f2a9d6c3788bec914ce6f955" -PV_class-devupstream = "2.11.2+git${SRCPV}" +SRCREV_class-devupstream = "11441f8f17f7825f529e2f6c54d3605771709260" +PV_class-devupstream = "2.12.1+git${SRCPV}" S_class-devupstream = "${WORKDIR}/git" SRCREV_FORMAT ?= "lttng_git" -- 2.19.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#140363): https://lists.openembedded.org/g/openembedded-core/message/140363 Mute This Topic: https://lists.openembedded.org/mt/75339930/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
