[OE-core] [PATCH 2/9] builder: Add password for user

Mark Hatle mark.hatle at windriver.com
Wed Nov 14 14:09:55 UTC 2012


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 <sgw at linux.intel.com>
> ---
>   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
>





More information about the Openembedded-core mailing list