[OE-core] [PATCH] systemd: fix missing path separator in firmware-path

2018-07-07 Thread andreas . kling
From: Andy Kling udev fails to load firmware for CONFIG_FW_LOADER_USER_HELPER systemd-udevd[158]: did not find firmware file 'xxx' function builtin_firmware currently assumes FIRMWARE_PATH ends with "/" fixing the path passed to meson allows the firmware loader to succeed. systemd-udevd[145]: wr

[OE-core] [PATCH v4] systemd: add runtime dependencies to pam plugins.

2017-09-28 Thread andreas . kling
From: Andy Kling This ensures pam plugins required by /etc/pam.d/systemd-user to open a user session are installed. systemd[1]: Starting User Manager for UID 994... systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so) Drop package systemd-pam to prevent confusion. It is

[OE-core] [PATCH v3] systemd: add runtime dependencies to pam plugins.

2017-09-27 Thread andreas . kling
From: Andy Kling This ensures pam plugins required by /etc/pam.d/systemd-user to open a user session are installed. systemd[1]: Starting User Manager for UID 994... systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so) Drop package systemd-pam to prevent confusion. It is

[OE-core] [PATCH v2] systemd: move pam files to own package

2017-09-26 Thread andreas . kling
From: Andy Kling move pam related files to already existing systemd-pam package. add runtime dependencies to required pam plugins. This ensures pam plugins required by /etc/pam.d/systemd-user to open a user session are installed. systemd[1]: Starting User Manager for UID 994... syst

[OE-core] [PATCH] bind: move libraries to own package

2017-09-25 Thread andreas . kling
From: Andy Kling this allows to get rid of a chunk of data for images only requiring dhcp-client. -4553 KiB python3-codecs -3669 KiB bind -2087 KiB libpython3.5m1.0 +2384 KiB bind-libs -1343 KiB python3-core -1173 KiB python3-lang -1077 KiB python3-io -507 KiB

[OE-core] [PATCH] systemd: move pam files to own package

2017-09-25 Thread andreas . kling
From: Andy Kling move pam related files to already existing systemd-pam package. add runtime dependencies to pam plugins introduced by file systemd-user. Signed-off-by: Andy Kling --- meta/recipes-core/systemd/systemd_234.bb | 15 --- 1 file changed, 12 insertions(+), 3 deletio

[OE-core] [PATCH] dbus: do not use systemctl from host for configure

2017-02-14 Thread andreas . kling
From: Andy Kling configure.ac from dbus uses $PATH to get the location of systemctl. If it is not found /usr/bin/systemctl is used. It is possible to override the location by passing SYSTEMCTL=[value] to configure. The value is used to replace @SYSTEMCTL@ in systemd-user/dbus.socket.in.