summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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>
2007-12-22linux-handhelds-2.6: Make override dirs consistent.Paul Sokolovsky1
* 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.
2007-11-10linux-handhelds-2.6 2.6.21: Use performance governor by default, move most ↵Paul Sokolovsky1
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.
2007-10-07linux-handhelds-2.6: Add 2.6.21-hh17. Paul Sokolovsky1
* 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.