All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Use dynamic root home directory
@ 2012-12-19  9:39 Kang Kai
  2012-12-19  9:39 ` [PATCH 1/4] bitbake.conf: import var ROOT_HOME Kang Kai
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Kang Kai @ 2012-12-19  9:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

Import variable ROOT_HOME which can be configured. Update base-files, base-passwd,
oprofile to use the dynamic root home directory.

The following changes since commit 2a9c574fd8b0800199b6569b6abf02634801013d:

  gst-openmax: fix build with newer GLib (2012-12-17 17:53:52 +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 (4):
  bitbake.conf: import var ROOT_HOME
  base-files: use dynamic root home directory
  base-passwd: use configurable root home directory
  oprofile: use dynamic root home directory

 meta/conf/bitbake.conf                             |    3 ++
 meta/recipes-core/base-files/base-files/profile    |    2 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |    3 +-
 .../base-passwd/base-passwd-3.5.26/root-home.patch |   16 -------------
 .../recipes-core/base-passwd/base-passwd_3.5.26.bb |    4 +-
 meta/recipes-kernel/oprofile/oprofile.inc          |    1 +
 .../oprofile/oprofile/oprofile-root.patch          |   23 ++++++++++++-------
 7 files changed, 23 insertions(+), 29 deletions(-)
 delete mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.26/root-home.patch

-- 
1.7.5.4




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

end of thread, other threads:[~2012-12-20  6:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19  9:39 [PATCH 0/4] Use dynamic root home directory Kang Kai
2012-12-19  9:39 ` [PATCH 1/4] bitbake.conf: import var ROOT_HOME Kang Kai
2012-12-19  9:39 ` [PATCH 2/4] base-files: use dynamic root home directory Kang Kai
2012-12-19  9:39 ` [PATCH 3/4] base-passwd: use configurable " Kang Kai
2012-12-19  9:39 ` [PATCH 4/4] oprofile: use dynamic " Kang Kai
2012-12-19 11:06   ` Martin Jansa
2012-12-20  1:44     ` Kang Kai
2012-12-20  6:23       ` 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.