[OE-core][master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3

2023-06-26 Thread Siddharth
From: Siddharth Doshi License-Update: URL fix Remove PowerPC related options no longer supported upstream. Signed-off-by: Siddharth Doshi --- .../flac/{flac_1.4.2.bb => flac_1.4.3.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename

[OE-core] [PATCH] linux-yocto/5.15: cfg: fix DECNET configuration warning

2023-06-26 Thread Bruce Ashfield
From: Bruce Ashfield -stable merged the DECNET removal to 5.15, so we integrate the following kernel-cache commit to fix the kernel configuration audit warning: b647d9611cb base: drop CONFIG_DECNET Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2

Re: [OE-core] [PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass

2023-06-26 Thread Bruce Ashfield
In message: [PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass on 26/06/2023 luca.ceres...@bootlin.com wrote: > From: Luca Ceresoli > > Writing a simple recipe that inherits kernel.bbclass and downloads a kernel > tarball (e.g. a mainline release

Re: [OE-core][mickledore 5/5] linux-yocto/5.15: update to v5.15.118

2023-06-26 Thread Bruce Ashfield
On Mon, Jun 26, 2023 at 5:09 PM Steve Sakoman wrote: > > Hi Bruce, > > I'm getting a warning on the autobuilder with poky-altcfg: > > WARNING: linux-yocto-5.15.118+gitAUTOINC+a6e18bacdd_079c884905-r0 > do_kernel_configcheck: [kernel config]: This BSP contains fragments > with warnings: > >

[OE-core] [kirkstone][PATCH] blktrace: ask for python3 specifically

2023-06-26 Thread Sakib Sajal via lists.openembedded.org
python2 has been deprecated, use python3 instead Signed-off-by: Sakib Sajal --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [mickledore][PATCH] bno_plot.py, btt_plot.py: Ask for python3 specifically

2023-06-26 Thread Sakib Sajal via lists.openembedded.org
python2 has been deprecated, use python3 instead Signed-off-by: Sakib Sajal --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] bno_plot.py, btt_plot.py: Ask for python3 specifically

2023-06-26 Thread Sakib Sajal via lists.openembedded.org
python2 has been deprecated, use python3 instead Signed-off-by: Sakib Sajal --- ...plot.py-Ask-for-python3-specifically.patch | 35 +++ meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH] libxcrypt: fix hard-coded ".so" extension

2023-06-26 Thread Etienne Cordonnier via lists.openembedded.org
> It didn't apply cleanly on my master-next and I was waiting for things > to calm down to get back to it. OK, thanks for the update. Don't hesitate to let me know in case I should rebase the patch to avoid a git conflict. It seems to work on the latest master-next. The files in libxcrypt and

Re: [OE-core][master][PATCH] Upgrade flac 1.4.2 => 1.4.3

2023-06-26 Thread Alexander Kanavin
On Mon, 26 Jun 2023 at 16:21, Siddharth wrote: > LICENSE = "GFDL-1.2 & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause" > LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \ > - >

Re: [OE-core][mickledore 5/5] linux-yocto/5.15: update to v5.15.118

2023-06-26 Thread Steve Sakoman
Hi Bruce, I'm getting a warning on the autobuilder with poky-altcfg: WARNING: linux-yocto-5.15.118+gitAUTOINC+a6e18bacdd_079c884905-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration:

[OE-core] Current high bug count owners for Yocto Project 4.3

2023-06-26 Thread Stephen Jolley
All, Below is the list as of top 29 bug owners as of the end of WW25 of who have open medium or higher bugs and enhancements against YP 4.3. There are 86 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 32

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-06-26 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] [PATCH 2/2] defaultsetup: Enable largefile and 64bit time_t support systemwide for 32 bit platforms

2023-06-26 Thread Richard Purdie
There is a problem with 32 bit time looming for many 32 bit platforms including arm, mip32, powerpc and x86 (but not riscv32) in 2038 when the 32 bit field time_t can no longer store the time value correctly due to overflow. Preparing for this is tricky as the ABI between libraries and binaries

[OE-core] [PATCH 1/2] time64: Disable CFLAGS for strace

2023-06-26 Thread Richard Purdie
Until strace can handle the interface with glibc correctly with those flags, disable there for now. Signed-off-by: Richard Purdie --- meta/conf/distro/include/time64.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/time64.inc

Re: [OE-core][kirkstone][PATCH v2] libcap: fix CVE-2023-2603 Integer Overflow in _libcap_strdup()

2023-06-26 Thread Steve Sakoman
On Mon, Jun 26, 2023 at 3:40 AM vkumbhar wrote: > > Signed-off-by: Vivek Kumbhar > --- > .../libcap/files/CVE-2023-2603.patch | 60 +++ > meta/recipes-support/libcap/libcap_2.66.bb| 1 + > 2 files changed, 61 insertions(+) > create mode 100644

[OE-core][master][PATCH] Upgrade flac 1.4.2 => 1.4.3

2023-06-26 Thread Siddharth
From: Siddharth Doshi Changes: As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10. * General * All PowerPC-specific code has been removed, as it turned out those improvements didn't

[OE-core] [PATCH] uboot-extlinux-config.bbclass: fix old override syntax in comment

2023-06-26 Thread Quentin Schulz
UBOOT_EXTLINUX_KERNEL_IMAGE_fallback ??= "../zImage-fallback" -# UBOOT_EXTLINUX_MENU_DESCRIPTION_fallback ??= "Linux Fallback" +# UBOOT_EXTLINUX_KERNEL_IMAGE:fallback ??= "../zImage-fallback" +# UBOOT_EXTLINUX_MENU_DESCRIPTION:fallback ??= "Linux Fallback" # # Results: # --- base-co

[OE-core] [PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass

2023-06-26 Thread Luca Ceresoli via lists.openembedded.org
From: Luca Ceresoli Writing a simple recipe that inherits kernel.bbclass and downloads a kernel tarball (e.g. a mainline release from kernel.org) via http or ftp fails with either: ERROR: linux-acme-6.3.3-r0 do_configure: oe_runmake failed ... | make: *** No rule to make target

Re: [OE-core][kirkstone][PATCH] libcap: CVE-2023-2603 Integer Overflow in _libcap_strdup()

2023-06-26 Thread vkumbhar
Thanks Russ pointing out this issue, modified patch v2 has been sent for review. Kind Regards, Vivek On Sat, Jun 24, 2023 at 2:09 AM Russ Dill wrote: > Due to a space in the URL the backport resolves to the wrong patch (HEAD) > which is included rather than the one actually at > >

[OE-core][kirkstone][PATCH v2] libcap: fix CVE-2023-2603 Integer Overflow in _libcap_strdup()

2023-06-26 Thread vkumbhar
Signed-off-by: Vivek Kumbhar --- .../libcap/files/CVE-2023-2603.patch | 60 +++ meta/recipes-support/libcap/libcap_2.66.bb| 1 + 2 files changed, 61 insertions(+) create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2603.patch diff --git

[OE-core] [PATCH 3/4] runqemu-ifdown: catch up with ifup

2023-06-26 Thread Adrian Freihofer
- Drop the native-sysroot-basedir parameter still allow it to keep backward compatibility write a warning to stderr - Add a space after ! in the if as suggested by shellcheck - Support the new OE_TAP_NAME variable as well Signed-off-by: Adrian Freihofer --- scripts/runqemu-ifdown | 21

[OE-core] [PATCH 4/4] runqemu: drop uid parameter for ifdown

2023-06-26 Thread Adrian Freihofer
--- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 6a3fbb2d6fe..5e6793d44e5 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -1597,7 +1597,7 @@ to your build configuration. uptime_seconds =

[OE-core] [PATCH 1/4] runqemu: Stop using warn() since its been deprecated

2023-06-26 Thread Adrian Freihofer
From: Alejandro Hernandez Samaniego logger.warn() has been deprecated, logger.warning() should be used instead. Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/runqemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu

[OE-core] [PATCH 2/4] runqemu: Fix automated call to runqemu-ifup

2023-06-26 Thread Adrian Freihofer
From: Alejandro Hernandez Samaniego When runqemu tries to call runqemu-ifup to create tap devices, it checks the output of runqemu-ifup to get the newly created tap device. The behavior of runqemu-ifup was recently modified along with its output, it no longer expects the uid parameter to be

[OE-core] [PATCH 0/4] fix runqemu-ifup/down scritps

2023-06-26 Thread Adrian Freihofer
I hope this is the final series of patches to bring the runqemu scripts to a clean and consistent state. It also includes the patches from Alejandro to ensure we have everything in now. But yes, it was the right direction. The scripts are now so much easier to use. Adrian Freihofer (2):

Re: [OE-core] [PATCH] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass

2023-06-26 Thread Luca Ceresoli via lists.openembedded.org
Hello Richard, thanks for reviewing! On Fri, 23 Jun 2023 12:07:43 +0100 "Richard Purdie" wrote: > Hi Luca, > > On Mon, 2023-06-05 at 16:13 +0200, Luca Ceresoli via lists.openembedded.org > wrote: > > From: Luca Ceresoli > > > > Writing a simple recipe that inherits kernel.bbclass and

[OE-core] [PATCH] bonnie++: New recipe for version 2.0

2023-06-26 Thread Jörg Sommer via lists . openembedded . org
Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with *fix-configure-lfs.patch* Signed-off-by:

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-26 Thread Richard Purdie
On Thu, 2023-06-15 at 16:17 +0800, Yu, Mingli wrote: > From: Mingli Yu > > The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and > there is no specific qemu emulation rpm installed when we choose split > the qemu rpms now. > > To gurantee the basic usage, install the qemu

Re: [OE-core] Multiple providers are available for runtime libltdl (libtool, libtool-native)

2023-06-26 Thread Ross Burton
On 26 Jun 2023, at 08:45, Krupal Ka Patel -X (krkapate - E-INFO CHIPS INC at Cisco) via lists.openembedded.org wrote: > > Hello Richard, > > I see the following warnings while compiling an image (i.e., > core-image-minimal). > NOTE: Multiple providers are available for runtime libltdl

[OE-core][master][PATCH] tiff: Security fix for CVE-2023-25434 and CVE-2023-26965

2023-06-26 Thread Siddharth
Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/69818e2f2d246e6631ac2a2da692c3706b849c38, https://gitlab.com/libtiff/libtiff/-/commit/ec8ef90c1f573c9eb1f17d6a056aa0015f184acf] Signed-off-by: Siddharth Doshi --- .../libtiff/files/CVE-2023-25434.patch| 159

Re: [OE-core][dunfell 3/3] linux-yocto/5.4: update to v5.4.248

2023-06-26 Thread Bruce Ashfield
On Sun, Jun 25, 2023 at 9:34 PM Anuj Mittal wrote: > > On Mon, 2023-06-26 at 09:33 +0800, Mittal, Anuj wrote: > > On Thu, 2023-06-22 at 19:22 -0400, Bruce Ashfield wrote: > > > kernel/linux/linux-yocto-rt_5.4.bb > > > index 8e0f7ae217..a98a64110a 100644 > > > ---

[OE-core] Multiple providers are available for runtime libltdl (libtool, libtool-native)

2023-06-26 Thread Krupal Ka Patel -X (krkapate - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
Hello Richard, I see the following warnings while compiling an image (i.e., core-image-minimal). NOTE: Multiple providers are available for runtime libltdl (libtool, libtool-native) Consider defining a PREFERRED_RPROVIDER entry to match libltdl The following are my observations/findings: -

[OE-core] [kirkstone][PATCH] libcap: CVE-2023-2602 Memory Leak on pthread_create() Error

2023-06-26 Thread Hitendra Prajapati
Upstream-Status: Backport from https://git.kernel.org/pub/scm/libs/libcap/libcap.git/patch/?id=bc6b36682f188020ee4770fae1d41bde5b2c97bb Signed-off-by: Hitendra Prajapati --- .../libcap/files/CVE-2023-2602.patch | 45 +++ meta/recipes-support/libcap/libcap_2.66.bb|

Re: [OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-26 Thread Yu, Mingli
Ping. Thanks, On 6/15/23 16:17, Yu, Mingli wrote: From: Mingli Yu The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and there is no specific qemu emulation rpm installed when we choose split the qemu rpms now. To gurantee the basic usage, install the qemu emulation rpm which