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]

(From OE-Core rev: 07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Hongxu Jia 2013-07-16 15:33:36 +08:00 committed by Richard Purdie
parent 565956f82f
commit e23d5a0e34
1 changed files with 1 additions and 1 deletions

View File

@ -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"