aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-07-16 15:33:36 +0800
committerSaul Wold <sgw@linux.intel.com>2013-07-18 07:14:41 -0700
commit07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8 (patch)
treee6a4feef1b80ef887973536d56abd1e8f684a02b
parenteeed0cebebc945bf62b29336b9df8e2c0a975538 (diff)
downloadopenembedded-core-contrib-07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8.tar.gz
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 <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-support/user-creation/xuser-account_0.1.bb2
1 files changed, 1 insertions, 1 deletions
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"