Re: [yocto] Setting Default User Accounts

2014-08-21 Thread Akash Bhatnagar
Hi I have added new user in following way:- S = "${WORKDIR}" inherit useradd USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "-u 1200 -d /home/test -r -s /bin/bash -P 'test123' test " GROUPADD_PARAM_${PN} = "-g 880 testgrp" do_install () { install -d -m 755 ${D}/home/test

[yocto] Unable to use Automatic PR Service (Yocto Daisy)

2014-08-07 Thread Akash Bhatnagar
HI, I am new on Yocto Project and trying to use it in our company. I am able to generate custom images using Yocto Daisy Version. Now, I am stuck with getting worked with the Automatic PR service. Using the wiki page https://wiki.yoctoproject.org/wiki/PR_Service I am able to set the PR Server and