Re: [OE-core] [kirkstone][PATCH-v2] Upgrade OpenSSL 3.0.7 -> 3.0.8

2023-02-14 Thread Richard Leitner via lists.openembedded.org
fixed in 3.0.8, so drop the patch for that as > well. > > [1] https://www.openssl.org/news/vulnerabilities.html > > CVEs Fixed: > https://www.openssl.org/news/secadv/20230207.txt > > Signed-off-by: Siddharth Doshi Hi Siddharth, thanks for the patch. Tested-by: Richard Leit

[OE-core] Pending GCC 10 -fno-common fixes

2020-05-10 Thread Richard Leitner
Hi, just a friendly reminder for my pending GCC 10 support patches: https://patchwork.openembedded.org/patch/172350/ https://patchwork.openembedded.org/patch/172351/ https://patchwork.openembedded.org/patch/172357/ https://patchwork.openembedded.org/patch/172358/ With these patches applied

[OE-core] [PATCH v2] dtc: update to 1.6.0

2020-05-06 Thread Richard Leitner
This also fixes issues with gcc 10's default change to "-fno-common". Signed-off-by: Richard Leitner --- Changes v2: + use commit id instead of tag name for SRCREV as suggested by Adrian Bunk --- meta/recipes-kernel/dtc/{dtc_1.5.1.bb => dtc_1.6.0.bb} | 2 +- 1 file changed

[OE-core] [PATCH v2 1/2] binutils: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according binutils patch to fix this issue. Signed-off-by: Richard Leitner --- .../binutils/binutils-2.34.inc| 1 + ...dundant-program_name-definition-fno-.patch | 61 +++ 2 files c

[OE-core] [PATCH v2 2/2] cpio: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according cpio patch to fix this issue. Signed-off-by: Richard Leitner --- ...ove-superfluous-declaration-of-progr.patch | 28 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files c

[OE-core] [PATCH 1/2] binutils: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according binutils patch to fix this issue. Signed-off-by: Richard Leitner --- .../binutils/binutils-2.34.inc| 1 + ...dundant-program_name-definition-fno-.patch | 63 +++ 2 files c

[OE-core] [PATCH 2/2] cpio: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according cpio patch to fix this issue. Signed-off-by: Richard Leitner --- ...ove-superfluous-declaration-of-progr.patch | 29 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files c

[OE-core] [PATCH v2 2/2] libcomps: update to 0.1.15

2020-05-06 Thread Richard Leitner
In this update the 0001-Make-__comps_objmrtree_all-static-inline.patch was mainlined by commit 18f52cb. Furthermore mainline commit 3237f44 fixes a build problem with the default "-fno-common" of gcc 10. Signed-off-by: Richard Leitner --- Changes v2: - use commit ID as SRCREV inst

[OE-core] [PATCH v2 1/2] libtirpc: remove extra "-fcommon" from CFLAGS

2020-05-06 Thread Richard Leitner
commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of libtirpc fixed the -fno-common issues. Therefore it should be save to remove the extra "-fcommon" in CFLAGS. Signed-off-by: Richard Leitner --- Changes v2: - no changes --- meta/recipes-extended/libtir

[OE-core] [PATCH 2/2] libcomps: update to 0.1.15

2020-05-05 Thread Richard Leitner
In this update the 0001-Make-__comps_objmrtree_all-static-inline.patch was mainlined by commit 18f52cb. Furthermore mainline commit 3237f44 fixes a build problem with the default "-fno-common" of gcc 10. Signed-off-by: Richard Leitner --- .../0001-Add-crc32.c-to-sources-list.pat

[OE-core] [PATCH 1/2] libtirpc: remove extra "-fcommon" from CFLAGS

2020-05-05 Thread Richard Leitner
commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of libtirpc fixed the -fno-common issues. Therefore it should be save to remove the extra "-fcommon" in CFLAGS. Signed-off-by: Richard Leitner --- meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb | 2 -

[OE-core] [PATCH] dtc: update to 1.6.0

2020-05-05 Thread Richard Leitner
This also fixes issues with gcc 10's default change to "-fno-common". Signed-off-by: Richard Leitner --- meta/recipes-kernel/dtc/{dtc_1.5.1.bb => dtc_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/dtc/{dtc_1.5.1.bb => dtc_1.6.0.bb} (

[OE-core] [PATCH v3] gdbm: add patch to fix link failure against gcc 10

2020-05-05 Thread Richard Leitner
This also makes appending "-fcommon" to CFLAGS obsolete and enables native builds with a host gcc v10. Signed-off-by: Richard Leitner --- ...gdbm-fix-link-failure-against-gcc-10.patch | 47 +++ meta/recipes-support/gdbm/gdbm_1.18.1.bb | 3 +- 2 files changed, 48

[OE-core] [PATCH v2] gdbm: add patch to fix link failure against gcc 10

2020-05-05 Thread Richard Leitner
This also makes appending "-fcommon" to CFLAGS obsolete and enables native builds with a host gcc v10. Signed-off-by: Richard Leitner --- ...gdbm-fix-link-failure-against-gcc-10.patch | 46 +++ meta/recipes-support/gdbm/gdbm_1.18.1.bb | 3 +- 2 files changed, 47

[OE-core] [PATCH] gdbm: add patch to fix link failure against gcc 10

2020-05-05 Thread Richard Leitner
This also makes appending "-fcommon" to CFLAGS obsolete and enables native builds with a host gcc v10. Signed-off-by: Richard Leitner --- ...gdbm-fix-link-failure-against-gcc-10.patch | 46 +++ meta/recipes-support/gdbm/gdbm_1.18.1.bb | 3 +- 2 files changed, 47

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Add packageconfig for vdpau acceleration

2020-01-08 Thread Richard Leitner
libvdpau support was added to meta-oe by commit bf1de4db2 ("libvdpau: Add recipe") in 2016. Therefore add a packageconfig for the corresponding gstreamer plugin. Signed-off-by: Richard Leitner --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb | 4 ++-- 1 file

Re: [OE-core] kbd: avoid vlock conflict with busybox

2019-12-12 Thread Richard Leitner
. Signed-off-by: Khem Raj Tested-by: Richard Leitner -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] kernel-fitimage: introduce FIT_SIGN_ALG

2019-10-23 Thread Richard Leitner
make fitImage configuration signature algorithm selectable with FIT_SIGN_ALG. Signed-off-by: Richard Leitner --- meta/classes/kernel-fitimage.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel

[OE-core] [warrior][PATCH v2] dpkg: Use less as pager

2019-08-20 Thread Richard Leitner
returned error exit status 127 Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Richard Purdie Signed-off-by: Richard Leitner --- CHANGES v2: fix merge conflict --- meta/recipes-devtools/dpkg/dpkg/pager.patch | 21 + meta/recipes-devtools/dpkg/dpkg_1.19.4.bb | 1 + 2

[OE-core] [warrior][PATCH] dpkg: Use less as pager

2019-08-16 Thread Richard Leitner
returned error exit status 127 Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Richard Purdie Signed-off-by: Richard Leitner --- meta/recipes-devtools/dpkg/dpkg/pager.patch | 21 + meta/recipes-devtools/dpkg/dpkg_1.19.4.bb | 1 + 2 files changed, 22 insertions

Re: [OE-core] [warrior][PATCH] uboot-sign: add support for different u-boot configurations

2019-05-07 Thread Richard Leitner
On 07/05/2019 11:14, Alex Kiernan wrote: On Mon, May 6, 2019 at 8:53 AM Richard Leitner wrote: From: Andreas Obergschwandtner This is done by concatenating the DTB with the kernels public key to all built u-boot binaries. Furthermore the installation of all the binaries is required. Signed

[OE-core] [warrior][PATCH] uboot-sign: add support for different u-boot configurations

2019-05-06 Thread Richard Leitner
From: Andreas Obergschwandtner This is done by concatenating the DTB with the kernels public key to all built u-boot binaries. Furthermore the installation of all the binaries is required. Signed-off-by: Andreas Obergschwandtner Signed-off-by: Richard Purdie Signed-off-by: Richard Leitner

Re: [OE-core] How to include fitImage-initramfs in rootfs image

2019-02-20 Thread Richard Leitner
On 24/01/2019 09:15, Robert Yang wrote: On 1/24/19 3:56 PM, Richard Leitner wrote: On 24/01/2019 08:52, Robert Yang wrote: On 1/24/19 3:31 PM, Robert Yang wrote: On 1/24/19 3:09 PM, Richard Leitner wrote: Hi, I'm currently facing issues on how to include a fitImage with devicetrees

Re: [OE-core] How to include fitImage-initramfs in rootfs image

2019-01-24 Thread Richard Leitner
On 24/01/2019 09:15, Robert Yang wrote: On 1/24/19 3:56 PM, Richard Leitner wrote: On 24/01/2019 08:52, Robert Yang wrote: On 1/24/19 3:31 PM, Robert Yang wrote: Hi Richard.L, On 1/24/19 3:09 PM, Richard Leitner wrote: Hi, I'm currently facing issues on how to include a fitImage

Re: [OE-core] How to include fitImage-initramfs in rootfs image

2019-01-23 Thread Richard Leitner
On 24/01/2019 08:52, Robert Yang wrote: On 1/24/19 3:31 PM, Robert Yang wrote: Hi Richard.L, On 1/24/19 3:09 PM, Richard Leitner wrote: Hi, I'm currently facing issues on how to include a fitImage with devicetrees and a INITRAMFS_IMAGE in my rootfs image. I think that set both

Re: [OE-core] How to include fitImage-initramfs in rootfs image

2019-01-23 Thread Richard Leitner
On 24/01/2019 08:31, Robert Yang wrote: Hi Richard.L, On 1/24/19 3:09 PM, Richard Leitner wrote: Hi, I'm currently facing issues on how to include a fitImage with devicetrees and a INITRAMFS_IMAGE in my rootfs image. My config is something like: KERNEL_IMAGETYPE = "fit

[OE-core] How to include fitImage-initramfs in rootfs image

2019-01-23 Thread Richard Leitner
Hi, I'm currently facing issues on how to include a fitImage with devicetrees and a INITRAMFS_IMAGE in my rootfs image. My config is something like: KERNEL_IMAGETYPE = "fitImage" KERNEL_CLASSES = "kernel-fitimage" KERNEL_DEVICETREE = "a.dtb b.dtb c.dtb" INITRAMFS_IMAGE = "initramfs-mine" To

[OE-core] [PATCH] oeqa/core/decorator: add skipIfInDataVar

2018-08-22 Thread Richard Leitner
skipIfInDataVar will skip a test if a value is in a certain variable. Signed-off-by: Richard Leitner --- meta/lib/oeqa/core/decorator/data.py | 14 ++ 1 file changed, 14 insertions(+) diff --git a/meta/lib/oeqa/core/decorator/data.py b/meta/lib/oeqa/core/decorator/data.py index

[OE-core] [PATCH] bitbake.conf: add sha256sum to HOSTTOOLS

2017-04-14 Thread Richard Leitner
icedtea-native from meta-java needs sha256sum for checksum validation. Therefore add sha256sum to HOSTTOOLS (as md5sum is already in there). Without it the icedtea-native build will fail during configuration at current master. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> ---

[OE-core] nscd: missing configuration and initscript

2014-07-04 Thread Richard Leitner
Hi folks, I've a question regarding the nscd package in the eglibc recipes (which I already posted on the yocto ml [1]): Is there a reason why there's only the nscd executeable but no config or initscript included? If so, what would be the proper way to add such a config initscript file