Skip to content

Commit

Permalink
Remove password for LMP_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Aug 2, 2024
1 parent 1143b49 commit d1faa02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes-samples/images/lmp-partner-arduino-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ CORE_IMAGE_BASE_INSTALL += " \
${ARDUINO} \
"

# Force new password to be chosen at first login
EXTRA_USERS_PARAMS += "passwd-expire ${LMP_USER};"
# No default password is configured for the device
EXTRA_USERS_PARAMS += "\
usermod -p '' ${LMP_USER}; \
"

# Packages to be installed in Portenta-X8 machine only
IMAGE_INSTALL:append:portenta-x8 = " openocd"
Expand Down

0 comments on commit d1faa02

Please sign in to comment.