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>
|
|
* Historically, latest kernel version used "linux-handhelds-2.6" override
dir, while older releases used "linux-handhelds-2.6-<ver>" dirs. This is
somewhat confusing and makes people look at wrong places. Make consistent.
* Also, drop old/broken subreleases, update cvs recipe.
|
|
governors to modules.
* Besides saving space, this is also to workaround current
QEMU breakage, which causes kernel with builtin and default
userspace governor to fault and abort on boot.
|
|
* Changes since -hh16 are:
1. PXA GPIO API merges from mainline git.
2. h5000: IrDA support, samcop suspend/resume fixes.
3. htcmagician: Conversion to leds-gpio, leds-magician removed.
4. htchermes: Elaborated support.
5. h2200: Fix LEDs.
|