summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2e22430754..995df3e0ea 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 ?= "08229402523bdb153dceed0a7260180837396e7f" 6SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f"
7SRCREV_machine_qemuppc ?= "08229402523bdb153dceed0a7260180837396e7f" 7SRCREV_machine_qemuppc ?= "08229402523bdb153dceed0a7260180837396e7f"
8SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c" 8SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
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 626add9dc3..b26ae25016 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.4"
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" 11SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
12SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a" 12SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
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 1179640b00..14647e9c45 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 ?= "4aa41764bf8dba2044ff9fae806d61cac7cdd9de"
17SRCREV_machine_qemux86-64 ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" 17SRCREV_machine_qemux86-64 ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
18SRCREV_machine_qemumips64 ?= "342ccacd4e28d1cc7e30277ee4ac6caa3086ff2f" 18SRCREV_machine_qemumips64 ?= "342ccacd4e28d1cc7e30277ee4ac6caa3086ff2f"
19SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" 19SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
20SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a" 20SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
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