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-02 00:42:43 +0100 |
commit | ce9f31aaeed3feccf7c779dd90f9bfeda2c65bb8 (patch) | |
tree | e4574eea84e27e4976bb362d6b2e0d623627f19c | |
parent | 448c1fcfcc288fccfe66ce7b874c53e1edfc0e46 (diff) | |
download | poky-ce9f31aaeed3feccf7c779dd90f9bfeda2c65bb8.tar.gz |
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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 16 |
5 files changed, 20 insertions, 20 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" | |||
3 | 3 | ||
4 | require recipes-kernel/linux/linux-yocto.inc | 4 | require recipes-kernel/linux/linux-yocto.inc |
5 | 5 | ||
6 | SRCREV_machine ?= "63e1f827790683d4ef01c71acfdf20b79f986d99" | 6 | SRCREV_machine ?= "1f000ea7a3aed269c78a8650672f05ff2447feb5" |
7 | SRCREV_machine_qemuppc ?= "2c51fd8a6fcf79386e3418ff78d42390ad6b5aa2" | 7 | SRCREV_machine_qemuppc ?= "01a649de749d9e82291063bd23301a6e7530e100" |
8 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" | 8 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index ff4a574806..7b6d0e0f64 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | |||
@@ -8,7 +8,7 @@ LINUX_VERSION ?= "3.14.19" | |||
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" | 11 | SRCREV_machine ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" |
12 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" | 12 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb index d1054c3abb..c2bd4a1f65 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | |||
@@ -8,8 +8,8 @@ LINUX_VERSION ?= "3.17-rc6" | |||
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" | 11 | SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" |
12 | SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19" | 12 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
15 | 15 | ||
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" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "1c7a46a46b2cbf68777713531647cd4b1cf22f12" | 13 | SRCREV_machine_qemuarm ?= "c21684fb4fad62bceafcc97ae592d1d1bd52cf36" |
14 | SRCREV_machine_qemumips ?= "f3dea87bc7aaccae5c24240b378a4e09034d80af" | 14 | SRCREV_machine_qemumips ?= "626a3a63414413e652daf3288903a58973d34520" |
15 | SRCREV_machine_qemuppc ?= "195f2029d49fc2440cf236d5134eb2ab88b8d407" | 15 | SRCREV_machine_qemuppc ?= "a5e37ff008b4bf2c0cb573f54376cb8b48a79016" |
16 | SRCREV_machine_qemux86 ?= "bdef75805ede16c13f4383cc53d66dad3e83da64" | 16 | SRCREV_machine_qemux86 ?= "a39fd81fa54776b2ac8c288251846890c3124dee" |
17 | SRCREV_machine_qemux86-64 ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" | 17 | SRCREV_machine_qemux86-64 ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" |
18 | SRCREV_machine_qemumips64 ?= "b5c533e6ffba299b24d31cc2b8f32f6302f5d7e3" | 18 | SRCREV_machine_qemumips64 ?= "c14d3c68c725205a5724cffe9f6f688d1bc38b6e" |
19 | SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2" | 19 | SRCREV_machine ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" |
20 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" | 20 | SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb index 6ce141d918..c424070da2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb | |||
@@ -10,14 +10,14 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "1d23a0b00164e5ba372988456090d95312f58083" | 13 | SRCREV_machine_qemuarm ?= "b3934b47d8a16fe323546d7dca3529bf75ef6245" |
14 | SRCREV_machine_qemumips ?= "2f0e803b12728d7af5ab3967c50ef3342d946c65" | 14 | SRCREV_machine_qemumips ?= "9b74a60868ec2e45ecaea70547331b1ef6776b14" |
15 | SRCREV_machine_qemuppc ?= "ad01ce94ff8ebaedfa470ee16890255cf6887cc4" | 15 | SRCREV_machine_qemuppc ?= "d63220db68089d0604cadd2d0c3d345dfb0dfdb1" |
16 | SRCREV_machine_qemux86 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" | 16 | SRCREV_machine_qemux86 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" |
17 | SRCREV_machine_qemux86-64 ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" | 17 | SRCREV_machine_qemux86-64 ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" |
18 | SRCREV_machine_qemumips64 ?= "823eecd78233f65582724ea1d9c8c6002518ecb0" | 18 | SRCREV_machine_qemumips64 ?= "9faa5776183318eb41c191bacd05913166d19eb5" |
19 | SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50" | 19 | SRCREV_machine ?= "460fa8aefe8c4f695245ad3a21da96af2c341f21" |
20 | SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19" | 20 | SRCREV_meta ?= "6050ee24b0b51ccaf35894afc5def0b59f434977" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||