Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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_PR | Holger Hans Peter Freyther | 1 | |
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-08-12 | linux-omap1 : Move compatible machine from generic include file to specific | Philip Balister | 1 | |
version files. | ||||
2007-08-12 | linux-omap : Move linux-omap1 to linux-omap. linux-omap should work for | Philip Balister | 1 | |
OMAP{1,2,3} and davinci processors. | ||||
2007-01-07 | packages/linux: Remove uneeded KERNEL_RELEASE assignments and replace ↵ | Richard Purdie | 1 | |
references with KERNEL_VERSION | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 1 | |
2006-10-13 | linux-omap1: split common stuff into linux-omap1.inc and fixed do_deploy() | Marcin Juszkiewicz | 1 | |
2006-08-25 | linux-omap1_2.6.12-rc2.bb : Fixes so it builds reliably | Philip Balister | 1 | |
* add dependency on u-boot * Fix do_deploy to massage kernel for use on omap5912osk board | ||||
2006-04-24 | Add some COMPATIBLE_MACHINE entries for various zaurus .bb files. | Richard Purdie | 1 | |
Also update python functions doing the same job to use COMPATIBLE_(MACHINE|HOST) | ||||
2006-02-23 | linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/images | Koen Kooi | 1 | |
2005-07-21 | Move to newer gcc. | Florian Boor | 1 | |
2005-07-03 | Rename file to avoid break version in bb. | Florian Boor | 1 | |
Make do_configure_prepend() not depend on a machine anymore. |