diff mbox series

[meta-networking] mbedtls: Update HOMEPAGE

Message ID 20260324115508.1844-1-mark.jonas@de.bosch.com
State Under Review
Headers show
Series [meta-networking] mbedtls: Update HOMEPAGE | expand

Commit Message

Jonas Mark (BT-EL/ESW1) March 24, 2026, 11:55 a.m. UTC
From: Ricardo Simoes <ricardo.simoes@pt.bosch.com>

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 <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
---
 meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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"