summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-04-25 23:31:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:41:14 +0100
commit8032447abe3dd152d8e2a7f214b0777493debb21 (patch)
tree5b8206a2aa9bbd93bad3fe69588db29de6687899 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parentb5d5b1bfa49a3765b907f6b68cdb68ddec365e06 (diff)
downloadpoky-8032447abe3dd152d8e2a7f214b0777493debb21.tar.gz
linux-yocto/3.4: iwlwifi, ext4, brtfs warning and -rt fixes
Updating the yocto 3.4 SRCREVs for the following fixes: 206d4bb powerpc/perf: run irq-work under softirq context in rt 8a969f9 arm/perf: run irq-work under softirq context in rt 79ba946 iwlwifi: fix unused variable warning 59d93fa ext4: remove unused variable in ext4_update_super() 2385eee Btrfs: fix compile warnings in extent_io.c (From OE-Core rev: 96113b28031583af1dd42fe7660a9d5ced36d1b6) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 88c05e264b..f92fac1071 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "7302a8f84da657ff72ca5a27b9212c9d3bee2fbf" 11SRCREV_machine ?= "206d4bb6338b4e561bb4690b7e63e552245ebd74"
12SRCREV_machine_qemuppc ?= "494b16c51c6f6dc272eb820eaa57028ca8ee9da2" 12SRCREV_machine_qemuppc ?= "84bf0022638ea805c227da3c7bcc333b1bd3ad4f"
13SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" 13SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"