| Message ID | 20260211155809.6450-1-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] CI/fvp: made the default target core-image-full-cmdline | expand |
On Wed, 11 Feb 2026 10:58:07 -0500, Jon Mason wrote: > No need to have the full graphics stack for FVP images. Slim the image > down by default. > > Applied, thanks! [1/3] CI/fvp: made the default target core-image-full-cmdline commit: 832ce9bca33a30a094932ac273fe79758a8fe485 [2/3] arm/corstone1000-a320: split off FVP into a unique file and add to CI commit: d8c879b9e3fc20728310b45a559bf439d73711fb [3/3] arm/fvps: reorganize CI into segments commit: 98b105ce064a149bfb09395d9dc414935c820ca9 Best regards,
diff --git a/ci/fvp.yml b/ci/fvp.yml index 30b09e40dc58..62ff0d29c905 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
No need to have the full graphics stack for FVP images. Slim the image down by default. Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/fvp.yml | 3 +++ 1 file changed, 3 insertions(+)