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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* How it came to be otherwise? %)
|
|
|
|
* 2.6.18-hh1 includes following changes since -hh0:
1. h2200, h3900, hx4700 revamped for 2.6.18 (h2200 is not tested though;
some flash related changes were made in mainline, so until confirmed to work
by port maintainers, flash support is disabled in defconfig).
2. Asus MyPal 730 (asus730) port is added.
3. h3600 reached "ready for GUI userspace" level.
4. Further work on htcuniversal, htcblueangel, htcsable, rx3000 ports.
5. asic3_keys driver implemented.
6. Sound issues with ak4641 driver fixed.
7. Tree cleeanup/restucturing to be more mainline compatible.
8. Many other changes
|
|
|
|
* -hh0 stuff is *never* suitable for general use. Use at your own risk,
don't ask questions, report results and send patches.
|
|
|
|
|
|
* Had to put SRC_URI to per-version .bb for that.
* Tested ;-)
|
|
* Closes #1540.
|
|
* Naming consistent with recent conventions ("linux-" prefix)
* Supports other subarchs besides PXA.
* Closes #1524
* Approved by Koen Kooi
|