cockpit recipe

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

cockpit recipe

979件の閲覧回数
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 件の賞賛
2 返答(返信)

117件の閲覧回数
andrewLinux
Contributor I

Any chance you found a fix for this?

0 件の賞賛

960件の閲覧回数
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 \
"