summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-06-25 16:45:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-28 09:14:05 +0100
commit3fac79f42e38a86cfbc895fd63b82f131ea95d4b (patch)
tree9c020b9054be39c81394a17f8a9f1c02a66a1228 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent173a02cc18b43adbb5ece492a4f7126d7d8d5fbd (diff)
downloadpoky-3fac79f42e38a86cfbc895fd63b82f131ea95d4b.tar.gz
linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
Updating the 3.4 branches to the latest LTSI baseline. (From OE-Core rev: f53de5834559ed24b05f6bec8aaccdfc36f0a806) 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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index ade96be5e4..ae104485ff 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,12 +3,12 @@ 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 ?= "7054a5db2c1869e0e0b294459fc4770113a8df52" 6SRCREV_machine_qemuarm ?= "ccc8f93d42a56511b8867ff3eeba76290309bc2c"
7SRCREV_machine_qemumips ?= "46b3cf22c01e40ef035b78f0542a9007aa0cf507" 7SRCREV_machine_qemumips ?= "23607b7f3ca690d62a43c58b8358fa5b75c55b2a"
8SRCREV_machine_qemuppc ?= "1f2475ab9eefbb479c8a481475ddb3043d47b74a" 8SRCREV_machine_qemuppc ?= "d48004092883cfdee8a5092b375ac635742c39cb"
9SRCREV_machine_qemux86 ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868" 9SRCREV_machine_qemux86 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
10SRCREV_machine_qemux86-64 ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868" 10SRCREV_machine_qemux86-64 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
11SRCREV_machine ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868" 11SRCREV_machine ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
12SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac" 12SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
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"