On 11/13/12 11:32 PM, Saul Wold wrote:
This is needed to allow openssh to work correctly for the Eclipse
plugin to have access to the build appliance to view/modify recipes
and lauch builds

Signed-off-by: Saul Wold <[email protected]>
---
  meta/recipes-graphics/builder/builder_0.1.bb |    5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/builder/builder_0.1.bb 
b/meta/recipes-graphics/builder/builder_0.1.bb
index 5c12c14..7ac531c 100644
--- a/meta/recipes-graphics/builder/builder_0.1.bb
+++ b/meta/recipes-graphics/builder/builder_0.1.bb
@@ -1,7 +1,7 @@
  SUMMARY = "New user to do specific job"
  DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific 
jobs like building. The task can be auto started via mini X"
  SECTION = "x11"
-PR = "r4"
+PR = "r5"
  LICENSE = "MIT"
  LIC_FILES_CHKSUM = 
"file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"

@@ -18,7 +18,8 @@ inherit useradd
  USERADD_PACKAGES = "${PN}"
  USERADD_PARAM_${PN} = "--system --create-home \
                         --groups video,tty,audio \
-                       --user-group ${PN}"
+                       --user-group ${PN} \
+                       --password .gLibiNXn0P12"

This should work, but can you add a comment that indicates the plain-text for the password?

--Mark

  do_install () {
        install -d -m 755 ${D}${sysconfdir}/mini_x/session.d



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to