-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Where's the patch that adds this new var to the usermanual?

On 26-11-10 17:54, [email protected] wrote:
> From: Matteo Facchinetti <[email protected]>
> 
> There are many evaluationboard that use mini-usb port like as
> a serial port + power supply. Using it as serial console have
> to force getty with no need for carrier detect.
> 
> Signed-off-by: Matteo Facchinetti <[email protected]>
> ---
>  recipes/sysvinit/sysvinit_2.86.bb |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/sysvinit/sysvinit_2.86.bb 
> b/recipes/sysvinit/sysvinit_2.86.bb
> index 6ab5290..c34cbc9 100644
> --- a/recipes/sysvinit/sysvinit_2.86.bb
> +++ b/recipes/sysvinit/sysvinit_2.86.bb
> @@ -65,6 +65,11 @@ do_install () {
>       install -m 0644 ${WORKDIR}/inittab ${D}${sysconfdir}/inittab
>       if [ ! -z "${SERIAL_CONSOLE}" ]; then
>               echo "S:2345:respawn:${base_sbindir}/getty ${SERIAL_CONSOLE}" 
> >> ${D}${sysconfdir}/inittab
> +     else
> +              
> +             if [ ! -z "${USB_SERIAL_CONSOLE}" ]; then
> +                     echo "S:2345:respawn:${base_sbindir}/getty -L 
> ${USB_SERIAL_CONSOLE}" >> ${D}${sysconfdir}/inittab
> +             fi
>       fi
>       if [ "${USE_VT}" = "1" ]; then
>               cat <<EOF >>${D}${sysconfdir}/inittab

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFM7+0kMkyGM64RGpERAtPZAKCSHvZA9Eko51AqkoVR476+5tWoIQCgr1/Z
kxtr+B+5lfr+vqIxh6o5qGA=
=JSd7
-----END PGP SIGNATURE-----


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to