All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update way to set default ROOT_HOME
@ 2013-05-10  6:47 Kang Kai
  2013-05-10  6:47 ` [PATCH 1/1] bitbake.conf: update " Kang Kai
  0 siblings, 1 reply; 2+ messages in thread
From: Kang Kai @ 2013-05-10  6:47 UTC (permalink / raw)
  To: openembedded-core

Use "??=" to set default ROOT_HOME.

The following changes since commit e5d077d57f7d150d5a0bb67fdc1c87a94091cafe:

  bitbake: lib: print is a function in moderm python, covert remaining users (2013-05-09 22:28:24 +0100)

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):
  bitbake.conf: update way to set default ROOT_HOME

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.5.4




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

* [PATCH 1/1] bitbake.conf: update way to set default ROOT_HOME
  2013-05-10  6:47 [PATCH 0/1] Update way to set default ROOT_HOME Kang Kai
@ 2013-05-10  6:47 ` Kang Kai
  0 siblings, 0 replies; 2+ messages in thread
From: Kang Kai @ 2013-05-10  6:47 UTC (permalink / raw)
  To: openembedded-core

Use "??=" to set default ROOT_HOME. It can be overwrote by developer
with "?=" in any layer and at same time it also can be overwrote in
local.conf.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8d4ccce..86a4831 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -75,7 +75,7 @@ USRBINPATH_class-native = "/usr/bin"
 USRBINPATH_class-nativesdk = "/usr/bin"
 
 # Root home directory
-ROOT_HOME ?= "/home/root"
+ROOT_HOME ??= "/home/root"
 
 ##################################################################
 # Architecture-dependent build variables.
-- 
1.7.5.4




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

end of thread, other threads:[~2013-05-10  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10  6:47 [PATCH 0/1] Update way to set default ROOT_HOME Kang Kai
2013-05-10  6:47 ` [PATCH 1/1] bitbake.conf: update " Kang Kai

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.