diff mbox series

[1/2] arm/trusted-firmware-a: add comment about location of deps

Message ID 20240503172524.61421-1-jon.mason@arm.com
State New
Headers show
Series [1/2] arm/trusted-firmware-a: add comment about location of deps | expand

Commit Message

Jon Mason May 3, 2024, 5:25 p.m. UTC
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .../recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb  | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason May 8, 2024, 3:38 p.m. UTC | #1
On Fri, 03 May 2024 13:25:23 -0400, Jon Mason wrote:
> 


Applied, thanks!

[1/2] arm/trusted-firmware-a: add comment about location of deps
      commit: 1cd6c26bcf3e5d0dd8eb40cfbbf6d75077ff31dc
[2/2] README: add backporting process information
      commit: 4ddf285c5585c261ecfa64ed186b4a45e5032818

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb
index 332ca7a6885f..f7da50825266 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb
+++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.4.bb
@@ -6,6 +6,7 @@  SRCBRANCH = "lts-v2.10"
 
 LIC_FILES_CHKSUM += "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde"
 
+# in TF-A src, docs/getting_started/prerequisites.rst lists the expected version mbedtls
 # mbedtls-3.4.1
 SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;destsuffix=git/mbedtls;branch=master"
 SRCREV_mbedtls = "72718dd87e087215ce9155a826ee5a66cfbe9631"