From 35f932314541067b16b60ed5bc054a80f973dd35 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 1 Oct 2014 00:43:32 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index efc193bb3c..7ef71f3e20 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb @@ -10,13 +10,13 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "1c7a46a46b2cbf68777713531647cd4b1cf22f12" -SRCREV_machine_qemumips ?= "f3dea87bc7aaccae5c24240b378a4e09034d80af" -SRCREV_machine_qemuppc ?= "195f2029d49fc2440cf236d5134eb2ab88b8d407" -SRCREV_machine_qemux86 ?= "bdef75805ede16c13f4383cc53d66dad3e83da64" -SRCREV_machine_qemux86-64 ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" -SRCREV_machine_qemumips64 ?= "b5c533e6ffba299b24d31cc2b8f32f6302f5d7e3" -SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" +SRCREV_machine_qemuarm ?= "c21684fb4fad62bceafcc97ae592d1d1bd52cf36" +SRCREV_machine_qemumips ?= "626a3a63414413e652daf3288903a58973d34520" +SRCREV_machine_qemuppc ?= "a5e37ff008b4bf2c0cb573f54376cb8b48a79016" +SRCREV_machine_qemux86 ?= "a39fd81fa54776b2ac8c288251846890c3124dee" +SRCREV_machine_qemux86-64 ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" +SRCREV_machine_qemumips64 ?= "c14d3c68c725205a5724cffe9f6f688d1bc38b6e" +SRCREV_machine ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -- cgit 1.2.3-korg