[OE-core] [PATCH v8] systemd: update to v254

2023-08-02 Thread Luca Bocassi
From: Luca Boccassi - Drop dependency on gnu-efi, add dependency on pyelftools for EFI builds - Refresh patches - Ship new files and directories - Use meson target to build sd-boot instead of filenames - Change libpam recipe to set ANY_OF_DISTRO_FEATURES = "pam systemd" to let logind pull in pa

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, I have high suspicions that the upgrade causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5559/steps/14/logs/stdio ERROR: core-image-minimal-1.0-r0 do_image_wic: ExecutionError('/home/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-1

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 13:38, Alexandre Belloni wrote: > > Hello, > > I have high suspicions that the upgrade causes the following failure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5559/steps/14/logs/stdio > > ERROR: core-image-minimal-1.0-r0 do_image_wic: > ExecutionE

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > Where does that objcopy command come from? It looks awfully like it is > hard-coding VMAs? That cannot possibly work reliably, the actual VMAs > have to be calculated based on the components being added to the PE. > I'd recommend to use 'ukify' as

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni wrote: > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > Where does that objcopy command come from? It looks awfully like it is > > hard-coding VMAs? That cannot possibly work reliably, the actual VMAs > > have to be calculated based on the com

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Richard Purdie
On Sun, 2023-08-06 at 14:34 +0100, Luca Bocassi wrote: > On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni > wrote: > > > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > > Where does that objcopy command come from? It looks awfully like it is > > > hard-coding VMAs? That cannot possibly work

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 14:50, Richard Purdie wrote: > > On Sun, 2023-08-06 at 14:34 +0100, Luca Bocassi wrote: > > On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni > > wrote: > > > > > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > > > Where does that objcopy command come from? It looks awfu

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, I've been looking a bit more at this. there is definitively another issue here which is the first one I found: x86_64-poky-linux-objcopy: /home/alexandre/poky/build-st/tmp/deploy/images/qemux86-64/linuxx64.efi.stub: file format not recognized This is the main issue here. $ file /home/

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/08/2023 16:40:25+0200, Alexandre Belloni wrote: > Hello, > > I've been looking a bit more at this. there is definitively another > issue here which is the first one I found: > > x86_64-poky-linux-objcopy: > /home/alexandre/poky/build-st/tmp/deploy/images/qemux86-64/linuxx64.efi.stub: > fi

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Luca Bocassi
On Mon, 7 Aug 2023 at 23:37, Alexandre Belloni wrote: > > On 07/08/2023 16:40:25+0200, Alexandre Belloni wrote: > > Hello, > > > > I've been looking a bit more at this. there is definitively another > > issue here which is the first one I found: > > > > x86_64-poky-linux-objcopy: > > /home/alexan

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Khem Raj
Can you try this patch on top https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut&id=0defb14c600170434befe8c94dad4732041a3513 On Mon, Aug 7, 2023 at 3:48 PM Luca Boccassi wrote: > > On Mon, 7 Aug 2023 at 23:37, Alexandre Belloni > wrote: > > > > On 07/08/2023 16:40:25+0200, Alexandre Be

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/08/2023 17:01:02-0700, Khem Raj wrote: > Can you try this patch on top > > https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut&id=0defb14c600170434befe8c94dad4732041a3513 > I have those two patches on top of master: systemd-boot: Ensure EFI_LD is also passed to compiler driver sys

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-08 Thread Jose Quaresma
With this adictional patch https://lists.openembedded.org/g/openembedded-core/message/185666 the stub looks good again. Jose Alexandre Belloni via lists.openembedded.org escreveu no dia terça, 8/08/2023 à(s) 01:51: > On 07/08/2023 17:01:02-0700, Khem Raj wrote: > > Can you try this patch on top

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-09 Thread Luca Bocassi
On Tue, 8 Aug 2023 at 17:10, Jose Quaresma wrote: > > > With this adictional patch > https://lists.openembedded.org/g/openembedded-core/message/185666 > the stub looks good again. Yeah that sounds about right. That patch was also backported to the newly minted 254.1. -=-=-=-=-=-=-=-=-=-=-=- Lin