[yocto] [RFC PATCH 0/3] poky-tiny: Add tiny-init mechanism for poky-tiny distro

Darren Hart dvhart at linux.intel.com
Wed Jun 13 22:19:30 PDT 2012


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




More information about the yocto mailing list