summaryrefslogtreecommitdiff
path: root/packages/linux/linux-davinci_2.6.x+git-davinci.bb
AgeCommit message (Collapse)AuthorFiles
2008-12-03linux-davinci: updates:Koen Kooi1
* add 2.6.25 * add 2.6.27 <- default * update git recipe to 2.6.28rc6
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-08-08linux-davinci : Add patch to solve strange serial console behavior.Philip Balister1
2008-07-30linux-davinci : use latest git rev.Philip Balister1
2008-06-02linux-davinci : Update to git rev e23e6d5c446074082d93285f21cf95ed0d537a6f.`Philip Balister1
2008-05-08linux davinci: fix PV and an template for future git updatesKoen Kooi1
2008-05-07linux-davinci : Update to current git rev and update defconfig.Philip Balister1
2008-04-15linux-davinci: fix thinko, you can't use ?= with srcrev, since bitbake.conf ↵Koen Kooi1
still sets it * Mickey, how does that fit into your "no distro" proposal?
2008-04-15linux-davince: fix PV and anchor SRCREV inside the recipe to avoid reparse ↵Koen Kooi1
penalties
2008-04-15davinci-sffsdr machine : Update kernel config, add board patch,Philip Balister1
update machine file to work with linux.inc, delete patches that are upstream.
2008-02-04linux-davinci : Update defconfig. Add patch to support NAND flash.Philip Balister1
2007-11-09davinci-sffsdr : Add support for Lyrtech small form factor SDR board.Philip Balister1
2007-09-23linux-davinci : Add patch to avoid bloated kernels due to binutils confusion.Philip Balister1
2007-08-24linux-omap : Add support for more machines. Clean up ABI handling. Move ↵Philip Balister1
toward linux.inc compatible structure.
2007-08-13linux-davinci: fix PV so packages can be upgraded at runtimeKoen Kooi1
2007-08-13linux-davince: catch up with machine renameKoen Kooi1
2007-08-12linux-davinci : Add support for build TI Davinci processor kernels. CurrentlyPhilip Balister1
can build a kernel for the Davinci EVM board.