diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-07-16 15:33:36 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-18 07:14:41 -0700 |
commit | 07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8 (patch) | |
tree | e6a4feef1b80ef887973536d56abd1e8f684a02b /meta/recipes-support | |
parent | eeed0cebebc945bf62b29336b9df8e2c0a975538 (diff) | |
download | openembedded-core-07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8.tar.gz openembedded-core-07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8.tar.bz2 openembedded-core-07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8.zip |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/user-creation/xuser-account_0.1.bb | 2 |
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" |