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:
Gabriel Valcazar 2019-02-08 17:41:47 +01:00
parent d0b99c14fc
commit 2d2f9fcbb0
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"
KERNEL_IMAGETYPE = "Image.gz" KERNEL_IMAGETYPE = "Image.gz"
VIRTUAL-RUNTIME_init_manager ?= "systemd" VIRTUAL-RUNTIME_init_manager ?= "systemd"
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
# 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