All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add var ROOT_HOME to local.conf.sample.extended
@ 2013-01-29  7:25 Kang Kai
  2013-01-29  7:25 ` [PATCH 1/1] local.conf.sample.extended: add variable ROOT_HOME Kang Kai
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2013-01-29  7:25 UTC (permalink / raw)
  To: poky

The following changes since commit cfb082961a6c9ac3d65738031c4071210529cd07:

  bitbake: build.py: Dump out performance data of individual tasks (2013-01-28 14:49:05 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/roothome
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/roothome

Kang Kai (1):
  local.conf.sample.extended: add variable ROOT_HOME

 meta-yocto/conf/local.conf.sample.extended |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] local.conf.sample.extended: add variable ROOT_HOME
  2013-01-29  7:25 [PATCH 0/1] Add var ROOT_HOME to local.conf.sample.extended Kang Kai
@ 2013-01-29  7:25 ` Kang Kai
  2013-01-31 13:16   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2013-01-29  7:25 UTC (permalink / raw)
  To: poky

Add variable ROOT_HOME to local.conf.sample.extended.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 meta-yocto/conf/local.conf.sample.extended |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 8e5dca5..69b804e 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -218,3 +218,7 @@
 # set init manager: sysvinit or systemd
 # sysvinit is the default choice
 #DISTRO_FEATURES_INITMAN ?= "sysvinit"
+#
+# configure root's home directory dynamically
+# set ROOT_HOME with absolute path of directory which you want to be root's home directory
+#ROOT_HOME = "/home/root"
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] local.conf.sample.extended: add variable ROOT_HOME
  2013-01-29  7:25 ` [PATCH 1/1] local.conf.sample.extended: add variable ROOT_HOME Kang Kai
@ 2013-01-31 13:16   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2013-01-31 13:16 UTC (permalink / raw)
  To: Kang Kai; +Cc: poky

On Tue, 2013-01-29 at 15:25 +0800, Kang Kai wrote:
> Add variable ROOT_HOME to local.conf.sample.extended.
> 
> Signed-off-by: Kang Kai <kai.kang@windriver.com>
> ---
>  meta-yocto/conf/local.conf.sample.extended |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

I'd suggest someone send Scott a patch to the manual to document this
variable instead.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-31 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  7:25 [PATCH 0/1] Add var ROOT_HOME to local.conf.sample.extended Kang Kai
2013-01-29  7:25 ` [PATCH 1/1] local.conf.sample.extended: add variable ROOT_HOME Kang Kai
2013-01-31 13:16   ` Richard Purdie

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.