From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id C73D9731E5 for ; Wed, 31 Aug 2016 10:32:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7VAWfT5016245 for ; Wed, 31 Aug 2016 11:32:41 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ym3ziXdqKslH for ; Wed, 31 Aug 2016 11:32:41 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7VAWcpj016241 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 31 Aug 2016 11:32:39 +0100 Message-ID: <1472639558.29583.70.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Wed, 31 Aug 2016 11:32:38 +0100 X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: [PATCH] lttng-modules: Update 2.7.3 -> 2.8.0+master X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:32:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit We need master for the changes to work with 4.8 kernels. Signed-off-by: Richard Purdie diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index d8a7d36..96bd945 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 = "5362a1f26060e0d64464bb35cdd285c914ae6171" -PV = "2.7.3+git${SRCPV}" +SRCREV = "e36de50dd09527901339797a61a0a40d241c1a6d" +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=stable-2.7" +SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=master" export INSTALL_MOD_DIR="kernel/lttng-modules"