summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap1_2.6.12-rc2.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-08-12linux-omap1 : Move compatible machine from generic include file to specificPhilip Balister1
version files.
2007-08-12linux-omap : Move linux-omap1 to linux-omap. linux-omap should work forPhilip Balister1
OMAP{1,2,3} and davinci processors.
2007-01-07packages/linux: Remove uneeded KERNEL_RELEASE assignments and replace ↵Richard Purdie1
references with KERNEL_VERSION
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-10-13linux-omap1: split common stuff into linux-omap1.inc and fixed do_deploy()Marcin Juszkiewicz1
2006-08-25linux-omap1_2.6.12-rc2.bb : Fixes so it builds reliablyPhilip Balister1
* add dependency on u-boot * Fix do_deploy to massage kernel for use on omap5912osk board
2006-04-24Add some COMPATIBLE_MACHINE entries for various zaurus .bb files.Richard Purdie1
Also update python functions doing the same job to use COMPATIBLE_(MACHINE|HOST)
2006-02-23linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/imagesKoen Kooi1
2005-07-21Move to newer gcc.Florian Boor1
2005-07-03Rename file to avoid break version in bb.Florian Boor1
Make do_configure_prepend() not depend on a machine anymore.