I am trying to add cockpit to my image.
cockpit is a webserver utility able to do linux system configuration from a web-browser. for example change IP address.
the recipe is located under:
meta-openembedded/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb
I have added meta-openembedded/meta-webserver to bblayers.conf file
added cockpit to CORE_IMAGE_EXTRA_INSTALL in local.conf
the bitbake of my image is done and the image is burned.
I cannot see most of the installed files when running the image on target. cockpit service in not running.
have someone tried to do this with IMX8 and can help ?