[OE-core] [dunfell][PATCH 2/2] squashfs-tools: fix CVE-2021-40153

2021-09-17 Thread Armin Kuster
From: Kai Kang Source: http://git.yoctoproject.org/poky.git MR: 113126 Type: Security Fix Disposition: Backport from http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=hardknott=cfc17a7ab5d3b0d6354a7194b8c8746c501959d9 ChangeID: cfc17a7ab5d3b0d6354a7194b8c8746c501959d9 Description:

[OE-core] [dunfell][PATCH 1/2] nettle: Security fix for CVE-2021-20305

2021-09-17 Thread Armin Kuster
From: Armin Kuster Source: Debian.org MR: 110174 Type: Security Fix Disposition: Backport from https://sources.debian.org/patches/nettle/3.4.1-1+deb10u1/ ChangeID: 47746f3e58c03a62fef572797d0ae6e0cd865092 Description: Affects: Nettle < 3.7.2 Minor fixup for nettle_secp_224r1 to

Re: [OE-core][dunfell][PATCH 2/2] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-17 Thread Steve Sakoman
On Mon, Sep 13, 2021 at 11:45 PM Purushottam Choudhary wrote: > > From: Purushottam Choudhary > > Fix path for _IMPORT_CHECK_FILES_FOR_assimp > As it is giving configuration error during validation of path > when used by 3rd party component to configure itself > using assimp::assimp target. >

[OE-core] [dunfell][PATCH] curl: Fix CVE-2021-22946 and CVE-22947, whitelist CVE-2021-22945

2021-09-17 Thread Mike Crowe via lists.openembedded.org
curl v7.79.0 contained fixes for three CVEs: The description of CVE-2021-22945[1] contains: > This flaw was introduced in commit 2522903b79 but since MQTT support > was marked 'experimental' then and not enabled in the build by default > until curl 7.73.0 (October 14, 2020) we count that as the

Re: [OE-core] [PATCH] systemd: Add tpm2 PACKAGECONFIG

2021-09-17 Thread Alexandre Belloni
On 15/09/2021 13:31:07+0200, Kristian Klausen via lists.openembedded.org wrote: > Den Wed, Sep 15, 2021 at 12:48:18 +0200 skrev Quentin Schulz: > > Hi Kristian, > > > > On Wed, Sep 15, 2021 at 12:23:08PM +0200, Kristian Klausen via > > lists.openembedded.org wrote: > > > The TPM2 support is

[OE-core] [hardknott][PATCH 00/17] Pull request (cover letter only)

2021-09-17 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit 567dd35d893c5d8969d41f263a24da8fbae3fc2f: build-appliance-image: Update to hardknott head revision (2021-09-09 10:19:49 +0100) are available in the Git repository at:

Re: [OE-core] [PATCH] machine/qemuarm*: use virtio graphics

2021-09-17 Thread Alexander Kanavin
Have you investigated (optionally) enabling virgl as well on ARM hosts? On x86, currently -vga virtio is used and will be switched to -device virtio-vga-gl with qemu 6.1, according to https://www.kraxel.org/blog/2021/05/virtio-gpu-qemu-graphics-update/ On ARM... I don't know, as I do not have an

[OE-core] [PATCH] rust-common.bbclass: make sure ccache exist

2021-09-17 Thread kai
From: Kai Kang It fails to run task rust_create_wrappers of recipe which inherit rust-common.bbclass such as rust-hello-world if no host ccache exists: | DEBUG: Executing shell function do_rust_create_wrappers |

[OE-core] [PATCH 4/4] cpan-base.bbclass: use raw string for regexp

2021-09-17 Thread Alexander Kanavin
This eliminates a deprecation warning and a future error as stipulated by https://docs.python.org/3/library/re.html Signed-off-by: Alexander Kanavin --- meta/classes/cpan-base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cpan-base.bbclass

[OE-core] [PATCH 3/4] testimage: copy the task log and qemu console log to tmp/log/oeqa

2021-09-17 Thread Alexander Kanavin
This makes it easier for the AB scripts (particularly, collect-results) to access and archive these items, as they can contain useful information when ptests or other qemu tests fail. [YOCTO #14518] Signed-off-by: Alexander Kanavin --- meta/classes/testimage.bbclass | 12 ++-- 1 file

[OE-core] [PATCH 1/4] meta: correct collections vs collections.abc deprecation

2021-09-17 Thread Alexander Kanavin
collections.abc is available since 3.3 and doesn't need special handling. Signed-off-by: Alexander Kanavin --- meta/lib/oe/maketype.py | 7 +-- scripts/lib/build_perf/report.py | 3 ++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/lib/oe/maketype.py

[OE-core] [PATCH 2/4] wic: keep rootfs_size as integer

2021-09-17 Thread Alexander Kanavin
The corrected line accidentally converted it to float, which causes problems later on with python 3.10: | File "/home/alex/development/poky/scripts/lib/wic/partition.py", line 278, in prepare_rootfs_ext | os.ftruncate(sparse.fileno(), rootfs_size * 1024) | TypeError: 'float' object cannot

[OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service

2021-09-17 Thread Claudius Heine
rngd needs to start after `systemd-udev-settle` in order for the kernel modules of the random source hardware to be loaded before it is started. However, since the `rngd.service` does not require or want `systemd-udev-settle.service` it might not be scheduled for start and the

Re: [OE-core] [PATCH 2/3] README: update mailing list address

2021-09-17 Thread Richard Purdie
On Thu, 2021-09-16 at 23:29 -0400, Bruce Ashfield wrote: > On Thu, Sep 16, 2021 at 8:08 PM Armin Kuster wrote: > > > > If you are updating this, please check with Bruce on which mail address > > he prefers. > > > > It may bounce from windriver. > > It definitely will! > > I noticed that when