summaryrefslogtreecommitdiffstats
path: root/recipes/initscripts/files
AgeCommit message (Collapse)Author
2010-10-06init-scripts: fix save-rtc error with date formatting on uclibcPetr Štetiar
uClibc's date does support only SUSv3 strptime[1], so the date command in save-rtc.sh fails with 'date: invalid date '%2m%2d%2H%2M2010'. 1. http://www.opengroup.org/onlinepubs/009695399/functions/strptime.html Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-10initscripts: Fixed empty machine_id returned on some devices.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-08-04initscripts: functions machine id xilinx virtex5 platformsAdrian Alonso
* Add machine_id support for xilinx virtex platforms used in xserver-common for args settings. * On Xilinx platforms there is no line `Hardware`. Instead it is stored in the line starting with `platform`. * Bump PR * v2 nicer machine_id function for handling xilinx virtex platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-23initscripts: Make umountfs a bit more robust, bump PRTom Rini
2009-04-22initscripts: modifications for hipox machineSteffen Sledz
- add kexec handling in /etc/init.d/reboot - make /sys available again for /etc/init.d/reboot
2009-03-31initscripts: set alignment to 0 for armv7aKoen Kooi
* the previous change was meant to do that, but depended on kernel config * runtime tested on beagleboard, omap3evm and omapzoom
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>