From: Hongxu Jia Date: Tue, 16 Jul 2013 07:33:36 +0000 (+0800) Subject: xuser-account: add xuser to disk group X-Git-Tag: 2015-4~5816 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8;p=openembedded-core.git xuser-account: add xuser to disk group Add xuser to disk group, so it could write usb storage in which the filesystem type is vfat/fat. [YOCTO #4004] Signed-off-by: Hongxu Jia Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/meta/recipes-support/user-creation/xuser-account_0.1.bb index a7575a4ac5..58e813918f 100644 --- a/meta/recipes-support/user-creation/xuser-account_0.1.bb +++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb @@ -21,7 +21,7 @@ do_install() { USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "--system shutdown" USERADD_PARAM_${PN} = "--create-home \ - --groups video,tty,audio,input,shutdown \ + --groups video,tty,audio,input,shutdown,disk \ --user-group xuser" ALLOW_EMPTY_${PN} = "1"