All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS
@ 2022-03-16 16:16 Ross Burton
  2022-03-23 13:31 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-03-16 16:16 UTC (permalink / raw)
  To: meta-arm

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(-)

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"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS
  2022-03-16 16:16 [PATCH] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS Ross Burton
@ 2022-03-23 13:31 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2022-03-23 13:31 UTC (permalink / raw)
  To: meta-arm, Ross Burton

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,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-23 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 16:16 [PATCH] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS Ross Burton
2022-03-23 13:31 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.