From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../recipes-core/tiny-init/files/rc.local.sample | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-yocto/recipes-core/tiny-init/files/rc.local.sample (limited to 'meta-yocto/recipes-core/tiny-init/files/rc.local.sample') diff --git a/meta-yocto/recipes-core/tiny-init/files/rc.local.sample b/meta-yocto/recipes-core/tiny-init/files/rc.local.sample new file mode 100644 index 0000000000..d9e198a200 --- /dev/null +++ b/meta-yocto/recipes-core/tiny-init/files/rc.local.sample @@ -0,0 +1,23 @@ +#!/bin/sh + +# Start services and customize the boot process here. +echo "Running /etc/rc.local..." + +# Use init scripts included with packages such as dropbear +#/etc/init.d/dropbear start + +# Spawn a getty manually +#setsid /sbin/getty 115200 ttyS2 + +# Print a banner +#echo "You are running a poky-tiny image brought to you by the Yocto Project." + +# Setup a debugging environment +#mkdir /debugfs +#mount none -t debugfs /debugfs + +# Load modules (note: linux-yocto-tiny does not have module support by default) +#modprobe yourdriver + +# DO NOT run any long running tasks or loops as these will delay +# the /init script and the console shell. -- cgit v1.2.3-54-g00ecf