summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-20 12:21:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 23:01:57 +0100
commit2ffbc2729ab2f6a31d58b1a0bd355b8f67f8ba85 (patch)
tree301c734c8abeddf18b9407bbe28bbc2d41c7d52e /meta/recipes-kernel
parent0ae7b58060f1ee7914dd45d462e48d4b8a3751ad (diff)
downloadpoky-2ffbc2729ab2f6a31d58b1a0bd355b8f67f8ba85.tar.gz
linux-yocto: intel-common: Enable Industrial IO
Updating the META branch SRCREV to import iio configuration settings. (From OE-Core rev: bb8cada68e70b1246a76046a37ba57a3ca7aedde) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 77215f6a51..78209b1070 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "8ef1733b66a1646b85338a310f787e0057a6a4e9" 6SRCREV_machine ?= "8ef1733b66a1646b85338a310f787e0057a6a4e9"
7SRCREV_machine_qemuppc ?= "3079c794c30b0de82bc87b19cf477d82405a9094" 7SRCREV_machine_qemuppc ?= "3079c794c30b0de82bc87b19cf477d82405a9094"
8SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0" 8SRCREV_meta ?= "54d07ec2566afe2a4c1eee4995781aab5599b5d5"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index e28054fc4c..47be35769d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14.5"
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "5724bf17acbf54cf61003ab242448fd96d189384" 11SRCREV_machine ?= "5724bf17acbf54cf61003ab242448fd96d189384"
12SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0" 12SRCREV_meta ?= "54d07ec2566afe2a4c1eee4995781aab5599b5d5"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 7b8b653827..1e397e9026 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "5b327970eb1dba02c65cb8330dc8f3049c4fa580"
17SRCREV_machine_qemux86-64 ?= "5724bf17acbf54cf61003ab242448fd96d189384" 17SRCREV_machine_qemux86-64 ?= "5724bf17acbf54cf61003ab242448fd96d189384"
18SRCREV_machine_qemumips64 ?= "34837892b66eaa034cd3e3d339cab0ea6f594511" 18SRCREV_machine_qemumips64 ?= "34837892b66eaa034cd3e3d339cab0ea6f594511"
19SRCREV_machine ?= "5724bf17acbf54cf61003ab242448fd96d189384" 19SRCREV_machine ?= "5724bf17acbf54cf61003ab242448fd96d189384"
20SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0" 20SRCREV_meta ?= "54d07ec2566afe2a4c1eee4995781aab5599b5d5"
21 21
22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
23 23