1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-15 15:37:15 +00:00

arm/optee: modify CVE_PRODUCT

Per https://nvd.nist.gov/products/cpe/detail/EB42962B-24FD-4716-B3E2-69F3258A57CF
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 <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2026-06-10 11:46:17 -04:00
parent 02d361b435
commit 81f5a92193
+3 -1
View File
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
inherit deploy python3native
require optee.inc
CVE_PRODUCT = "linaro:op-tee op-tee:op-tee_os"
CVE_PRODUCT = "linaro:op-tee \
op-tee:op-tee_os \
trustedfirmware:op-tee"
DEPENDS = "python3-pyelftools-native python3-cryptography-native"