[PATCH 3/4] arm/trusted-firmware-m: add CVE_PRODUCT

Jon Mason <[email protected]> Wed, 10 Jun 2026 11:46:19 -0400
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
Per https://nvd.nist.gov/products/cpe/detail/C0F7CF14-9ACD-42C5-A1F8-8399=
37F8C4DC
add CVE_PRODUCT entry.  Since there wasn't one existing, there is no
need to remove anything.

Signed-off-by: Jon Mason <[email protected]>
---
 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.i=
nc b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc
index 3b6dce22069d..2fbd0c41a32e 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc
+++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc
@@ -136,3 +136,5 @@ INSANE_SKIP:${PN}-dbg +=3D "buildpaths"
 # Target binaries will be 32-bit Arm
 INSANE_SKIP:${PN} +=3D "arch"
 INSANE_SKIP:${PN}-dbg +=3D "arch"
+
+CVE_PRODUCT =3D "trustedfirmware:trusted_firmware-m"
--=20
2.50.1 (Apple Git-155)