Skip to content

Commit

Permalink
ci: base: build qcomflash images by default
Browse files Browse the repository at this point in the history
Enable building of qcomflash image tarballs for every board run. These
tarballs will be used for CI/CD validation with LAVA.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti authored and quic-vkraleti committed Nov 28, 2024
1 parent d635801 commit 6a394cf
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 @@ -29,6 +29,9 @@ local_conf_header:
INHERIT += "buildstats buildstats-summary"
INHERIT += "buildhistory"
INHERIT += "rm_work"
qcomflash: |
IMAGE_CLASSES += "image_types_qcom"
IMAGE_FSTYPES += "qcomflash"
extra: |
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
Expand Down

0 comments on commit 6a394cf

Please sign in to comment.