summaryrefslogtreecommitdiff
path: root/recipes/sysvinit
AgeCommit message (Collapse)AuthorFiles
2010-09-05sysvinit_2.86.bb: change sysvinit-utils for compatible with upstartAnatoly Shipitsin1
* 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 Raj1
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 Raj1
* 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 Larson1
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 Larson1
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 machinesledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-04-13sysvinit: add rcS-default for SHR distroKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* 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 Kooi1
2010-03-15sysvinit: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko1
2009-12-27Copy Angstrom rc and rcS script files for JLiMeKristoffer Ericson2
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 Blundell2
2009-06-14sysvinit: move a couple more files to -utils packagePhil Blundell1
2009-06-14sysvinit: banish seldom-used utils into sysinit-utils package, recommend it ↵Phil Blundell1
for everything except micro
2009-06-05sysvinit: allow /proc to be mounted without /etc/fstabPhil Blundell2
Acked-by: Leon Woestenberg <leon@sidebranch.com>
2009-04-17sysvinit: only ping splash when splashfuncs are presentKoen Kooi2
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman2
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 Dmytriyenko23
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>