diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-25 23:31:51 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:41:06 +0100 |
commit | 96113b28031583af1dd42fe7660a9d5ced36d1b6 (patch) | |
tree | 4994f5e7fa8991208d064b5434c6a8ff833314ad | |
parent | 50e26e553152485461d096463db0fb4f4fa826d6 (diff) | |
download | openembedded-core-96113b28031583af1dd42fe7660a9d5ced36d1b6.tar.gz openembedded-core-96113b28031583af1dd42fe7660a9d5ced36d1b6.tar.bz2 openembedded-core-96113b28031583af1dd42fe7660a9d5ced36d1b6.zip |
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
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 12 |
3 files changed, 9 insertions, 9 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" KMETA = "meta" -SRCREV_machine ?= "7302a8f84da657ff72ca5a27b9212c9d3bee2fbf" -SRCREV_machine_qemuppc ?= "494b16c51c6f6dc272eb820eaa57028ca8ee9da2" +SRCREV_machine ?= "206d4bb6338b4e561bb4690b7e63e552245ebd74" +SRCREV_machine_qemuppc ?= "84bf0022638ea805c227da3c7bcc333b1bd3ad4f" SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" PR = "${INC_PR}.1" 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" KMETA = "meta" -SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" +SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3" SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" PR = "${INC_PR}.1" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 18d665acc7..18136b6653 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -3,12 +3,12 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH_DEFAULT = "standard/base" KBRANCH = "${KBRANCH_DEFAULT}" -SRCREV_machine_qemuarm ?= "7cc80532306889b75619f8a1b713048e25f59e19" -SRCREV_machine_qemumips ?= "debce6677988e03b50c369aba5861d4f9b2e557d" -SRCREV_machine_qemuppc ?= "ddbc382cbc45a009e9ce17f7d448fcfd050ab5fc" -SRCREV_machine_qemux86 ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" -SRCREV_machine_qemux86-64 ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" -SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" +SRCREV_machine_qemuarm ?= "169d2f318fdfe980cac9b688bd38f508cd4436d6" +SRCREV_machine_qemumips ?= "80467d492ecefd82f733632b08323a728587c277" +SRCREV_machine_qemuppc ?= "e954091f4a17ad1dfdec3989382aab55dc666e79" +SRCREV_machine_qemux86 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" +SRCREV_machine_qemux86-64 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" +SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3" SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |