Add user-with-full-skel.bbclass to fix uncomplete /etc/skel population

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-04 21:12:26 +01:00
parent 30e321b7d8
commit 7a2647519e
5 changed files with 49 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "This recipe adds a user 'morona' without password"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
inherit useradd
inherit useradd user-with-full-skel
USERNAME = "morona"
# groups user shall be member of (NO WHITESPACES ALLOWED)