From 0ad13811e511411e871076df2f44cc46c93f7d3e Mon Sep 17 00:00:00 2001 From: Ricardo Simoes Date: Tue, 24 Mar 2026 12:55:08 +0100 Subject: [PATCH] mbedtls: Update HOMEPAGE Mbed OS has reached its ends of life in 2024 [1], the annoucement also includes the change of the Mbed TLS homepage. This commit updates the HOMEPAGE variable in the mbedtls recipe to reflect the new URL. Additionally, the BUGTRACKER variable is added, as it is a required field [2]. [1] https://os.mbed.com/blog/entry/Important-Update-on-Mbed/ [2] https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#required-variables Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb index e6dfe43092..bc2ff8ffb5 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb @@ -15,7 +15,8 @@ understand what the code does. It features: \ platform abstraction and threading \ " -HOMEPAGE = "https://tls.mbed.org/" +HOMEPAGE = "https://www.trustedfirmware.org/projects/mbed-tls/" +BUGTRACKER = "https://github.com/Mbed-TLS/mbedtls/issues" LICENSE = "Apache-2.0 | GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d"