diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-01 00:43:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-01 09:04:37 +0100 |
commit | 35f932314541067b16b60ed5bc054a80f973dd35 (patch) | |
tree | f7443fcee7fab7b6d9ddbbc505a0db397db1a18e /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |
parent | 660c90458e8b4114e4a8deb920e44263e03a1ec6 (diff) | |
download | openembedded-core-35f932314541067b16b60ed5bc054a80f973dd35.tar.gz openembedded-core-35f932314541067b16b60ed5bc054a80f973dd35.tar.bz2 openembedded-core-35f932314541067b16b60ed5bc054a80f973dd35.zip |
linux-yocto/3.14/3.17: menuconfig and cryptodev
Two issues were reported with the 3.14 kernel, cryptodev was not properly
building and working on all devices, and menuconfig was not working on some
hosts.
To fix this, we pull in the latest cryptodev updates, and restore an old
ncurses patch for menuconfig.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 4 |
1 files changed, 2 insertions, 2 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 7eecc7fe56..1a756ecb3f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb @@ -3,8 +3,8 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "63e1f827790683d4ef01c71acfdf20b79f986d99" -SRCREV_machine_qemuppc ?= "2c51fd8a6fcf79386e3418ff78d42390ad6b5aa2" +SRCREV_machine ?= "1f000ea7a3aed269c78a8650672f05ff2447feb5" +SRCREV_machine_qemuppc ?= "01a649de749d9e82291063bd23301a6e7530e100" SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |