summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-26 12:33:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-30 22:26:28 +0000
commit8bd91ec328bd85e9b1a22095e72c656dcfbcc493 (patch)
tree5a3289c709c7adc1b4ab59e7e2ea8af7e1dc81a6 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent5745f594e3cac18a2bbb43e97fef47dee0f9a440 (diff)
downloadpoky-8bd91ec328bd85e9b1a22095e72c656dcfbcc493.tar.gz
linux-yocto/3.4: update to v3.4.69
Bumping the 3.4 kernel to the latest korg -stable release. (From OE-Core rev: b9049f6394d58610ecd3b0c77ccee5ef95ebdb73) 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.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index f1bb3433da..9b8456fd6f 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 ?= "e1dd6f40b76b3e9bd0686629004621aeddc6a982" 6SRCREV_machine_qemuarm ?= "38fe75106c5faa3ea49d0a285769de3d08478f90"
7SRCREV_machine_qemumips ?= "47af1ab871c8dfa4428cec26ec74e96a5b10c566" 7SRCREV_machine_qemumips ?= "67c8918ce3cfd66f19f23b46381993ff488b3fe0"
8SRCREV_machine_qemuppc ?= "65e4b20a87b02cf7bcb3ad3f725a079933828d4d" 8SRCREV_machine_qemuppc ?= "0e81c96b36e05746ae978a830fe3dbdac8a51e58"
9SRCREV_machine_qemux86 ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee" 9SRCREV_machine_qemux86 ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287"
10SRCREV_machine_qemux86-64 ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee" 10SRCREV_machine_qemux86-64 ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287"
11SRCREV_machine ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee" 11SRCREV_machine ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287"
12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" 12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.59" 16LINUX_VERSION ?= "3.4.69"
17 17
18PR = "${INC_PR}.5" 18PR = "${INC_PR}.5"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"