Re: Adding systemd to yocto
Edgar Mobile
Ok, correction: I complains about pam missing.
From: Edgar Mobile <heideggm@...>
Sent: Monday, May 2, 2022 7:47 AM To: Scott Murray <scott.murray@...>; Joel Winarske <joel.winarske@...> Cc: Yocto-mailing-list <yocto@...> Subject: Re: [yocto] Adding systemd to yocto
I added
INIT_MANAGER="systemd"
To local.conf. Now it complains that weston-xwayland is missing which sounds weird for core-image-weston.
Am I missing something?
Regardss
From: Scott Murray <scott.murray@...>
Sent: Friday, April 29, 2022 3:07 PM To: Joel Winarske <joel.winarske@...>; Edgar Mobile <heideggm@...> Cc: Yocto-mailing-list <yocto@...> Subject: Re: [yocto] Adding systemd to yocto On Thu, 28 Apr 2022, Joel Winarske wrote:
> Line 30-36 include changes to convert a sysvinit image to systemd. > https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30 The INIT_MANAGER variable added in zeus removes the need to tinker with DISTRO_FEATURES and VIRTUAL-RUNTIME* variables, all it takes to use systemd is INIT_MANAGER = "systemd". See: meta/conf/distro/include/init-manager-systemd.inc for what it tweaks. Scott |
|