]> code.ossystems Code Review - openembedded-core.git/commit
busybox: Add support for busybox-init
authorKhem Raj <raj.khem@gmail.com>
Fri, 22 Jan 2016 20:49:09 +0000 (20:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Jan 2016 10:55:44 +0000 (10:55 +0000)
commit75cb4fe38fade382450c5f6f35d5dcf55962143e
treea4fe1110757c8b5844adc758c32238b8e0250043
parent7d6a2856cd89b7233aaaf9b12c75cd8ccf73faa9
busybox: Add support for busybox-init

in config metadata we can configure busybox based init and device
initializer ( mdev ) using e.g.

VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
VIRTUAL-RUNTIME_login_manager = "busybox"
VIRTUAL-RUNTIME_init_manager = "busybox"
VIRTUAL-RUNTIME_initscripts = "initscripts"
VIRTUAL-RUNTIME_keymaps = "keymaps"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"

busybox can be used to provide init system
combined with mdev it makes it a complete init
system for really tiny systems.

This patch uses above defines to configure features in busybox to enable
the init system and mdev in a configurable manner

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox/init.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox/mdev.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.24.1.bb
meta/recipes-core/busybox/files/inittab [new file with mode: 0644]
meta/recipes-core/busybox/files/rcK [new file with mode: 0644]
meta/recipes-core/busybox/files/rcS [new file with mode: 0644]
meta/recipes-core/busybox/files/runlevel [new file with mode: 0644]