Skip to content

Commit

Permalink
add cockpit to seapath-host-common.inc
Browse files Browse the repository at this point in the history
Install the following cockpit plugins:
- dashboard
- ws
- bridge
- shell
- users
- systemd
- machines

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu committed Jul 2, 2024
1 parent eab285d commit b8d7282
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes-core/images/seapath-test-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ require seapath-host-common.inc
# Real time Tools
IMAGE_INSTALL += "cukinia-tests-realtime"

# Cockpit web GUI
IMAGE_INSTALL:append = " \
cockpit-dashboard \
cockpit-ws \
cockpit-bridge \
cockpit-shell \
cockpit-users \
cockpit-systemd \
cockpit-machines \
cockpit \
"

0 comments on commit b8d7282

Please sign in to comment.