summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-05 09:40:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-06 17:59:17 +0100
commit4aec869f6b04f46b388a814387833a6cfebfb225 (patch)
tree53f7ec4d435dc3972e4d48cde9bebd4ff3c28bd6 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent70b11e54ffaa87e008bee444241cddf29f92f6bb (diff)
downloadpoky-4aec869f6b04f46b388a814387833a6cfebfb225.tar.gz
linux-yocto/3.4: update to v3.4.88
Updating the 3.4 SRCREVs to import the korg v3.4.88 -stable release. (From OE-Core rev: faf8ccedf8956590cfcf01825ad3d421fb7f7a0e) 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 3a2ff2f504..4f95922685 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -11,17 +11,17 @@ 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 ?= "64f9a290683b1ab08136ef5d54d1845a961a6940" 14SRCREV_machine_qemuarm ?= "2ed52bacbd346dac90f65138daf16c17b2fd5066"
15SRCREV_machine_qemumips ?= "ad7aa3ecf8ab00055d31c3f7b059c8b8a8633e19" 15SRCREV_machine_qemumips ?= "3e67c74737d97909d7ec069579fde35419a04f00"
16SRCREV_machine_qemuppc ?= "7aaa5a4debe4b1987d2d11707313e682b185e876" 16SRCREV_machine_qemuppc ?= "fe300607aba102ec9f567eb966ed067645966e7b"
17SRCREV_machine_qemux86 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e" 17SRCREV_machine_qemux86 ?= "2ab0a0cc26d2fc3e59f66a27e8a6de8bd608a2d5"
18SRCREV_machine_qemux86-64 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e" 18SRCREV_machine_qemux86-64 ?= "2ab0a0cc26d2fc3e59f66a27e8a6de8bd608a2d5"
19SRCREV_machine ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e" 19SRCREV_machine ?= "2ab0a0cc26d2fc3e59f66a27e8a6de8bd608a2d5"
20SRCREV_meta ?= "7c9e1e0117e7ca1f7451870dad5db50adc21732e" 20SRCREV_meta ?= "03cd6f841fd2566b033db19eb6665228ea406adf"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23
24LINUX_VERSION ?= "3.4.85" 24LINUX_VERSION ?= "3.4.88"
25 25
26PR = "${INC_PR}.5" 26PR = "${INC_PR}.5"
27PV = "${LINUX_VERSION}+git${SRCPV}" 27PV = "${LINUX_VERSION}+git${SRCPV}"