summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-04 00:56:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 17:00:16 +0000
commit2b62f03f708c8a0e6548546b64e78026210b1d3f (patch)
treeda806ecf9e66c8a103fe905293bf522a6c208fe5 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parent844cf62b435d4652b58bf56cde79f5be63ba8f5c (diff)
downloadpoky-2b62f03f708c8a0e6548546b64e78026210b1d3f.tar.gz
linux-yocto/3.10: haswell-wc and crystalforest support
Updating the 3.10 SRCREVs to add support for the haswell-sc and crystalforest boards. (From OE-Core master rev: 47ebe8677ac0dc4f8799d0af75f5b7bc611fd882) (From OE-Core rev: 06bef5014bac6e0d935453330dfec05153d71ad0) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb6
1 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 848b04adf9..ce7c78905d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -3,9 +3,9 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH = "standard/preempt-rt/base" 3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" 4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "57bf925362d72bbcd800e0d7d7606387bff1db12" 6SRCREV_machine ?= "919b378578a8f931ee87092f1ce2608a6c2815db"
7SRCREV_machine_qemuppc ?= "60d63f2aece6d7ddb1ef50168fe2bc0586dbdbf9" 7SRCREV_machine_qemuppc ?= "be60fd54789f04941b51665970ef121089f9b93e"
8SRCREV_meta ?= "43dd30e1955545a264fda63b4f66bb8f5cd875f9" 8SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6"
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