summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-07-06 22:07:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:53 +0100
commitda2f4a0378d4a03d5b5012d769d2aa9bd1675335 (patch)
tree03ec4f7f60e1538aaec99a61d5154d29c96c24ee /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent58002d15e2d22c640a6df904a8f7478c7e84cd1b (diff)
downloadpoky-da2f4a0378d4a03d5b5012d769d2aa9bd1675335.tar.gz
linux-yocto/3.4: update to v3.4.52
Updating the 3.4 kernel to the latest korg -stable release. (From OE-Core rev: 5f5cd51eeb93a51b8cad42165b0535e764a01bbf) 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index ae104485ff..beb67ee49c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH_DEFAULT = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH = "${KBRANCH_DEFAULT}" 4KBRANCH = "${KBRANCH_DEFAULT}"
5 5
6SRCREV_machine_qemuarm ?= "ccc8f93d42a56511b8867ff3eeba76290309bc2c" 6SRCREV_machine_qemuarm ?= "89c1e24271fba1c235959cb96c91dba98c542821"
7SRCREV_machine_qemumips ?= "23607b7f3ca690d62a43c58b8358fa5b75c55b2a" 7SRCREV_machine_qemumips ?= "99e87eb8b1e985eb6addf7590c4e837ff7c7e873"
8SRCREV_machine_qemuppc ?= "d48004092883cfdee8a5092b375ac635742c39cb" 8SRCREV_machine_qemuppc ?= "62f5c50609c93c5b70736a4374cee8075ab82566"
9SRCREV_machine_qemux86 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5" 9SRCREV_machine_qemux86 ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d"
10SRCREV_machine_qemux86-64 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5" 10SRCREV_machine_qemux86-64 ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d"
11SRCREV_machine ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5" 11SRCREV_machine ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d"
12SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac" 12SRCREV_meta ?= "7250de4d4afc2558082cd42b8a0d151903436e8f"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.46" 16LINUX_VERSION ?= "3.4.52"
17 17
18PR = "${INC_PR}.5" 18PR = "${INC_PR}.5"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"