Re: [OE-core] [PATCH] systemd: Point to target binary paths for loadkeys and setfont

2023-08-04 Thread Khem Raj
On 8/4/23 8:27 AM, Ross Burton wrote: On 3 Aug 2023, at 05:39, Khem Raj via lists.openembedded.org wrote: + -Dloadkeys-path=${base_bindir}/loadkeys \ + -Dsetfont-path=${base_bindir}/setfont” From systemctl status systemd-vconsole-setup: Aug 04 15:12:21 qe

Re: [OE-core] [PATCH] systemd: Point to target binary paths for loadkeys and setfont

2023-08-04 Thread Ross Burton
On 3 Aug 2023, at 05:39, Khem Raj via lists.openembedded.org wrote: > + -Dloadkeys-path=${base_bindir}/loadkeys \ > + -Dsetfont-path=${base_bindir}/setfont” From systemctl status systemd-vconsole-setup: Aug 04 15:12:21 qemu-generic-arm64 systemd-vconsole-setup

Re: [OE-core] [PATCH] systemd: Point to target binary paths for loadkeys and setfont

2023-08-03 Thread Luca Boccassi via lists.openembedded.org
Acked-by: Luca Boccassi (please don't send to my microsoft email account, it's absolutely rubbish for mailing lists and can't use plain text mode) From: Khem Raj Sent: 03 August 2023 05:39 To: openembedded-core@lists.openembedded.org Cc: Khem Raj ; Luca Bocca

[OE-core] [PATCH] systemd: Point to target binary paths for loadkeys and setfont

2023-08-02 Thread Khem Raj
with newer systemd, if not specified, these paths are searched on build host /usr dir log.do_configure.2373278:Program /usr/sbin/loadkeys found: YES (/usr/sbin/loadkeys) log.do_configure.2373278:Program /usr/sbin/setfont found: YES (/usr/sbin/setfont) and if build host happens to have kbd insta