diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-11-20 11:11:44 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-12-22 15:54:13 +0100 |
commit | 4ade18dd772a72a4ca8d58df8ef82d67948a65c7 (patch) | |
tree | 2c72d233db2fd3fe902b68bebe74f10463378f19 /recipes-connectivity | |
parent | 562f1dd36c61eb25dc1c4aa9062f3845074ab15a (diff) |
openssl: Avoid using Thumb2
Due to an issue with OpenSSL and binutils 2.29 avoid using Thumb2
for now. See:
http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144652.html
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/openssl/openssl_1.0.2l.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl_1.0.2l.bbappend b/recipes-connectivity/openssl/openssl_1.0.2l.bbappend new file mode 100644 index 0000000..f571f36 --- /dev/null +++ b/recipes-connectivity/openssl/openssl_1.0.2l.bbappend @@ -0,0 +1 @@ +ARM_INSTRUCTION_SET = "arm" |