diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-12-10 04:20:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 11:24:05 +0000 |
commit | a87bf5d3d435d333f5ee9d15b8c641b03ff4bb9c (patch) | |
tree | 996086581f9d67f78a9586c3f50ddfdaf78f4417 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |
parent | 4408bfc7dd0fd2223791cb5da706dde986f4ddef (diff) | |
download | openembedded-core-a87bf5d3d435d333f5ee9d15b8c641b03ff4bb9c.tar.gz openembedded-core-a87bf5d3d435d333f5ee9d15b8c641b03ff4bb9c.tar.bz2 openembedded-core-a87bf5d3d435d333f5ee9d15b8c641b03ff4bb9c.zip |
linux-yocto/3.10: update to v3.10.62
Updating to the latest korg -stable update for the 3.10 series. Minor
merge conflict resolution was done with the standard/ltsi and
standard/preempt-rt branches.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.bb | 8 |
1 files changed, 4 insertions, 4 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 91b37d3c19..8acbd2e59b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb @@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "38885f87b7240587194597c3658ba2c0ac5960e7" -SRCREV_machine_qemuppc ?= "535a7403beabe9c4aa394a1f9efa755eb33966c8" -SRCREV_meta ?= "8f05306a8e6f5ee422d50c3317acce0cf9e6aada" +SRCREV_machine ?= "94a79d98e40b51466600fb3375ad2908c38dd192" +SRCREV_machine_qemuppc ?= "c1dcbac7751652784f180fdb91f87bc37fba8c52" +SRCREV_meta ?= "f4ab00d96a3d8e443d7f7744ad996e184eac03b5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" -LINUX_VERSION ?= "3.10.59" +LINUX_VERSION ?= "3.10.62" PV = "${LINUX_VERSION}+git${SRCPV}" |