Trying to expand the partition during first boot doesn't make sense as we use NFS for deployment. Removing it helps to reduce the first boot time a bit.
It is disabled on all qemu machines in the machine config, as we can handle all qemu machines at once there. For real boards we want it to stay, but not when building for CI tests. Signed-off-by: Florian Bezdeka <florian.bezd...@siemens.com> --- opt-ci-board.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opt-ci-board.yml b/opt-ci-board.yml index 9c33da6..d894fe7 100644 --- a/opt-ci-board.yml +++ b/opt-ci-board.yml @@ -18,3 +18,5 @@ header: local_conf_header: image-type: | IMAGE_TYPE = "targz-img" + xenomai-ci: | + IMAGE_INSTALL_remove += "expand-on-first-boot" \ No newline at end of file -- 2.31.1