aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-09-19 14:11:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 03:07:08 +0100
commit21654cbf766f9c319b2fc8a08f0060c60ef005eb (patch)
tree26ecc863595c23c16f4776d4d8cc5f94b7489055 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parent92e0d61f5bf15ca4eb262dfa3c533f9209a87915 (diff)
downloadopenembedded-core-contrib-21654cbf766f9c319b2fc8a08f0060c60ef005eb.tar.gz
linux-yocto: add blktrace feature
Updating the 3.0 kernel to enable blktrace to match our previous functionality. This is done by the following meta branch commit: [ meta: add blktrace feature Add a 'blktrace feature' that turns on kernel support for blktrace, a block I/O tracing tool. Added to 'standard' alongside similar tracing tool config. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index b3bb4ac8fb..eb329c56c6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
-SRCREV_meta ?= "12574e5a77597f6938315ef82d18fc5e229fb79c"
+SRCREV_meta ?= "334b8479297954d94c97f81164e3363ed7ae70e5"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"