summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-12-08 12:11:21 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-09 19:18:24 +0000
commit8819b15655fb55e1192eafdcc0cd8593ee39e90f (patch)
tree137fb48c68a581e7345977fdcd5a826e36f3b577 /meta/recipes-kernel/linux
parent1288313411f8db7628e9ec4c04f2ad7f830e994d (diff)
downloadpoky-8819b15655fb55e1192eafdcc0cd8593ee39e90f.tar.gz
linux-yocto: v3.0.12 + EFI fixes
Updating SRCREVs to pickup the v3.0.12 -stable updates and to get three EFI fixes from Darren Hart: x86, efi: Convert efi_phys_get_time() args to physical addresses x86, efi: Make efi_call_phys_prelog() CONFIG_RELOCATABLE-aware x86/rtc: Don't recursively acquire rtc_lock (From OE-Core rev: f87f62f1e7de88b482a9d1877deae42939aedbe0) Signed-off-by: Darren Hart <dvhart@linux.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')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 4032567280..ee2363c057 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -10,15 +10,15 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
10 10
11KBRANCH = ${KMACHINE} 11KBRANCH = ${KMACHINE}
12 12
13LINUX_VERSION ?= "3.0.10" 13LINUX_VERSION ?= "3.0.12"
14 14
15SRCREV_machine_qemuarm ?= "42573a6932e65456471efa94d4863b8df88e48b3" 15SRCREV_machine_qemuarm ?= "b2a7d668b963f1c5f9876f130278dd9fb7df4831"
16SRCREV_machine_qemumips ?= "55d4921f21dea9f07344029c12400bb3ef15d76b" 16SRCREV_machine_qemumips ?= "62bb04e5ba19b5b8aacd9079fdfbcb8284cd9fc8"
17SRCREV_machine_qemuppc ?= "d10f26a8325a40610fc8d6a830a9f34dcb794075" 17SRCREV_machine_qemuppc ?= "7ecece328c5987112de2959f8f998dfcedaf7210"
18SRCREV_machine_qemux86 ?= "7814f075ea132cc17da89ecd6d886036e61e2187" 18SRCREV_machine_qemux86 ?= "a611ba462ac51b2bfdac1c5c6538dac95ad9b4dd"
19SRCREV_machine_qemux86-64 ?= "988fcbe64829f0a03ccfcc08d45cedb26cabe9ed" 19SRCREV_machine_qemux86-64 ?= "b15a9b67089e31ef9780fdbd0481f48ef7facdba"
20SRCREV_machine ?= "ab1de8c21d2b1d084b8488496d75cc54fcd94f02" 20SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
21SRCREV_meta ?= "67ce7623909cef63927fd145026aaf371cf4abf1" 21SRCREV_meta ?= "a67d091fddd6b72dacc37fb4b07c870aebb1b835"
22 22
23PR = "r2" 23PR = "r2"
24PV = "${LINUX_VERSION}+git${SRCPV}" 24PV = "${LINUX_VERSION}+git${SRCPV}"