How to change the default Systemd - Init Manager of imx8mpevk board to Sysvinit.
Did changes in build/conf/local.conf file INIT_MANAGER = "sysvinit" and built the image.
Searched and confirmed the variable value with the following command.
$bitbake -e <image-bb-file> ^INIT_MANAGER=
But the image booted from SD card for Imx8mpevk "ps" command still shows "PID 1 systemd".
Please assist.