summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap_git.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>
2008-10-09linux omap git: add patch to fix irq -33 problemKoen Kooi1
2008-10-08linux omap git: add patch that should make dvb behave better on arm, it ↵Koen Kooi1
doesn't fix the oops in the dma code
2008-10-07linux-omap git: add another MUSB fixKoen Kooi1
2008-10-02linux omap git: add patch to increase VMALLOC to 256MBKoen Kooi1
2008-10-01linux-omap git: add MUSB patch to fix multiple bulk transfers, drop obsolete ↵Koen Kooi1
patches
2008-09-30linux-omap git: add patch to fix soft lockups in MUSB code, run dos2unix on ↵Koen Kooi1
remaining musb patches, bump PR, fix PV
2008-09-29linux omap git: bump SRCREV, update evm defconfigKoen Kooi1
2008-09-25linux-omap git: move back one rev to fix MMC, fix MUSB to host in defconfig, ↵Koen Kooi1
add beagle asoc driver
2008-09-25linux-omap git: bump SRCREVKoen Kooi1
2008-09-20linux-omap git: apply keypad irq fix for omap3evm, switch musb to hostKoen Kooi1
2008-09-16linux-omap git: refresh patchsetKoen Kooi1
2008-09-14linux-omap git: bump SRCREV and fix patches Koen Kooi1
2008-09-12linux-omap : Bump git rev.Philip Balister1
2008-09-11linux-omap git: update to current stateKoen Kooi1
2008-09-10linux-omap_git.bb : Add patch to work around problem with install command.Philip Balister1
2008-09-10linux-omap git: remove most patches. They should be added back one-by-one to ↵Koen Kooi1
track down the display regression
2008-09-04linux-omap: a new recipe to build omap1, omap2 and omap3 kernelsKoen Kooi1