OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
420 stars 230 forks source link

Replace deprecated CVE_CHECK_IGNORE with CVE_STATUS #1737

Closed yumiweidemao closed 1 month ago

yumiweidemao commented 1 month ago

Per Yocto manual, CVE_CHECK_IGNORE has been deprecated and should be replaced by CVE_STATUS.

When building with openembedded-core, there is a fallback mechanism in cve-check.bbclass but it will print some noisy warning messages.

This pull request is to replace the deprecated CVE_CHECK_IGNORE with CVE_STATUS.

yumiweidemao commented 1 month ago

@ichergui Signoff added. Thanks!