summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-03-01 16:00:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 17:08:31 +0000
commitaa27334fc1f7f59268e10086007df7b276653791 (patch)
treee49819df300cb103ac418523a952cf4c6891533b
parentb91fd0aec7c92c07625c797f973b35b3985568b6 (diff)
downloadopenembedded-core-contrib-aa27334fc1f7f59268e10086007df7b276653791.tar.gz
trace-cmd: update to 2.7
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-kernel/trace-cmd/trace-cmd.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
index 0ea8b13f24..0a1789c459 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd.inc
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd.inc
@@ -1,11 +1,11 @@
-SRCREV = "57371aaa2f469d0ba15fd85276deca7bfdd7ce36"
-PV = "2.6.2"
+SRCREV = "7d0147bbba3ed1d5ef6eea4eec3f0ad4c98f02b5"
+PV = "2.7"
inherit pkgconfig
FILESEXTRAPATHS =. "${FILE_DIRNAME}/trace-cmd:"
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=trace-cmd-stable-v2.6 \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
file://blktrace-api-compatibility.patch \
file://0001-Include-limits.h-so-that-PATH_MAX-is-defined-an-issu.patch \
"