summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-08-08 13:38:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:45:55 +0100
commit101bdc6ca2ebb019ab9173a708359e086e7ebe78 (patch)
treebd88ce0bcc17d693e25fb1c318d64055565edeeb /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent0a0ffcf18bad914c2bdb52723e9f64baec1c5a4a (diff)
downloadpoky-101bdc6ca2ebb019ab9173a708359e086e7ebe78.tar.gz
linux-yocto: bump version to 3.4.7
The v3.4.7 -stable update has been released, updating all in-tree BSPs to this new baseline. (From OE-Core rev: 89a0587d5affe8d8986efce7738b7b3774792154) 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 5ab46b7a1e..9f1e550fda 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,19 +10,19 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 12
13SRCREV_machine_qemuarm ?= "b57548a29e44655e27cfbdf3a0642d682401b835" 13SRCREV_machine_qemuarm ?= "469cf6a66c720944adeaf8e43c044dfcb8d90599"
14SRCREV_machine_qemumips ?= "633d487b0f6e5d328400b47f0d69d9dac7354c84" 14SRCREV_machine_qemumips ?= "0985f3076c1a5a2cc3a01054e8a0411ffe440395"
15SRCREV_machine_qemuppc ?= "6229fc0f62283e0dc9f8b5d2be01b048a92867f3" 15SRCREV_machine_qemuppc ?= "e662bb66d9114c05919cd57ee4d620f4e67d2123"
16SRCREV_machine_qemux86 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" 16SRCREV_machine_qemux86 ?= "f01bddc9534f31b27b475b68d13b5897533a6fca"
17SRCREV_machine_qemux86-64 ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" 17SRCREV_machine_qemux86-64 ?= "f01bddc9534f31b27b475b68d13b5897533a6fca"
18SRCREV_machine ?= "19f7e43b54aef08d58135ed2a897d77b624b320a" 18SRCREV_machine ?= "f01bddc9534f31b27b475b68d13b5897533a6fca"
19SRCREV_meta ?= "7ff48aa47c50b6455d60ca93bc81260ce8fe1a1b" 19SRCREV_meta ?= "8d2012649516f3c489295a31fb9ea7afd1b464e4"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23SRC_URI += "file://noslang.patch" 23SRC_URI += "file://noslang.patch"
24 24
25LINUX_VERSION ?= "3.4.6" 25LINUX_VERSION ?= "3.4.7"
26 26
27PR = "${INC_PR}.0" 27PR = "${INC_PR}.0"
28PV = "${LINUX_VERSION}+git${SRCPV}" 28PV = "${LINUX_VERSION}+git${SRCPV}"