summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-13 23:27:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:10:33 +0100
commit1b9990478e53da2e533ee52c4302411c7066c4ca (patch)
tree45fef5d28050ccf23d7cc301a3a619393b062d44 /meta/recipes-kernel/linux/linux-yocto_3.10.bb
parent09d875e532f19df1140091fe15a4d6b23034418a (diff)
downloadpoky-1b9990478e53da2e533ee52c4302411c7066c4ca.tar.gz
linux-yocto/3.10: update to v3.10.33
Updating to the latest -stable release. (From OE-Core rev: 9acc956c23ea161d0af691ff4685b472d3eff086) 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/linux-yocto_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 1f8d312ae2..4c7ddc95f7 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 ?= "c295c53987007a5d0c87cc9b23125e9ff85900bd" 14SRCREV_machine_qemuarm ?= "670a1d401ace1c5894a87466e5136ed60cf66966"
15SRCREV_machine_qemumips ?= "2833be8c96671b24a203a5dc45a21c38d5d841c3" 15SRCREV_machine_qemumips ?= "45fc480deb2f4e5b42265c59fa4bec784e995294"
16SRCREV_machine_qemuppc ?= "cf413ddca8b974a473b72635e1499223a02d7949" 16SRCREV_machine_qemuppc ?= "ac1c54b68ee44c00906933547b310652fd725d4b"
17SRCREV_machine_qemux86 ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" 17SRCREV_machine_qemux86 ?= "21df0c8486e129a4087970a07b423c533ae05de7"
18SRCREV_machine_qemux86-64 ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" 18SRCREV_machine_qemux86-64 ?= "21df0c8486e129a4087970a07b423c533ae05de7"
19SRCREV_machine_qemumips64 ?= "3e1899546c014808fed8d336b777bf8d81f50d7b" 19SRCREV_machine_qemumips64 ?= "31139804e58e049e696fa49175544a43c40b3506"
20SRCREV_machine ?= "78afd3095c9b37efbbfbfdc25eb3833ef3c6a718" 20SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7"
21SRCREV_meta ?= "284e9589436a5b199cf44b7261640c944558a35e" 21SRCREV_meta ?= "284e9589436a5b199cf44b7261640c944558a35e"
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.32" 25LINUX_VERSION ?= "3.10.33"
26 26
27PV = "${LINUX_VERSION}+git${SRCPV}" 27PV = "${LINUX_VERSION}+git${SRCPV}"
28 28