Closed yumiweidemao closed 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.
@ichergui Signoff added. Thanks!
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.