Skip to content

Commit

Permalink
ci: base: build core-image-base
Browse files Browse the repository at this point in the history
Prefer core-image-base by default instead of core-image-minimal, which
is the default from kas when target is not defined.

Base is preferred as it has a larger set of packages as it includes
packagegroup-base-extended, which has tooling support for wifi and
bluetooth.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti authored and quic-vkraleti committed Nov 30, 2024
1 parent e82fde9 commit 73fedbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ local_conf_header:
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
machine: unset

target:
- core-image-base

0 comments on commit 73fedbf

Please sign in to comment.