[OE-core] [PATCH] kernel.bbclass: Allow initramfs to be built from a separate multiconfig

2022-01-22 Thread Alejandro Hernandez Samaniego
There may be a case where we want to build an initramfs image that doesnt inherit the same DISTRO_FEATURES (or others) from the main image being built. For example we may want our initramfs not to inherit a certain conf or feature, say we want to use musl for a smaller footprint, but if we are usi

[OE-core] [PATCH] [dunfell] binutils: Backport Include members in the variable table used when resolving DW_AT_specification tags.

2022-01-22 Thread Marek Vasut
Backport binutils upstream patch fixing sporadic link errors in c++ code. This triggers at least on arm32 and aarch64 with qt5 based applications. The ChangeLog part of the patch as well as space change is omitted. Binutils bug report for this problem is here: https://sourceware.org/bugzilla/show

[OE-core] [PATCH 1/1] core-image-tiny-initramfs: Mark recipe as 32 bit ARM compatible

2022-01-22 Thread Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index 4

Re: [OE-core] [PATCH] ffmpeg: Update from 4.4.1 to 5.0

2022-01-22 Thread Alexander Kanavin
I have sent additional patches for the four ffmpeg related issues. Alex On Fri, 21 Jan 2022 at 22:41, Alexander Kanavin via lists.openembedded.org wrote: > I have now sent out the meson 0.61 fixes for meta-oe. They're all of the > same type, and could be done quickly. > > The remaining failures

[OE-core][PATCH] python: prevent build failure when pycache files missing

2022-01-22 Thread Athanasios Oikonomou
Building a patched version of python3 with byte-code files saved to their legacy locations and names causes the following errors: | rm: cannot remove '/.../build/tmp/work/x86_64-linux/python3-native/3.9.9-r0/recipe-sysroot-native/usr/lib/python3.9/test/__pycache__/test_range.cpython*': No such

[OE-core] [hardknott][PATCH 3/3] gcc: upgrade to gcc-10.3 version

2022-01-22 Thread Pgowda
gcc-10.2 in Hardknott branch has been upgraded to gcc-10.3 version that includes many bug fixes. Regression tested on X86-64, Arm and Aarch64 without issues. Signed-off-by: pgowda --- .../gcc/{gcc-10.2.inc => gcc-10.3.inc}| 12 +- ...ian_10.2.bb => gcc-cross-canadian_10.3.bb} | 0 ...

[OE-core] [hardknott][PATCH 2/3] binutils: upgrade binutils-2.36 to latest version

2022-01-22 Thread Pgowda
binutils-2.36 in Hardknott branch has been upgraded to latest version that includes many bug fixes. Regression tested on X86-64, Arm and Aarch64 without any new issues. Signed-off-by: pgowda --- .../binutils/binutils-2.36.inc| 5 +- .../binutils/0001-CVE-2021-20197.patch

[OE-core] [hardknott][PATCH 1/3] glibc: upgrade glibc-2.33 to latest version

2022-01-22 Thread Pgowda
glibc-2.33 has been upgraded to latest version that includes many CVE and other bug fixes. Signed-off-by: pgowda --- meta/recipes-core/glibc/glibc-version.inc | 2 +- .../glibc/glibc/0031-CVE-2021-43396.patch | 182 -- meta/recipes-core/glibc/glibc_2.33.bb | 1