From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>
Cc: Darren Hart <dvhart@linux.intel.com>
Subject: [RFC PATCH 0/3] poky-tiny: Add tiny-init mechanism for poky-tiny distro
Date: Wed, 13 Jun 2012 22:19:30 -0700 [thread overview]
Message-ID: <cover.1339650859.git.dvhart@linux.intel.com> (raw)
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
next reply other threads:[~2012-06-14 5:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-14 5:19 Darren Hart [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1339650859.git.dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.