Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
initscripts as well
|
|
|
|
Move the common files into 'files' dir and keep Openmoko specific
files under initscripts-openmoko. 'finish' was renamed to
'finish.sh', so various recipes have to be modified as well.
|
|
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
devfs
* incidentally, this fixes udev for devices needing to be 'special' by having their own devices file with a broken udev check (e.g. sharp zaurus)
|
|
|
|
libavcodec down with 50%
|
|
|
|
* Need to fix this, need to use good common codebase, because debugging
why some adhoc code doesn't work here or there is big waste of time.
|
|
which is still built into packages like pppd
|
|
* Works around #3065.
* Fixes infamous issue with hang during boot on h2200, etc.
|
|
* It's ok to do negative logic, for example limit scope of operation if we know
we can't do it (ex.: we don't support fscking something else but ext2/ext3,
so we have to ignore user's request to do fsck on other fstype).
* But it's not ok to do fsck if user didn't request it, or moreover if he
requested *not* to do it.
|
|
is 1 day or more greater than the existing time. Also set the timestamp on halt/reboot so devices without a hardware RTC (or with a broken RTC like the PXA) can benefit.
|
|
|
|
individual init scripts providing some useful functions.
added cpuinfo_id() and killproc() for a start
|
|
TODO: might need more work for systems without a hardware clock
|
|
* Instead, log them to syslog.
|
|
* Yes, there's such dependency, unspecified. Due to funky options it
doesn't work with cute busybox mount.
* Those funky options better be killed shamefully, but let's do the
twist, and allow to specify additional mountall options via
/etc/default/mountall, and let util-linix-mount spit its funkiness
there. User can edit it to his likes, too.
|
|
|
|
partition.
* In the sense, that at least try to make sure it's not completely mad. Though likely,
scripts liek this should not be installed by default at all.
|
|
missing, closing bug 2109
|
|
mailinglist
|
|
oplinux-uclibc
|
|
|
|
|
|
for base-files, netbase, sysvinit and
initscripts
|
|
works on epia
|
|
|
|
their favourite package manager
|
|
|
|
- Reformat some echo lines to be more readable on QVGA
- echo RETURNCODE after fsck run
- raise RETURNCODE for a FUBAR FS to -gt3
|
|
- Add support for "update" as a parameter to force regeneration of
the cache when run (if the cache is not being used it's ignored).
- When generating the cache add *all* needed commands to the cache,
not just those that were actually needed on this run. Without this
only the additional directories created during an update will be
added to the cache.
Anything that calls populate-volatile.sh during postinst should now
pass update as a parameter. Currently (and before this change) if the
cache is enabled then any call to populate-volatile.sh during
postinst does nothing, generally breaking anything that uses
volatiles that is installed after the first boot of the device.
|
|
waits for user input. Fixes the "hanging" bootsplash on some distros
|
|
* I suspect it applies to all 2.6 based devices
|
|
busybox sh
|
|
partitions * * * Untested in .dev! * * *
|
|
cset earlier
|
|
init script needs to be looking for /dev/root instead of rootfs to determine
if the rootfs has been mounted rw yet. This may be a setup issue in the
kernel build, but until we can figure that out, this is the workaround.
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
initscripts
|
|
update for new udev versions
|
|
part of OE bug #1055
|
|
|
|
by the script. Run times on an idle system:
old version: 7.6s
new version: 4.5s (no chache)
new version: 0.9s (with cache)
|
|
|
|
- loading keymap require loadkeys from console-tools (which takes 300K)
- all Zaurus machines (except collie) will get this package installed
- collie 2.4 keymap is the same as kernel one so it is not needed on device
anyway users can install it if want to make some changes in mapping
Zaurus machines conf: dropped console-tools from RDEPENDS, added keymaps instead
- keymaps RDEPEND on console-tools
|