Bump buildroot to 2019.02
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 3bafeb0cb7eaff80002ba3f7cbb70023757bcc35fc4d82181945b143f1f927c6 v3.13.0-stable.tar.gz
|
||||
sha256 70e4fbeb91284a269b25a84fc526755c670475aee4034a6f237b1f754d108af3 v3.15.7-stable.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WOLFSSL_VERSION = 3.13.0
|
||||
WOLFSSL_VERSION = 3.15.7
|
||||
WOLFSSL_SITE = https://github.com/wolfSSL/wolfssl/archive
|
||||
WOLFSSL_SOURCE = v$(WOLFSSL_VERSION)-stable.tar.gz
|
||||
WOLFSSL_INSTALL_STAGING = YES
|
||||
|
||||
WOLFSSL_LICENSE = GPL-2.0
|
||||
WOLFSSL_LICENSE_FILES = COPYING LICENSING
|
||||
@@ -29,7 +30,17 @@ else
|
||||
WOLFSSL_CONF_OPTS += --disable-sslv3
|
||||
endif
|
||||
|
||||
# build fails when ARMv8 hardware acceleration is enabled
|
||||
# enable ARMv8 hardware acceleration
|
||||
ifeq ($(BR2_ARM_CPU_ARMV8A),y)
|
||||
WOLFSSL_CONF_OPTS += --enable-armasm
|
||||
# the flag -mstrict-align is needed to prevent build errors caused by
|
||||
# some inline assembly in parts of the AES structure using the "m"
|
||||
# constraint
|
||||
ifeq ($(BR2_aarch64),y)
|
||||
WOLFSSL_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) -mstrict-align"
|
||||
endif
|
||||
else
|
||||
WOLFSSL_CONF_OPTS += --disable-armasm
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user