summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-10 11:12:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-10 17:35:16 +0100
commit4c6d49fe14f2e0397ed5427079f2f64d4b878162 (patch)
tree1c56266fc5d31b96a5da35b664d790a2a0f0c994 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent0c282b6d5391579c39e8e3df2159337a2c4846a4 (diff)
downloadpoky-4c6d49fe14f2e0397ed5427079f2f64d4b878162.tar.gz
linux-yocto/3.4: update to v3.4.85
Updating the SRCREVs to integrate the latest korg -stable update. (From OE-Core rev: c6fe4b287c204d31a9ab86e3f38336d8828903ee) 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.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 878422985b..3a2ff2f504 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 ?= "6c34763a9e4e05e1fcaa32d915bd05cccd0abc1d" 14SRCREV_machine_qemuarm ?= "64f9a290683b1ab08136ef5d54d1845a961a6940"
15SRCREV_machine_qemumips ?= "fa9377eda8d2dceccb218f229551424c64ef0c28" 15SRCREV_machine_qemumips ?= "ad7aa3ecf8ab00055d31c3f7b059c8b8a8633e19"
16SRCREV_machine_qemuppc ?= "85868d48f06911b7dddaf0180af96c8f2e874922" 16SRCREV_machine_qemuppc ?= "7aaa5a4debe4b1987d2d11707313e682b185e876"
17SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 17SRCREV_machine_qemux86 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
18SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 18SRCREV_machine_qemux86-64 ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
19SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" 19SRCREV_machine ?= "95a3ff6e3c2eec2fafe9d1813048fcdb468a678e"
20SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6" 20SRCREV_meta ?= "7c9e1e0117e7ca1f7451870dad5db50adc21732e"
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.82" 24LINUX_VERSION ?= "3.4.85"
25 25
26PR = "${INC_PR}.5" 26PR = "${INC_PR}.5"
27PV = "${LINUX_VERSION}+git${SRCPV}" 27PV = "${LINUX_VERSION}+git${SRCPV}"