summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 8c9e81e912..abacb8edf5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "adc7322e1696fd53f1915c40c87c98cf5c98ebf0" 6SRCREV_machine ?= "adc7322e1696fd53f1915c40c87c98cf5c98ebf0"
7SRCREV_machine_qemuppc ?= "1d6cce881e4fefb5d5e0691da62d8f71f51e342c" 7SRCREV_machine_qemuppc ?= "1d6cce881e4fefb5d5e0691da62d8f71f51e342c"
8SRCREV_meta ?= "284e9589436a5b199cf44b7261640c944558a35e" 8SRCREV_meta ?= "99c503a92885060bebf2bba6747735e8e9346a40"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index c969461c8f..abb53e81d4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.33"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7" 12SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7"
13SRCREV_meta ?= "284e9589436a5b199cf44b7261640c944558a35e" 13SRCREV_meta ?= "99c503a92885060bebf2bba6747735e8e9346a40"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index 4c7ddc95f7..08b7087d67 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemux86 ?= "21df0c8486e129a4087970a07b423c533ae05de7"
18SRCREV_machine_qemux86-64 ?= "21df0c8486e129a4087970a07b423c533ae05de7" 18SRCREV_machine_qemux86-64 ?= "21df0c8486e129a4087970a07b423c533ae05de7"
19SRCREV_machine_qemumips64 ?= "31139804e58e049e696fa49175544a43c40b3506" 19SRCREV_machine_qemumips64 ?= "31139804e58e049e696fa49175544a43c40b3506"
20SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7" 20SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7"
21SRCREV_meta ?= "284e9589436a5b199cf44b7261640c944558a35e" 21SRCREV_meta ?= "99c503a92885060bebf2bba6747735e8e9346a40"
22 22
23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 23SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
24 24