ccimx8x: explicitly set VIRTUAL-RUNTIME_initsctiprs to "initscripts"
In Yocto 2.6, this variable is null whenever systemd is enabled. Explicitly set this variable to keep some necessary scripts in /etc/init.d. https://jira.digi.com/browse/DEL-6415 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d0b99c14fc
commit
2d2f9fcbb0
|
|
@ -49,6 +49,7 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"
|
|||
KERNEL_IMAGETYPE = "Image.gz"
|
||||
|
||||
VIRTUAL-RUNTIME_init_manager ?= "systemd"
|
||||
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
|
||||
|
||||
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
||||
# Vulkan is necessary for wayland to build
|
||||
|
|
|
|||
Loading…
Reference in New Issue