1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

meta-arm-bsp: use old python3-crytography on platforms using TF-M

As the latest python3-crytography breaks TF-M builds, downgrade those
machines using TF-M (musca and corstone) to python3-crytography-native
3.3.2 temporarily.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-01-20 16:32:06 +00:00
committed by Jon Mason
parent a15c16068a
commit 2a27bd4f47
4 changed files with 20 additions and 1 deletions
@@ -63,3 +63,8 @@ SERIAL_CONSOLES ?= "115200;ttyAMA0"
WKS_FILE_DEPENDS:append = " ${EXTRA_IMAGEDEPENDS}"
WKS_FILE ?= "corstone1000-image.corstone1000.wks"
# The latest python3-cryptography-native doesn't work
# (cryptography.exceptions.InternalError: Unknown OpenSSL error) so use the
# version before Rust was involved for now.
PREFERRED_VERSION_python3-cryptography-native = "3.3.2"