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
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
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
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
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
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
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
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
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