All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] poky-tiny: Add tiny-init mechanism for poky-tiny distro
@ 2012-06-14  5:19 Darren Hart
  2012-06-14  5:19 ` [PATCH 1/3] poky-tiny: Define the "tiny" DISTRO_FEATURE Darren Hart
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Darren Hart @ 2012-06-14  5:19 UTC (permalink / raw)
  To: Yocto Project; +Cc: Darren Hart

Provide a basic functional init mechanism for poky-tiny. This defines a new
"tiny" DISTRO_FEATURE in poky-tiny.conf, updates the busybox config based on
this DISTRO_FEATURE, and creates a new tiny-init recipe which is made the
default VIRTUAL-RUNTIME_init_manager for poky-tiny.

The busybox changes are for oe-core to avoide a bbappend in meta-yocto. That
one patch is CC'd to oe-core.


The following changes since commit 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0:

  connman: bump PR and add some comments (2012-06-13 13:11:23 +0100)

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

Darren Hart (3):
  poky-tiny: Define the "tiny" DISTRO_FEATURE
  busybox: Add setsid and cttyhack for tiny DISTRO_FEATURE
  tiny-init: Basic init mechanism for poky-tiny

 meta-yocto/conf/distro/poky-tiny.conf              |    8 ++----
 meta-yocto/recipes-core/tiny-init/files/init       |   21 ++++++++++++++++
 .../recipes-core/tiny-init/files/rc.local.sample   |   23 +++++++++++++++++
 meta-yocto/recipes-core/tiny-init/tiny-init.bb     |   26 ++++++++++++++++++++
 meta/recipes-core/busybox/busybox.inc              |    2 +
 5 files changed, 75 insertions(+), 5 deletions(-)
 create mode 100644 meta-yocto/recipes-core/tiny-init/files/init
 create mode 100644 meta-yocto/recipes-core/tiny-init/files/rc.local.sample
 create mode 100644 meta-yocto/recipes-core/tiny-init/tiny-init.bb

-- 
1.7.5.4



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

end of thread, other threads:[~2012-06-15 23:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14  5:19 [RFC PATCH 0/3] poky-tiny: Add tiny-init mechanism for poky-tiny distro Darren Hart
2012-06-14  5:19 ` [PATCH 1/3] poky-tiny: Define the "tiny" DISTRO_FEATURE Darren Hart
2012-06-14  5:19 ` [PATCH 2/3] busybox: Add setsid and cttyhack for tiny DISTRO_FEATURE Darren Hart
2012-06-14  5:21   ` Darren Hart
2012-06-14  5:21     ` [OE-core] " Darren Hart
2012-06-14  6:58     ` Khem Raj
2012-06-14 21:11       ` Darren Hart
2012-06-14  7:05   ` Khem Raj
2012-06-15 22:22     ` Darren Hart
2012-06-15 22:57       ` Darren Hart
2012-06-14  9:41   ` Phil Blundell
2012-06-14 13:55     ` Darren Hart
2012-06-14 13:55       ` [OE-core] " Darren Hart
2012-06-14 14:26       ` Phil Blundell
2012-06-14  5:19 ` [PATCH 3/3] tiny-init: Basic init mechanism for poky-tiny Darren Hart

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.