[oe-commits] Hongxu Jia : xuser-account: add xuser to disk group

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 20:18:33 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Jul 16 15:33:36 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../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 a7575a4..58e8139 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"



More information about the Openembedded-commits mailing list