summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_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-22 17:14:02 +0100
commitafb5fbf0126fadf77e57a9312019445154ebc9e5 (patch)
tree5bcd0c8f3b2951f322ed16108ad57950dbaa6313 /meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
parented6aeb4861376f65f1fcc0db28ec1aa993c90bb5 (diff)
downloadpoky-afb5fbf0126fadf77e57a9312019445154ebc9e5.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 master rev: 96113b28031583af1dd42fe7660a9d5ced36d1b6) (From OE-Core rev: 1842f310962b835ceb5e41bc2a0e6bdb4a81c1e0) 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-tiny_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 54202b099a..1cc5075a1b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.36"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" 15SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3"
16SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" 16SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad"
17 17
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"