summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-05 21:19:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:41:14 +0100
commit076819194e6c4bc85a25b2a3e7915f32b832c6df (patch)
tree557c1593e379423ee93246909eb5dad493ae8b83 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parentb3dc63c7dc96a2ddca4879237c22fed5e6006f31 (diff)
downloadpoky-076819194e6c4bc85a25b2a3e7915f32b832c6df.tar.gz
linux-yocto/3.4: update to v3.4.43, ltsi-65311d8 and v3.4.42-rt56
Updating the 3.4 kernel trees to the latest korg, LTSI and -rt stable releases. (From OE-Core rev: 98446039e210936a32e70559a379131e8e0d832f) 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 18136b6653..e03b293499 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 ?= "169d2f318fdfe980cac9b688bd38f508cd4436d6" 6SRCREV_machine_qemuarm ?= "a4026fce19f8b2d28f37ea264693bd70126a7ade"
7SRCREV_machine_qemumips ?= "80467d492ecefd82f733632b08323a728587c277" 7SRCREV_machine_qemumips ?= "372aba9e80c5f86a1f6795a7b2292a05159ef108"
8SRCREV_machine_qemuppc ?= "e954091f4a17ad1dfdec3989382aab55dc666e79" 8SRCREV_machine_qemuppc ?= "c456ec65de4d2ac099312b0ed8e4098b29447929"
9SRCREV_machine_qemux86 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" 9SRCREV_machine_qemux86 ?= "fff57da7886cf5e99c07adf6649610cb1cd89330"
10SRCREV_machine_qemux86-64 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" 10SRCREV_machine_qemux86-64 ?= "fff57da7886cf5e99c07adf6649610cb1cd89330"
11SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3" 11SRCREV_machine ?= "fff57da7886cf5e99c07adf6649610cb1cd89330"
12SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" 12SRCREV_meta ?= "1bab5bd090948b4cc4c4ed57c834603a3cf9f235"
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.36" 16LINUX_VERSION ?= "3.4.43"
17 17
18PR = "${INC_PR}.4" 18PR = "${INC_PR}.4"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"