From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
Phil Blundell <philb@gnu.org>,
Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/2] [meta-yocto] poky-tiny: busybox bbappend and tiny-init
Date: Mon, 18 Jun 2012 13:18:19 -0700 [thread overview]
Message-ID: <cover.1340050502.git.dvhart@linux.intel.com> (raw)
Fix job control in the root shell on poky-tiny images by adding SETSID and
CTTYHACK support to busybox and providing a simple tiny-init startup script.
The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31:
perl: Allow perl to cross build and native build in a directory named "t" (2012-06-18 17:33:04 +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 (2):
busybox: Introduce poky-tiny defconfig override
tiny-init: Basic init mechanism for poky-tiny
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
.../busybox/busybox-1.19.4/poky-tiny/defconfig | 1009 ++++++++++++++++++++
.../recipes-core/busybox/busybox_1.19.4.bbappend | 2 +
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 +
6 files changed, 1082 insertions(+), 1 deletions(-)
create mode 100644 meta-yocto/recipes-core/busybox/busybox-1.19.4/poky-tiny/defconfig
create mode 100644 meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend
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-18 20:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-18 20:18 Darren Hart [this message]
2012-06-18 20:18 ` [PATCH 1/2] busybox: Introduce poky-tiny defconfig override Darren Hart
2012-06-18 20:18 ` [PATCH 2/2] tiny-init: Basic init mechanism for poky-tiny Darren Hart
2012-06-18 21:06 ` Khem Raj
2012-06-18 21:11 ` Darren Hart
2012-06-18 21:18 ` Martin Jansa
2012-06-18 21:23 ` Darren Hart
2012-06-18 21:32 ` Khem Raj
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.1340050502.git.dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=paul.eggleton@linux.intel.com \
--cc=philb@gnu.org \
--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.