From: Ronan Le Martret Date: Thu, 22 May 2014 07:22:41 +0000 (+0200) Subject: Add users fr weston-common X-Git-Tag: demo_release_0.1~72^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=779a00626af2362cf5178f86f4e3377faad0af57;p=scm%2Fbb%2Fmeta-tizen.git Add users fr weston-common Change-Id: I222652f166d18958242942f8ffd19258550783e2 Signed-off-by: Ronan Le Martret --- diff --git a/recipes-tizen/weston-common/weston-common-extraconf.inc b/recipes-tizen/weston-common/weston-common-extraconf.inc index e69de29..f2e34f9 100644 --- a/recipes-tizen/weston-common/weston-common-extraconf.inc +++ b/recipes-tizen/weston-common/weston-common-extraconf.inc @@ -0,0 +1,12 @@ +inherit useradd + +USERADD_PACKAGES = "${PN}" + +GROUPADD_PARAM_${PN} = "-g 191 display;-g 100 users" + +USERADD_PARAM_${PN} = " -d /run/display -m -u 115 -g display -G users -s /bin/false display; " +USERADD_PARAM_${PN} += " -d /home/alice -m -u 5001 -g users -G display -r -s /bin/sh alice; " +USERADD_PARAM_${PN} += " -d /home/bob -m -u 5002 -g users -G display -r -s /bin/sh bob; " +USERADD_PARAM_${PN} += " -d /home/carole -m -u 5003 -g users -G display -r -s /bin/sh carole; " +USERADD_PARAM_${PN} += " -d /home/guest -m -u 9999 -g users -G display -r -s /bin/sh guest " +