diff options
author | 2014-06-20 16:16:44 +0100 | |
---|---|---|
committer | 2014-11-10 15:07:23 +0000 | |
commit | 37256085b306e4be251fa6e9de24e733323b7b4a (patch) | |
tree | b4a00376a7ba55dc555f77b017474d3ca50943e2 | |
parent | 3cbb99e357b1fe4376f5c07a14efe9ef029aa2cf (diff) | |
download | meta-intel-quark-37256085b306e4be251fa6e9de24e733323b7b4a.tar.gz meta-intel-quark-37256085b306e4be251fa6e9de24e733323b7b4a.tar.bz2 meta-intel-quark-37256085b306e4be251fa6e9de24e733323b7b4a.zip |
libgcrypt_1.5.3.bbappend: disable aes-ni and the via padlock explicitly
This is to avoid an illegal instruction on wpa_supplicant when connecting to
wifi networks using advanced security like EAP-PEAP.
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
-rw-r--r-- | recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend b/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend new file mode 100644 index 0000000..c868a65 --- /dev/null +++ b/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend @@ -0,0 +1,2 @@ +EXTRA_OECONF += " --disable-aesni-support \ + --disable-padlock-support" |