[OE-core][PATCH] systemd: fix efi dependency

2023-08-07 Thread Jose Quaresma
Last version of systemd dpends now on pyelftools to build the efi support but the required tool is the native ones and not the target. The systemd-boot has the corrected dependencie so fix this in the main recipe. | Program python3 (jinja2) found: YES (/build/tmp-lmp/work/corei7-64-lmp-linux/syst

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-08 Thread Jose Quaresma
Ping! Jose Quaresma via lists.openembedded.org escreveu no dia segunda, 7/08/2023 à(s) 15:26: > Last version of systemd dpends now on pyelftools to build the efi support > but the required tool is the native ones and not the target. > The systemd-boot has the corrected dependencie so fix this in

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > Ping! We developed the same patch at the same time, I confirm yours is working but it was not enough to solve all the systemd v254 related issues. I've just sent the hopefully last patch to fix the remaining issue. > > Jose Quaresma via

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Jose Quaresma
Hi Alexandre, Alexandre Belloni escreveu no dia quarta, 9/08/2023 à(s) 21:25: > Hello, > > On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > > Ping! > > We developed the same patch at the same time, I confirm yours is working > but it was not enough to solve all the systemd v254 related issues

Re: [OE-core][PATCH] systemd: fix efi dependency

2023-08-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/08/2023 21:52:35+0100, Jose Quaresma wrote: > Hi Alexandre, > > Alexandre Belloni escreveu no dia quarta, > 9/08/2023 à(s) 21:25: > > > Hello, > > > > On 09/08/2023 00:02:08+0100, Jose Quaresma wrote: > > > Ping! > > > > We developed the same patch at the same time, I confirm yours is work