summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-06-18 11:12:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-26 15:34:40 +0100
commit20a426b975ab6131989fb99b455fec9a39439531 (patch)
tree546a994df0a411817d5e333a0f096e0ef55a6336 /meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend
parent2a29b7d087c33a26c0b55a3eac7b19d925e6429b (diff)
downloadpoky-20a426b975ab6131989fb99b455fec9a39439531.tar.gz
busybox: Introduce poky-tiny defconfig override
When building very small systems, it can be useful to spawn a shell from a simple init script, rather than a full System V Init process. This requires the shell be the session leader and be able to open the controlling terminal if it is to have job control. Create a busybox bbappend in meta-yocto with a poky-tiny/defconfig. This adds SETSID and CTTYHACK for poky-tiny on top of the oe-core defconfig. (From meta-yocto rev: 04842688748f58966be533ed6ebc95a19190a31c) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tim Bird <tim.bird@am.sony.com> CC: Thomas Frydrych <tf+lists.yocto@r-finger.com> CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com> CC: Phil Blundell <philb@gnu.org> CC: Khem Raj <raj.khem@gmail.com> CC: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend')
-rw-r--r--meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend
new file mode 100644
index 0000000000..1b83e48153
--- /dev/null
+++ b/meta-yocto/recipes-core/busybox/busybox_1.19.4.bbappend
@@ -0,0 +1,2 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
2