I would like to launch chromium on bootup automatically using sysVinit .
1. DISTRO=fsl-imx-wayland MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build-wayland
2. in local.conf added CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland"
3. in weston.ini file uncomment the below lines
[launcher]
icon = /usr/share/icons/hicolor/24*24/app/google-chrome.png
path =/usr/bin/chromium
4. builded the image
5. booted the image
On the task bar I can see the chromium icon , by clicking the icon chromium launches .
Need help how can I launch chromium on bootup ?