[oe-commits] [openembedded-core] 15/24: lttng-modules: Upgrade to 2.7.3 release

git at git.openembedded.org git at git.openembedded.org
Sat May 21 21:27:33 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit be62b6b78881a6a89242d99a258e1b26e7f13ee5
Author: Andrew Bradford <andrew.bradford at kodakalaris.com>
AuthorDate: Fri May 20 15:04:05 2016 -0400

    lttng-modules: Upgrade to 2.7.3 release
    
    Linux 4.5 and later cause lttng-modules versions prior to 2.7.2 to fail
    to compile due to Linux vmscan changes.  See lttng-modules git commit
    d0d2908478bdc8c36faaeae6fcb687052cb5f93b on lttng-modules branch
    stable-2.7: "Fix: update vmscan instrumentation for kernel 4.5".
    
    Signed-off-by: Andrew Bradford <andrew.bradford at kodakalaris.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index 2eb1a51..d8a7d36 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \
 
 inherit module
 
-SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf"
-PV = "2.7.1+git${SRCPV}"
+SRCREV = "5362a1f26060e0d64464bb35cdd285c914ae6171"
+PV = "2.7.3+git${SRCPV}"
 
 COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list