]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lttng-modules: Bump to 6e4fc6f3 revision
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 5 Sep 2016 16:28:43 +0000 (13:28 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Sep 2016 09:23:59 +0000 (10:23 +0100)
This moves the recipe to the tip of stable-2.8 branch which allows the
use of Linux 4.8 while keep us on a stable release.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-modules_git.bb

index 96bd9452be71e3a8a0a5ca81bc4900ba602acfd0..6d596a417cbc266df1078e3d34e8b44c6d0d1d07 100644 (file)
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \
 
 inherit module
 
-SRCREV = "e36de50dd09527901339797a61a0a40d241c1a6d"
+SRCREV = "6e4fc6f36d68fb3c8d40113f8670eb6e9c8ffd76"
 PV = "2.8.0+git${SRCPV}"
 
 COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
 
-SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=master"
+SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.8"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"