Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
* Instead, put into own package and make machines RDEPEND on it per their likes.
|
|
* It makes *completely* no sense to just fail the udev script on first error
and continue boot further. Either it should try to ignore them, or halt system
boot. Otherwise, system in weird, semi-working state will emerge, without anu
notices of such state.
* This script for example fails on mount --bind and mount --move, which busybox
1.2.1 doesn't appear to handle correctly.
|
|
* Like ramdisk the stupid script spit tens of megabytes to a "device",
without checking if it exists.
* Generall, /dev should contains only devices, typical size - tens of Kb.
|
|
|
|
into it
|
|
|
|
EV_KEY support
|
|
|
|
bump PR
|
|
around a bug in the auto-mounter * * Untested in .dev! * *
|
|
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
|
|
|
|
script
|
|
|
|
|
|
- drop support for kernels <2.6.15, udevsynthesize replaced by udevtrigger
- split out libvolume_id into its own package
- I set PKG_libvolume-id-dev="libvolume-id-dev" because otherwise
libvolume-id-dev would be renamed to libvolume-id0, too.
- DEFAULT_PREFERENCE="-1", it's not run-time tested yet.
|