diff options
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 |
1 files 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 96bd9452be..6d596a417c 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_git.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb @@ -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" |