cockpit recipe

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

cockpit recipe

917 Views
razriel
Contributor II

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 ?

0 Kudos
2 Replies

55 Views
andrewLinux
Contributor I

Any chance you found a fix for this?

0 Kudos

898 Views
razriel
Contributor II

it worked for me after adding some more packages to local.conf file:

CORE_IMAGE_EXTRA_INSTALL += " cockpit \
cockpit-pcp \
cockpit-tuned \
cockpit-shell \
cockpit-systemd \
cockpit-users \
cockpit-kdump \
cockpit-sosreport \
cockpit-networkmanager \
cockpit-machines \
cockpit-selinux \
cockpit-playground \
cockpit-docker \
cockpit-dashboard \
cockpit-bridge \
cockpit-ws \
cockpit-desktop \
"