Re: [OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-07-08 Thread Pierre Le Magourou
Hello, > Did you try > > $ bitbake universe --runall=fetch > > Please? It still doesn't work on latest master branch. > I sent a patch to skip cve-update-db recipe if the cve-check class is not loaded. This should fix the problem. Pierre -- ___

Re: [OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-07-07 Thread Robert Yang
Hi Pierre, Did you try $ bitbake universe --runall=fetch Please? It still doesn't work on latest master branch. ERROR: Running idle function Traceback (most recent call last): File "/buildarea1/lyang1/poky/bitbake/lib/bb/runqueue.py", line 1500, in RunQueue.execute_runqueue():

Re: [OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-07-07 Thread Robert Yang
Hi Pierre, Did you try $ bitbake universe --runall=fetch Please? It still doesn't work on latest master branch. ERROR: Running idle function Traceback (most recent call last): File "/buildarea1/lyang1/poky/bitbake/lib/bb/runqueue.py", line 1500, in RunQueue.execute_runqueue():

Re: [OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-07-03 Thread Pierre Le Magourou
Hello, > This patch broke "bitbake universe --runall=fetch" totally: > > The line which caused the problem is: > addtask do_populate_cve_db before do_fetch > > Would you please fix it? Or I can help if needed. > This seems related to the NVD website down problem. I sent a patch to manage

Re: [OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-07-01 Thread Robert Yang
Hi Pierre, This patch broke "bitbake universe --runall=fetch" totally: ERROR: Running idle function Traceback (most recent call last): File "/buildarea1/lyang1/poky/bitbake/lib/bb/runqueue.py", line 1500, in RunQueue.execute_runqueue(): try: >return

[OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
From: Pierre Le Magourou To be able to populate NVD database on a fetchall (bitbake --run-all=fetch), set the do_populate_cve_db task to be executed before do_fetch. Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE variable because do_populate_cve_db can be called in a