aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initscripts/initscripts_1.0.bb
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-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-13Revert "initscripts 1.0 : change it to MACHINE_ARCH and bump PR"Denis 'GNUtoo' Carikli
This reverts commit 0e617baf2916269bbe02cb7b2d4eb20161c86547. This commit broke initscripts is in practically all images Thanks a lot Koen for notifying it to me.
2010-05-13initscripts 1.0 : change it to MACHINE_ARCH and bump PRDenis 'GNUtoo' Carikli
This recipe is clearly MACHINE_ARCH because: do_install_append_hipox () { ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rc6.d/S80sysfs } Then one could think,why not putting it machine arch only for hipox... but : recipes/initscripts $ find initscripts-1.0/ -type d initscripts-1.0/ initscripts-1.0/jornada56x initscripts-1.0/tosa initscripts-1.0/slugos initscripts-1.0/gumstix-verdex initscripts-1.0/mtx-2 initscripts-1.0/h3900 initscripts-1.0/collie initscripts-1.0/gumstix-connex initscripts-1.0/logicpd-pxa270 initscripts-1.0/h3600 initscripts-1.0/simpad initscripts-1.0/akita initscripts-1.0/mtx-1 initscripts-1.0/foonas initscripts-1.0/openprotium initscripts-1.0/poodle initscripts-1.0/oplinux initscripts-1.0/oplinux-uclibc initscripts-1.0/spitz initscripts-1.0/jornada6xx initscripts-1.0/uml initscripts-1.0/jornada7xx initscripts-1.0/openmn initscripts-1.0/c7x0
2010-04-28image.bbclass: create /etc/device_table from IMAGE_DEVICE_TABLESAntonio Ospite
Right now when the 'devices' script from initscripts is called the layout specified in IMAGE_DEVICES_TABLES is lost. With this change the default behaviour when no IMAGE_DEVICE_TABLES is specified is to always use files/device_table-minimal.txt Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-02-23initscripts: Make umountfs a bit more robust, bump PRTom Rini
2010-02-18initscripts: Have sysfs.sh do similar checks to rcS and bump PR.Tom Rini
rcS checks for [ -e /sys/kernel ], sysfs.sh, for proc will check -e /proc && ! -e /proc/mounts, so for sysfs check for -e /sys && ! -e /sys/kernel && sysfs in /proc/filesystems
2009-06-01initscripts: Get rid of the vtmaster stuff, bump PR.Tom Rini
I ran into this on my boards that start out with the really minimal (console and null only) set of dev nodes prior to udev running. The banner script looks around for what might be the vtmaster (aka what's got console) to say that we're booting. But that's where things go by default anyhow. Signed-off-by: Tom Rini <trini@embeddedalley.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Mike Westerhof <mwester@dls.net>
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>