[OE-core][PATCH] libxml2: update CVE_PRODUCT

2021-06-30 Thread Chen Qi
xmllint is also a valid CVE_PRODUCT for libxml2, e.g. CVE-2021-3516. Signed-off-by: Chen Qi --- meta/recipes-core/libxml/libxml2_2.9.12.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/libxml/libxml2_2.9.12.bb b/meta/recipes-core/libxml/libxml2_2.9.12.bb index 955d934d

Re: [OE-core] [PATCH] recipes-kernel: vdsotest: new recipe

2021-06-30 Thread Alexander Kanavin
Should this be in meta-oe rather than oe-core? Alex On Wed, 30 Jun 2021 at 22:52, Rasmus Villemoes via lists.openembedded.org wrote: > vdsotest is a handy tool for testing and benchmarking the vDSO, > e.g. to measure the overhead of clock_gettime() done via the vDSO > compared to an actual syst

[OE-core] [PATCH v2] oeqa/dump.py: Add support for QMP command arguments

2021-06-30 Thread Saul Wold
Need to ensure that the dump_dir is created correctly and available When command arguemnts are passed construct a filename if needed and convert the arguements to a json object to pass to QMP. Signed-off-by: Saul Wold --- v2: Fixed: host_dumper -> monitor_dumper cut/paste issue meta/lib/oeqa/tar

[OE-core] [PATCH] recipes-kernel: vdsotest: new recipe

2021-06-30 Thread Rasmus Villemoes via lists.openembedded.org
vdsotest is a handy tool for testing and benchmarking the vDSO, e.g. to measure the overhead of clock_gettime() done via the vDSO compared to an actual system call. Signed-off-by: Rasmus Villemoes --- Resending because the list rejected the first attempt, sent from a wrong email address. Apologie

Re: [OE-core] [PATCH 2/3] oeqa/dump.py: Add support for QMP command arguments

2021-06-30 Thread Alexandre Belloni
Hello Saul, On 29/06/2021 07:57:02-0700, Saul Wold wrote: > Need to ensure that the dump_dir is created correctly and available > When command arguemnts are passed construct a filename if needed and > convert the arguements to a json object to pass to QMP. > > Signed-off-by: Saul Wold > --- > m

Re: [OE-core] [PATCH] license_image: Use sstate to populate license directory

2021-06-30 Thread Alexandre Belloni
Hello, On 29/06/2021 17:18:01+1200, Douglas via lists.openembedded.org wrote: > We were getting an endlessly-growing list of directories in > build/tmp/deploy/licenses/ of the form myimage-mymachine-20210629010203. > Use the normal sstate behaviour to clean them. Brings license_image in > line wit

[OE-core] [PATCH 2/2] sstate/staging: Handle directory creation race issue

2021-06-30 Thread Richard Purdie
The sstate code tries to be careful about racing around directory creation. In particular, the copyhardlinktree code creates the directory tree first allowing for "already exists" errors and ignoring them, then hardlinks the files in. Unfortunately the sstate removal code can race against this sin

[OE-core] [PATCH 1/2] bash: Fix a rare make race build failure

2021-06-30 Thread Richard Purdie
There is a rare make race that occurs in bash due to the way it constructs certain headers and a build tool. Restructure the creation to remove the race. [YOCTO #14227] Signed-off-by: Richard Purdie --- .../bash/bash/makerace2.patch | 98 +++ meta/recipes-extende

Re: [OE-core] [PATCH v2] ffmpeg: link in libatomic on 32-bit powerpc

2021-06-30 Thread kai
On 6/15/21 2:27 PM, kai wrote: From: Kai Kang It needs some functions from libatomic on 32-bit powerpc too: | libavformat/libavformat.so: undefined reference to `__atomic_fetch_sub_8' Signed-off-by: Kai Kang --- v2: * correct the typo of the machine in commit log Ping. meta/recipes-m