summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-05 09:42:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-06 17:59:17 +0100
commit5fa25041c3a03ee9326d8987bd7d2b5d4e216893 (patch)
tree3fb92bc52ab540d0c005a74b51fc02a4a69f4ff9 /meta/recipes-kernel/linux/linux-yocto_3.10.bb
parent4aec869f6b04f46b388a814387833a6cfebfb225 (diff)
downloadpoky-5fa25041c3a03ee9326d8987bd7d2b5d4e216893.tar.gz
linux-yocto/3.10: update to v3.10.38
Updating to the korg -stable release. (From OE-Core rev: f71e40ff6ae98644800e15f8f472be6022a32f1e) 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_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 89263d98b9..f6e05c2c6e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -11,18 +11,18 @@ KBRANCH_qemux86 = "standard/common-pc/base"
11KBRANCH_qemux86-64 = "standard/common-pc-64/base" 11KBRANCH_qemux86-64 = "standard/common-pc-64/base"
12KBRANCH_qemumips64 = "standard/mti-malta64" 12KBRANCH_qemumips64 = "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "7b466aae62395490769f96635bd077ee8f313f18" 14SRCREV_machine_qemuarm ?= "dd18759fd19771885589066811e254852e56d421"
15SRCREV_machine_qemumips ?= "cc5059ae360e0586375bbd1ed46e1e6f3e267dea" 15SRCREV_machine_qemumips ?= "2dbb607d161aeaa8d542b128203d7a10527aec7e"
16SRCREV_machine_qemuppc ?= "663a3068c9756137a84bbfb3a76eeae7cb4373e1" 16SRCREV_machine_qemuppc ?= "92dda91b216cbacfa71fd9036413dba0d2406332"
17SRCREV_machine_qemux86 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 17SRCREV_machine_qemux86 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
18SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 18SRCREV_machine_qemux86-64 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
19SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337" 19SRCREV_machine_qemumips64 ?= "ebd521c1b609b445d8baf522d71453d4c26a0440"
20SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" 20SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
21SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" 21SRCREV_meta ?= "1eb79862c2959cfa305773e7f785d6d1810bf190"
22 22
23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
24 24
25LINUX_VERSION ?= "3.10.35" 25LINUX_VERSION ?= "3.10.38"
26 26
27PV = "${LINUX_VERSION}+git${SRCPV}" 27PV = "${LINUX_VERSION}+git${SRCPV}"
28 28