arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS

Message ID 20220316161639.215102-1-ross.burton@arm.com
State New
Headers show
Series arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS | expand

Commit Message

Ross Burton March 16, 2022, 4:16 p.m. UTC
The use of pyasn1 was replaced with python3-cryptography in mcuboot
ebd050. This is part of mcuboot 1.3.1 onwards, and TF-M 1.5.0 uses
mcuboot 1.8.0.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb   | 1 -
 1 file changed, 1 deletion(-)

Comments

Jon Mason March 23, 2022, 1:31 p.m. UTC | #1
On Wed, 16 Mar 2022 16:16:39 +0000, Ross Burton wrote:
> The use of pyasn1 was replaced with python3-cryptography in mcuboot
> ebd050. This is part of mcuboot 1.3.1 onwards, and TF-M 1.5.0 uses
> mcuboot 1.8.0.

Applied, thanks!

[1/1] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS
      commit: 1b205211ea704c4004da45e2b8be4eb55ad7879b

Best regards,

Patch

diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb
index 8a1c8cc1..652abdd6 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb
+++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb
@@ -54,7 +54,6 @@  DEPENDS += "cmake-native \
             python3-pyyaml-native \
             python3-click-native \
             python3-cryptography-native \
-            python3-pyasn1-native \
             python3-cbor2-native"
 
 S = "${WORKDIR}/git/tfm"