From b8d7282d9695b42424cd97b9ccbc4b345bfa14a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Dupr=C3=A9?= Date: Wed, 22 May 2024 14:35:20 +0200 Subject: [PATCH] add cockpit to seapath-host-common.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install the following cockpit plugins: - dashboard - ws - bridge - shell - users - systemd - machines Signed-off-by: Mathieu Dupré --- recipes-core/images/seapath-test-common.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipes-core/images/seapath-test-common.inc b/recipes-core/images/seapath-test-common.inc index 9f6598c2..e8eea327 100644 --- a/recipes-core/images/seapath-test-common.inc +++ b/recipes-core/images/seapath-test-common.inc @@ -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 \ +"