Skip to content
Snippets Groups Projects
Commit 66447cbf authored by Romain Broucquart's avatar Romain Broucquart
Browse files

Add user diag, add root password, add debug tweaks

Struggling with petalinux update: it is no longer possible to log as
root without the tweaks.

From user diag, it is possible to sudo.
parent 8124cccd
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ require ./recipes-core/images/techlab-common.inc
IMAGE_FEATURES_append = " \
package-management \
petalinux-python-modules \
debug-tweaks \
"
# If we want FPGA manager
......@@ -43,3 +44,10 @@ IMAGE_FEATURES_remove = " x11 wayland opengl qt jupyter"
# Remove unwanted features
DISTRO_FEATURES_remove = " wifi bluetooth 3g nfc"
# User
inherit extrausers
EXTRA_USERS_PARAMS = "\
usermod -s /bin/zsh -P 'fofb' root; \
useradd -s /bin/zsh -G sudo -P 'diag91' diag; \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment