[PATCH 1/4] arm/optee: modify CVE_PRODUCT
Jon Mason <[email protected]> Wed, 10 Jun 2026 11:46:17 -0400
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Per https://nvd.nist.gov/products/cpe/detail/EB42962B-24FD-4716-B3E2-69F3= 258A57CF adding "trustedfirmware:op-tee" We can probably remove "linaro:op-tee", since it has been depreciated. Fearing unintended issues, leaving it in for now. Signed-off-by: Jon Mason <[email protected]> --- meta-arm/recipes-security/optee/optee-os.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/reci= pes-security/optee/optee-os.inc index 076e482bf10b..95c41fb13a58 100644 --- a/meta-arm/recipes-security/optee/optee-os.inc +++ b/meta-arm/recipes-security/optee/optee-os.inc @@ -8,7 +8,9 @@ LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3Dc1f21c4f72f372= ef38a5a4aee55ec173" inherit deploy python3native require optee.inc =20 -CVE_PRODUCT =3D "linaro:op-tee op-tee:op-tee_os" +CVE_PRODUCT =3D "linaro:op-tee \ + op-tee:op-tee_os \ + trustedfirmware:op-tee" =20 DEPENDS =3D "python3-pyelftools-native python3-cryptography-native" =20 --=20 2.50.1 (Apple Git-155)