From: ChenQi <Qi.Chen@windriver.com>
To: <yocto@yoctoproject.org>
Subject: Re: [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root
Date: Mon, 7 Jan 2013 11:22:22 +0800 [thread overview]
Message-ID: <50EA3F6E.5080708@windriver.com> (raw)
In-Reply-To: <1357473302-19235-1-git-send-email-andrei.gherzan@windriver.com>
Home directory is now configurable now.
You could specify it in local.conf.
See the following commits for more details.
845c2c0 oprofile: use dynamic root home directory
2af073a base-passwd: use configurable root home directory
07b842f base-files: use dynamic root home directory
de5b44a bitbake.conf: import var ROOT_HOME
On 01/06/2013 07:54 PM, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
> .../base-passwd/add-default-root-pass.patch | 4 ++--
> .../base-passwd/base-passwd_3.5.26.bbappend | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch b/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
> index 48b0eb3..320841e 100644
> --- a/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
> +++ b/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch
> @@ -3,8 +3,8 @@ Index: base-passwd/passwd.master
> --- base-passwd.orig/passwd.master 2012-03-15 16:45:58.149968908 +0200
> +++ base-passwd/passwd.master 2012-03-15 16:47:26.094468934 +0200
> @@ -1,4 +1,4 @@
> --root::0:0:root:/home/root:/bin/sh
> -+root:\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40:0:0:root:/home/root:/bin/sh
> +-root::0:0:root:/root:/bin/sh
> ++root:\$1\$1DO/lR8M\$f8JOOu4W8GBZzdNzCgSW40:0:0:root:/root:/bin/sh
> daemon:*:1:1:daemon:/usr/sbin:/bin/sh
> bin:*:2:2:bin:/bin:/bin/sh
> sys:*:3:3:sys:/dev:/bin/sh
> diff --git a/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend b/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
> index 8b73d9d..4e3c8a9 100644
> --- a/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
> +++ b/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend
> @@ -1,4 +1,4 @@
> -PRINC := "${@int(PRINC) + 1}"
> +PRINC := "${@int(PRINC) + 2}"
> FILESEXTRAPATHS := "${THISDIR}/${PN}"
>
> SRC_URI += "file://add-default-root-pass.patch \
next prev parent reply other threads:[~2013-01-07 3:22 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-06 11:54 [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 02/23] README.md: Reformat file to use maximum 80 columns Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 03/23] u-boot: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 04/23] connman: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 05/23] nfs-utils: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 06/23] bluez4: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 07/23] obexd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 08/23] ofono: Minor file reformatting and fix bashism Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 09/23] portmap: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 10/23] base-files: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 11/23] base-passwd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 12/23] eglibc: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 13/23] nebase: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 14/23] systemd: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 15/23] dlt-daemon: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 16/23] node-startup-controller: Remove git version recipe Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 17/23] layer-management: " Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 18/23] shadow-securetty: Minor file reformatting Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 19/23] audiomanager: Remove git version recipe Andrei Gherzan
2013-01-06 11:54 ` [meta-ivi][PATCH 20/23] mesa-dri: egl and gles are added by default in PACKAGECONFIG Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 21/23] tiff: Minor file reformatting Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 22/23] gst-plugins-good: " Andrei Gherzan
2013-01-06 11:55 ` [meta-ivi][PATCH 23/23] consolekit: " Andrei Gherzan
2013-01-07 3:22 ` ChenQi [this message]
2013-01-14 18:03 ` [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root Andrei Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50EA3F6E.5080708@windriver.com \
--to=qi.chen@windriver.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.