diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-16 23:50:10 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:33:30 +0100 |
commit | da1eca40b5ff608df6f4041a92b2d4c71ee6784e (patch) | |
tree | 2c3849d355175f854c555fa3cc3f95a056f44c74 /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |
parent | f6cb24cf2255297308ef57399a6be407129d9b8f (diff) | |
download | openembedded-core-da1eca40b5ff608df6f4041a92b2d4c71ee6784e.tar.gz openembedded-core-da1eca40b5ff608df6f4041a92b2d4c71ee6784e.tar.bz2 openembedded-core-da1eca40b5ff608df6f4041a92b2d4c71ee6784e.zip |
linux-yocto/3.14: vexpress and MVM firmware support
Updating the 3.14 SRCREVs to integrate the following changes:
meta: iwlwifi: Add MVM firmware support
vexpress: Pass LOADADDR to Makefile
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 |
1 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 6d5096cd85..61f9dbc9a1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb @@ -3,9 +3,9 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "standard/preempt-rt/base" KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" -SRCREV_machine ?= "5c79217cdf1c16a3cacd28968e8c3e417e994c86" -SRCREV_machine_qemuppc ?= "1ad208565754a1122df5500246f3142e2a3eff39" -SRCREV_meta ?= "602be954ac45e8aea06cb93d6766bbf83c242090" +SRCREV_machine ?= "568f018a22474939695a31709802bb8863c483d9" +SRCREV_machine_qemuppc ?= "6af424a3a76a7fcf0cc7718b93f7a9db52383c25" +SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |