aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initscripts
AgeCommit message (Collapse)Author
2010-10-19openmoko: move initscripts, psplash, alsa-scenarios also to obsoleteMartin Jansa
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-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-09-19initscripts-slugos_1.0.bb: improved FILESPATHPKGFrans Meulenbroeks
At least one file did not unpack properly, the slugos dir has several files in it, so modified FILESPATHPKG to first look at that dir Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-19openprotium: fixed unpackFrans Meulenbroeks
recipe referred to checkroot.sh, file was named checkroot without extension, renamed the file to checkroot.sh Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-19initscripts : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-12initscripts-slugos: Switch to FILESPATHPKG =.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.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-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@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-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
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-05-08SlugOS: initscripts-slugos - "unset" CONFFILES in order to avoidMike Westerhof
an opkg problem during rootfs creation caused by existing /etc/device_table file.
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-04-05SlugOS: initscripts-slugos - add dependency on update-rc.d-nativeMike Westerhof
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-12-26Initscripts. Fix devices script for machine jornada6xxKristoffer Ericson
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2009-09-27SlugOS: initscripts - add in the correct device_table.txt for SlugOS,Mike Westerhof
makes turnup work once again.
2009-07-03initscripts: correct checkroot rootfs read-write checkBrian Bloniarz
initscripts: correct checkroot rootfs read-write check Fixes a regexp typo when checking whether the rootfs needs to be remounted. Also alters the remount logic to not assume that the root will be mounted RW. Signed-off-by: Brian Bloniarz <phunge0@hotmail.com> recipes/initscripts/initscripts-1.0/checkroot | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
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-05-30Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-27initscripts: fixed bootmisc.sh so that hwclock.sh is only called if installedMartin Dietze
2009-04-30SlugOS: slugos-image.bb, initscripts-slugos_1.0.bb - remove devfs supportMike Westerhof
Remove devfs startup scripts, and revert to the standard OE means to initially populate the /dev directory. This has the side-effect of fixing the empty /dev dir problem when extracting the tar.gz image.
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>