diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-06-12 17:11:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-13 13:11:11 +0100 |
commit | c4d0b1c5438039dab07103c151c0c5a76a4c9499 (patch) | |
tree | ece81c636f95a0907326e2acdb39a6286c09a957 /meta/recipes-graphics | |
parent | 73f10ae955ba217078fa2c5288b736ae8a30b184 (diff) | |
download | openembedded-core-c4d0b1c5438039dab07103c151c0c5a76a4c9499.tar.gz openembedded-core-c4d0b1c5438039dab07103c151c0c5a76a4c9499.tar.bz2 openembedded-core-c4d0b1c5438039dab07103c151c0c5a76a4c9499.zip |
connman: bump PR and add some comments
The comments are for informing anyone who wants to change USERADD_PARAMs
to make sure it's in sync with the one in xserver-nodm-init, in order
for rootless X to work.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index 1b9526104c..8fca05613c 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb @@ -30,6 +30,8 @@ INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." # Use fixed Xusername of xuser for now, this will need to be # fixed if the Xusername changes from xuser +# IMPORTANT: because xuser is shared with connman, please make sure the +# USERADD_PARAM is in sync with the one in connman.inc USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "--create-home \ --groups video,tty,audio \ |