mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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. (From OE-Core rev: 35f932314541067b16b60ed5bc054a80f973dd35) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
448c1fcfcc
commit
ce9f31aaee
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.19"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2"
|
||||
SRCREV_machine ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8"
|
||||
SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user