aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysvinit
AgeCommit message (Collapse)Author
2011-06-08sysvinit: bump PR for ti816x serial console changeSiddharth Heroor
* A new inittab is needed, so bump PR to regenerate it. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2010-12-28SlugOS: sysvinit_2.86.bb - override dependency that pulls in sysvinit-utilsMike Westerhof
(SlugOS, like micro, uses busybox to provide the sysvinit-utils functionality)
2010-11-19sysvinit_2.86.bb : upped PR to catch zoom2/3 changesGraeme Gregory
2010-11-18sysvinit_2.86.bb : bump PR for the omapzoom2/3 changes in serial portGraeme Gregory
2010-10-19openmoko: remove openmoko directories used from FILESPATH as openmoko ↵Martin Jansa
distribution was obsoleted on Aug 2010 Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-30sysvinit: Add mountpoint to u-aTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-05sysvinit_2.86.bb: change sysvinit-utils for compatible with upstartAnatoly Shipitsin
* move shutdown and runlevel to sysvinit package to halt and poweroff, upstart include this utils * move killall5 to sysvinit-utils, it used by scripts when system goes shutdown or halt, upstart not provide it * change PR = "r59" Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-21Revert "recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH"Khem Raj
This reverts commit 4e9905b2be6438156dc8ad88839de04e91c922ec. pn-${PN} is different override can not be used in all cases here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-29recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCHKhem Raj
* Needed to get CURRENT_TARGET_SYS to evaluate correctly in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-29sysvinit: we don't like volatile cache at hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-04-13sysvinit: add rcS-default for SHR distroKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22sysvinit: bump PR for license changeKoen Kooi
2010-03-15sysvinit: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko
2009-12-27Copy Angstrom rc and rcS script files for JLiMeKristoffer Ericson
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2009-06-17sysvinit: make sure /sys is mounted at bootupPhil Blundell
2009-06-14sysvinit: move a couple more files to -utils packagePhil Blundell
2009-06-14sysvinit: banish seldom-used utils into sysinit-utils package, recommend it ↵Phil Blundell
for everything except micro
2009-06-05sysvinit: allow /proc to be mounted without /etc/fstabPhil Blundell
Acked-by: Leon Woestenberg <leon@sidebranch.com>
2009-04-17sysvinit: only ping splash when splashfuncs are presentKoen Kooi
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman
this abstracts psplash to be generic. now as long as something provides a splashfuncs file that sysvinit (and other scripts) can source, and all the approproate init hooks to start the splash etc. you can use psplash, exquisitie, usplash or anything that tickles your fancy. this moves splash toa ${SPLASH} variable to include in your image (or override). the default in angstrom is psplash - unless you override it. opkg also runs a configure script that cna take forever - and so this speically sends off some splash commands (if there) to let you know the systme is alive and working (but just busy). this is one commit as if this breaks things you either want to fix the minor break or totally revert the whole patch. i hope it didn't break anything.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>