1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/citadel-user/citadel-user.bb
Bruce Leidl 5ff3c559a4 step one of reorganizing meta-citadel
recipes-citadel is for things other than recipes to package software
2018-03-27 18:38:34 -04:00

10 lines
200 B
BlitzBasic

inherit allarch useradd
LICENSE = "MIT"
S = "${WORKDIR}"
ALLOW_EMPTY_${PN} = "1"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "-m -u 1000 -s /bin/bash citadel"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"