summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-02-23 12:54:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 17:30:48 +0000
commit2658fb04ac27057e4568a88893802736ba93d06f (patch)
tree1962631b37a757408fc3c8ceb2fa8bf04edbbf1a /meta/classes
parent99bb7a2d3083c7ed1e10261a6c0cd872cf9947f6 (diff)
downloadpoky-2658fb04ac27057e4568a88893802736ba93d06f.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: 1a30a8513ca47890470ee9d19a5ea36437e664bf) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e60d149b41d14d177df20dbecaef943696df1586) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 5369b7074c..75c5b92b96 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -110,7 +110,6 @@ python do_cve_check () {
110} 110}
111 111
112addtask cve_check before do_build after do_fetch 112addtask cve_check before do_build after do_fetch
113do_cve_check[lockfiles] += "${CVE_CHECK_DB_FILE_LOCK}"
114do_cve_check[depends] = "cve-update-db-native:do_fetch" 113do_cve_check[depends] = "cve-update-db-native:do_fetch"
115do_cve_check[nostamp] = "1" 114do_cve_check[nostamp] = "1"
116 115