summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-02-23 12:54:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-27 12:34:40 +0000
commit3f37a0127597a42d204205550758881635ebecea (patch)
treec5ec06dfd990c03dfb8d3c81d1be5bfd0d7c6cb8 /meta/classes/cve-check.bbclass
parentcff7f3c1747acc95a2394b2e8f00adec247ca590 (diff)
downloadpoky-3f37a0127597a42d204205550758881635ebecea.tar.gz
Revert "cve-check: add lockfile to task"
Now that all of the functions in cve-check open the database read-only, we can remove this lockfile. This means cve-check can run in parallal again, improving runtimes massively. This reverts commit d55fbf4779483d2cfd71df78d0f733b599fef739. (From OE-Core rev: d3d3e7b324698ec3e6fce1951aba389805f3edd3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cve-check.bbclass')
-rw-r--r--meta/classes/cve-check.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index d715fbf4d8..079d09a76f 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -111,7 +111,6 @@ python do_cve_check () {
111} 111}
112 112
113addtask cve_check before do_build after do_fetch 113addtask cve_check before do_build after do_fetch
114do_cve_check[lockfiles] += "${CVE_CHECK_DB_FILE_LOCK}"
115do_cve_check[depends] = "cve-update-db-native:do_fetch" 114do_cve_check[depends] = "cve-update-db-native:do_fetch"
116do_cve_check[nostamp] = "1" 115do_cve_check[nostamp] = "1"
117 116