All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [meta-yocto] poky-tiny: busybox bbappend and tiny-init
@ 2012-06-18 20:18 Darren Hart
  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
  0 siblings, 2 replies; 8+ messages in thread
From: Darren Hart @ 2012-06-18 20:18 UTC (permalink / raw)
  To: Yocto Project; +Cc: Paul Eggleton, Phil Blundell, Darren Hart

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



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

end of thread, other threads:[~2012-06-18 21:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 20:18 [PATCH 0/2] [meta-yocto] poky-tiny: busybox bbappend and tiny-init Darren Hart
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

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.