[oe] [PATCH][meta-oe] vboxguestdrivers: fix build against 5.15 kernel/libc-headers headers

2021-11-04 Thread Bruce Ashfield
From: Bruce Ashfield In kernel v5.15+ stdarg.h is part of the kernel source, and the upstream project has a change to prefer that stdarg.h to the c-library variant and hence includes it as , which leads to the following build error: | In file included from ../vboxsf/include/iprt/types.h:34

Re: [oe] [meta-networking][PATCH] mctp: Fix build with 5.15+ kernel headers

2021-11-05 Thread Bruce Ashfield
On Fri, Nov 5, 2021 at 4:24 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > Cc: Bruce Ashfield Looks good to me, and it fixed the build for me as well. Bruce > --- > .../0001-build-Adjust-for-kernel-mctp.h.patch | 84 +++ > .../recipes-support/mctp/mctp_gi

Re: [oe] [meta-oe][PATCH] sdbus-c++-libsystemd: Fix build with kernel 5.15+

2021-11-05 Thread Bruce Ashfield
; Signed-off-by: Khem Raj > Cc: Bruce Ashfield > --- > ...-linux-Sync-if_arp.h-with-Linux-5.14.patch | 29 +++ > .../sdbus-c++/sdbus-c++-libsystemd_243.bb | 1 + > 2 files changed, 30 insertions(+) > create mode 100644 > meta-oe/recipes-core/sdbus-c++/sd

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Bruce Ashfield
On Wed, Oct 25, 2023 at 7:40 AM Jose Quaresma wrote: > > Hi Joerg, > > This topic has already been discussed previously in > https://lists.openembedded.org/g/openembedded-core/topic/98296212 > > Bruce even sent a patch but it was never integrated, probably because it was > a very invasive

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Bruce Ashfield
On Fri, Nov 3, 2023 at 3:49 AM Jörg Sommer wrote: > > On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > > On 30.10.23 13:29, Bruce Ashfield wrote: > >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer > >> wrote: > >>> On 26.10.23 17:

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Bruce Ashfield
On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: > > On 26.10.23 17:25, Bruce Ashfield wrote: > > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer > > wrote: > >> > >> On 26.10.23 10:34, Jose Quaresma wrote: > >>> > >>> > >>>

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Bruce Ashfield
On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: > > On 26.10.23 10:34, Jose Quaresma wrote: > > > > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > > dia quarta, 25/10/2023 à(s) 18:18: > > > > I wonder if something like below would help > > > > diff --git > >

Re: [oe] /home/bruce/rr.meta-oe/0002-vboxguestdrivers-fix-kernel-v6.5-build.patchFrom 2981fa9167f70444f657c53d80f23496b209b5bd Mon Sep 17 00:00:00 2001

2023-09-29 Thread Bruce Ashfield
m default to 'off' everywhere > f917cf1c0 Fix the ZFS checksum error histograms with larger record > sizes > 56ed389a5 Fix raw receive with different indirect block size. > e613e4bbe Avoid extra snprintf() in dsl_deadlist_merge(). > b4e630b00 Add missed DMU_PR

[oe] [PATCH 1/2 v2][meta-oe][meta-filsystems] zfs: update to v2.2.0-rc4

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield Building against the 6.5+ kernel and headers resulted in a build failure due to missing detected features. We can fix the issues by bumping to 2.2.0-rc4 Bumping zfs to version zfs-2.2.0-rc4-35-g229ca7d73, which comprises the following commits: 739db06ce Tag 2.2.0-rc4

[oe] [PATCH 2/2 v2][meta-oe] vboxguestdrivers: fix kernel v6.5 build

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield When building against the 6.5 kernel (and kernel headers), the following build error is encountered: | vboxguestdrivers/7.0.10/vboxguestdrivers-7.0.10/vboxvideo/vbox_fb.c:194:24: error: 'drm_fb_helper_sys_fillrect' undeclared here (not in a function); did you mean

[oe] [PATCH 2/2] vboxguestdrivers: fix kernel v6.5 build

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield When building against the 6.5 kernel (and kernel headers), the following build error is encountered: | vboxguestdrivers/7.0.10/vboxguestdrivers-7.0.10/vboxvideo/vbox_fb.c:194:24: error: 'drm_fb_helper_sys_fillrect' undeclared here (not in a function); did you mean

[oe] /home/bruce/rr.meta-oe/0002-vboxguestdrivers-fix-kernel-v6.5-build.patchFrom 2981fa9167f70444f657c53d80f23496b209b5bd Mon Sep 17 00:00:00 2001

2023-09-29 Thread Bruce Ashfield
JECT prefetch. bf6cd3079 FreeBSD: catch up to __FreeBSD_version 1400093 1266cebf8 FreeBSD: Fix build on stable/13 after 1302506. Signed-off-by: Bruce Ashfield --- Khem, With 6.4 going EOL upstream, I'm rushing in a bump to v6.5 for OEcore. This is a bump for btfs that solves issues

Re: [oe] Honister customer defconfig replacement doesn't work

2022-04-27 Thread Bruce Ashfield
On Wed, Apr 27, 2022 at 6:09 PM JH wrote: > > Hello, > > My apology, I am not sure which group is working on defconfig syntax > for version 3.4 Honister branch. I posted the question to Yocto list > without response, let me rephrase it again: oe-core/yocto are the right place to ask. I can

Re: [oe] [yocto] How to force build system to use a working kernel defconfig?

2022-04-28 Thread Bruce Ashfield
On Thu, Apr 28, 2022 at 5:39 AM Jupiter wrote: > > Hi Bruce, > > Thanks for your response. > > > You can't suppress the kernel's config step, it is always going to > > run. You can't just copy over .config and have the kernel build. > > If the OE build kernel config step can be disabled to

[oe] [PATCH][meta-oe] vboxguestdrivers: fix build against 5.19 kernel / libc-headers

2022-08-04 Thread Bruce Ashfield
From: Bruce Ashfield We've bounced back and forth with the mixed libc/kernel module structure of these drivers. In particular the location and content of stdarg.h has caused compile problems, or can't be located. In particular kernel versions have issues with stdarg.h and compatibility

[oe] [PATCH] vboxguestdrivers: make kernel shared directory dependency explicit

2022-08-10 Thread Bruce Ashfield
From: Bruce Ashfield When fixing the build against 5.19, we added a copy of stdarg.h out of the kernel source. That of course works fine if the kernel-source has already been staged, but is an error otherwise. We add the explicit dependency to the export_source task, to make sure

[oe] [PATCH][meta-filesystems] zfs: update to v2.1.5

2022-08-08 Thread Bruce Ashfield
From: Bruce Ashfield Updating to 2.1.5 primarily for kernel 5.19+ support. We refresh one patch, and pick up the following changes: Changes - Remove install of zfs-load-module.service for dracut #13574 - FreeBSD: Silence clang unused-but-set-variable - Improve sorted scan memory

[oe] [PATCH][meta-filesystems] zfs: update to 2.1.7

2022-12-15 Thread Bruce Ashfield
From: Bruce Ashfield Bumping zfs to fix builds for 6.x+ kernel versions (and libc-headers), and we also pickup the following commits: 21bd76613 Tag zfs-2.1.7 7819b12f2 zfs-2.1.7: Use ubuntu-20.04 for zloop and sanity builders c8d2ab05e Fix setting the large_block feature after

[oe] [meta-oe][PATCH] vboxguestdrivers: fix compilation against 6.4 kernel / headers

2023-07-04 Thread Bruce Ashfield
From: Bruce Ashfield The vboxguest drivers (vboxsf) fail to build against the 6.4 kernel due to iovec iterator changes. This is a port of the gentoo patches (which are picked from the upstream virtualbox repository) to address the compilation issues. We obviously can drop these when the next

[oe] [meta-filesystems][PATCH] zfs: update to 2.2.2

2023-12-29 Thread Bruce Ashfield
From: Bruce Ashfield In addition to the zfs upstream commits: - This fixes the build against libc-headers/kernel 6.6+ - adds bash-completion packaging, as 2.2.2 has support Bumping zfs to version zfs-2.2.2, which comprises the following commits: 494aaaed8 Tag zfs-2.2.2 522414da3

<    1   2