[OE-core] [PATCH 1/2] rust: Enable building rust from stable, beta and nightly channels

2022-12-14 Thread Alejandro Hernandez Samaniego
From: Alejandro Hernandez Samaniego Rust follows the train release model via the stable, beta and nightly channels, by default we build rust from the stable channel, however there are certain features which are only available in the beta or nightly channels. Make these channels available by

[OE-core] [PATCH 2/2] rust: Enable baremetal targets

2022-12-14 Thread Alejandro Hernandez Samaniego
Allow rust to build for baremetal targets by generating the proper target triple, follow the format specified by rusts Triple [1], that is: --- This is done automatically based on both TARGET_OS and TCLIBC. For example, a riscv64 baremetal target triple would look like this:

Re: [oe-core][PATCH] libpng: Added "--enable-hardware-optimizations" instead of "--enable-arm-neon". Because "--enable-arm-neon" only works for armv7, but doesn't work for aarch64. But in fact neon is

2022-12-14 Thread leimaohui
> It's difficult (impossible?) to automatically detect whether an ARM target > supports > NEON at build time, so this looks unlikely to work. > Testing for NEON either needs to happen at run time or the information needs > to > be passed from the build system as an explicit configure option (ie

[OE-core][langdale][PATCH] efibootmgr: update compilation with musl

2022-12-14 Thread Marta Rybczynska
Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d (efivar: add musl libc compatibility) efibootmgr compiles with musl too. Update the variable to take that into account. Signed-off-by: Marta Rybczynska --- meta/recipes-bsp/efibootmgr/efibootmgr_18.bb | 3 --- 1 file changed, 3

[OE-core][PATCH] efibootmgr: update compilation with musl

2022-12-14 Thread Marta Rybczynska
Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d (efivar: add musl libc compatibility) efibootmgr compiles with musl too. Update the variable to take that into account. Signed-off-by: Marta Rybczynska --- meta/recipes-bsp/efibootmgr/efibootmgr_18.bb | 3 --- 1 file changed, 3

Re: [kirkstone][OE-core][PATCH] efibootmgr: update compilation with musl

2022-12-14 Thread Steve Sakoman
On Wed, Dec 14, 2022 at 4:29 AM Marta Rybczynska wrote: > > Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d > (efivar: add musl libc compatibility) efibootmgr compiles with > musl too. Update the variable to take that into account. > > Signed-off-by: Marta Rybczynska > --- >

Re: [kirkstone][OE-core][PATCH] efibootmgr: update compilation with musl

2022-12-14 Thread Marta Rybczynska
On Wed, Dec 14, 2022 at 3:29 PM Marta Rybczynska via lists.openembedded.org wrote: > Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d > (efivar: add musl libc compatibility) efibootmgr compiles with > musl too. Update the variable to take that into account. > > Langdale and master

[kirkstone][OE-core][PATCH] efibootmgr: update compilation with musl

2022-12-14 Thread Marta Rybczynska
Since the commit 005b6aba89eaf1b79fdd7565dd028fdd9bbfcc7d (efivar: add musl libc compatibility) efibootmgr compiles with musl too. Update the variable to take that into account. Signed-off-by: Marta Rybczynska --- meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 2 -- 1 file changed, 2

Re: [OE-core] [PATCH 06/24] python3-poetry-core: update 1.3.2 -> 1.4.0

2022-12-14 Thread Alexander Kanavin
On Wed, 14 Dec 2022 at 01:44, Tim Orling wrote: > Thank you. I had this staged but my local tests showed ‘devtool > check-upgrade-status’ went wonky. > > I appreciate you keeping us up to date. Cheers. I picked this one up because it was in the list of fails that AUH couldn't handle. I think

[OE-core] [meta][dunfell][PATCH] python3: Fix CVE-2022-37454

2022-12-14 Thread Pawan Badganchi
From: Pawan Badganchi Add below patch to fix CVE-2022-37454 CVE-2022-37454.patch Link: https://security-tracker.debian.org/tracker/CVE-2022-37454 Link: https://github.com/python/cpython/commit/948c6794711458fd148a3fa62296cadeeb2ed631 Signed-off-by: Pawan Badganchi Signed-off-by: pawan ---

[OE-core] [PATCH] cairo: fix CVE patches assigned wrong CVE number

2022-12-14 Thread Quentin Schulz
rn; - - if (angle_max - angle_min > 2 * M_PI * MAX_FULL_CIRCLES) { - angle_max = fmod (angle_max - angle_min, 2 * M_PI); + return angle; + } --- base-commit: a89bea9fed0005bc7d820a1fc6a9d6dd7c246c22 change-id: 20221214-cairo-cve-typo-fd0d89835d77 Best regards, -- Quentin Sch

[OE-core] [PATCH] runqemu: add QB_SETUP_CMD and QB_CLEANUP_CMD

2022-12-14 Thread Mikko Rapeli
These enable running custom shell setup and cleanup commands before and after qemu. Enables machine configurations to for example run qemu with swtpm to emulate TPM devices. Example config with meta-tpm2 based swtpm in machine config: * image recipe depens on swtpm-native to get the native

[OE-core] [PATCH] runqemu: add QB_SETUP_CMD and QB_CLEANUP_CMD

2022-12-14 Thread Mikko Rapeli
These enable running custom shell setup and cleanup commands before and after qemu. Enables machine configurations to for example run qemu with swtpm to emulate TPM devices. Example config with meta-tpm2 based swtpm in machine config: * image recipe depens on swtpm-native to get the native