summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-01-15 00:57:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-16 12:05:46 +0000
commite7f8537d5f65daee36004b31ea010bcf243033f8 (patch)
tree257a70973cd66f1a50e54027abb8d4b2f49286a6 /meta/recipes-kernel
parenta166c2e035510625142e3d5d21a222ce40f6bbd8 (diff)
downloadpoky-e7f8537d5f65daee36004b31ea010bcf243033f8.tar.gz
linux-yocto/3.10: mohonpeak bsp config and scc files
(From OE-Core rev: 9f086987f995729235601281161858d851b8df72) 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.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 e135ca00d6..9bdd47ecbf 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 ?= "957ba6ae6c1d81b57da6a36b93f1b2a0ced2f45d" 6SRCREV_machine ?= "957ba6ae6c1d81b57da6a36b93f1b2a0ced2f45d"
7SRCREV_machine_qemuppc ?= "37e40b7017a9c78d676b19716011494dc7cb6369" 7SRCREV_machine_qemuppc ?= "37e40b7017a9c78d676b19716011494dc7cb6369"
8SRCREV_meta ?= "778d5f6259f0b8e28a46d8a764979e20e5a8ffc4" 8SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4"
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 e7565c626c..6defed1c94 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.25"
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" 12SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f"
13SRCREV_meta ?= "778d5f6259f0b8e28a46d8a764979e20e5a8ffc4" 13SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4"
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 33e745692b..d0772fddc5 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 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f"
18SRCREV_machine_qemux86-64 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" 18SRCREV_machine_qemux86-64 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f"
19SRCREV_machine_qemumips64 ?= "67efb2993ec7726df5567e2572fd64e34e29b46d" 19SRCREV_machine_qemumips64 ?= "67efb2993ec7726df5567e2572fd64e34e29b46d"
20SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" 20SRCREV_machine ?= "79af968f2f26378798aec7a6d729ff5a371aae5f"
21SRCREV_meta ?= "778d5f6259f0b8e28a46d8a764979e20e5a8ffc4" 21SRCREV_meta ?= "4d658aa580df62232a4a84957b02496436dc17c4"
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