mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
0975ec0261
commit
498074073f
|
@ -43,4 +43,4 @@ do_install:append() {
|
||||||
RDEPENDS:${PN} += "ace"
|
RDEPENDS:${PN} += "ace"
|
||||||
|
|
||||||
# This CVE is for Lan Management System software and not this lms.
|
# This CVE is for Lan Management System software and not this lms.
|
||||||
CVE_CHECK_WHITELIST += "CVE-2018-1000535"
|
CVE_CHECK_IGNORE += "CVE-2018-1000535"
|
||||||
|
|
|
@ -41,4 +41,4 @@ FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
# This was fixed in kernel v4.4
|
# This was fixed in kernel v4.4
|
||||||
CVE_CHECK_WHITELIST += "CVE-2015-1142857"
|
CVE_CHECK_IGNORE += "CVE-2015-1142857"
|
||||||
|
|
|
@ -42,6 +42,6 @@ PACKAGES += "${PN}-script"
|
||||||
FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
||||||
|
|
||||||
# This was fixed in kernel v4.4
|
# This was fixed in kernel v4.4
|
||||||
CVE_CHECK_WHITELIST += "CVE-2015-1142857"
|
CVE_CHECK_IGNORE += "CVE-2015-1142857"
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user