Skip to content

Commit

Permalink
ci: base: allow root with empty password
Browse files Browse the repository at this point in the history
Follow poky sample conf and add allow-empty-password,
empty-root-password and allow-root-login to EXTRA_IMAGE_FEATURES,
since there is no default user and password on the standard poky
configuration.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Nov 23, 2024
1 parent ab75ac6 commit 9119d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ local_conf_header:
INHERIT += "buildstats buildstats-summary"
INHERIT += "buildhistory"
INHERIT += "rm_work"
extra: |
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
machine: unset

0 comments on commit 9119d35

Please sign in to comment.