1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 16:59:30 +00:00

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

This reverts commit 2a27bd4f47.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-01-27 16:54:18 +00:00
committed by Jon Mason
parent 1ee7937472
commit 778236335a
4 changed files with 1 additions and 20 deletions
+1 -5
View File
@@ -21,8 +21,4 @@ LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python"
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
# Delete this when our downgrade of python3-cryptography is removed
META_ARM_PYCRYPTO = "meta-arm-bsp/recipes-devtools/python/python3-cryptography_3.3.2.bb"
META_ARM_PYCRYPTO:corstone1000 = ""
META_ARM_PYCRYPTO:musca-b1 = ""
META_ARM_PYCRYPTO:musca-s1 = ""
BBMASK += "${META_ARM_PYCRYPTO}"
BBMASK += "meta-arm-bsp/recipes-devtools/python/python3-cryptography_3.3.2.bb"
@@ -63,8 +63,3 @@ 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"
-5
View File
@@ -26,8 +26,3 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH:musca-b1 = "arm"
TFM_PLATFORM = "arm/musca_b1/sse_200"
# 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"
-5
View File
@@ -25,8 +25,3 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH:musca-s1 = "arm"
TFM_PLATFORM = "arm/musca_s1"
# 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"