From 832ce9bca33a30a094932ac273fe79758a8fe485 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 11 Feb 2026 10:58:07 -0500 Subject: [PATCH] CI/fvp: made the default target core-image-full-cmdline No need to have the full graphics stack for FVP images. Slim the image down by default. Signed-off-by: Jon Mason --- ci/fvp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/fvp.yml b/ci/fvp.yml index 30b09e40..62ff0d29 100644 --- a/ci/fvp.yml +++ b/ci/fvp.yml @@ -10,3 +10,6 @@ local_conf_header: networking_failing_tests: | # These tests currently fail as the wrong IP for the build host is used TEST_SUITES:remove = "opkg dnf" + +target: + - core-image-full-cmdline