ccimx8x: enable systemd by default
Also, remove sysvinit and add pam, which is needed by weston+systemd. https://jira.digi.com/browse/DEL-6415 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
2c544a2241
commit
97e762fe9f
|
|
@ -48,6 +48,9 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"
|
||||||
# AARCH64 doesn't support self-extracting zImage
|
# AARCH64 doesn't support self-extracting zImage
|
||||||
KERNEL_IMAGETYPE = "Image.gz"
|
KERNEL_IMAGETYPE = "Image.gz"
|
||||||
|
|
||||||
|
VIRTUAL-RUNTIME_init_manager ?= "systemd"
|
||||||
|
|
||||||
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
||||||
# Vulkan is necessary for wayland to build
|
# Vulkan is necessary for wayland to build
|
||||||
DISTRO_FEATURES_append = " wayland vulkan"
|
DISTRO_FEATURES_append = " wayland vulkan systemd pam"
|
||||||
|
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue