diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-07-16 15:33:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-18 21:23:45 +0100 |
| commit | e23d5a0e34c8a55f30619b0777ad8e004b37d9e7 (patch) | |
| tree | 5d6c97417d669771a8e6a536dca599864b28836b | |
| parent | 565956f82f2a5fa19ac2a8cb7ac3f372eae3bf7a (diff) | |
| download | poky-e23d5a0e34c8a55f30619b0777ad8e004b37d9e7.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]
(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>
| -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() { | |||
| 21 | USERADD_PACKAGES = "${PN}" | 21 | USERADD_PACKAGES = "${PN}" |
| 22 | GROUPADD_PARAM_${PN} = "--system shutdown" | 22 | GROUPADD_PARAM_${PN} = "--system shutdown" |
| 23 | USERADD_PARAM_${PN} = "--create-home \ | 23 | USERADD_PARAM_${PN} = "--create-home \ |
| 24 | --groups video,tty,audio,input,shutdown \ | 24 | --groups video,tty,audio,input,shutdown,disk \ |
| 25 | --user-group xuser" | 25 | --user-group xuser" |
| 26 | 26 | ||
| 27 | ALLOW_EMPTY_${PN} = "1" | 27 | ALLOW_EMPTY_${PN} = "1" |
