summaryrefslogtreecommitdiff
path: root/packages/linux/linux-x86_2.6.20.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-03-27update kernel recipies to use new generic do_deploy from kernel.bbclassThomas Kunze1
2007-10-18packages/linux/linux-x86-2.6.20/i486-defconfig : Make x86 kernel "generic" ↵Stelios Koroneos1
by building most things as modules Bump PR
2007-08-25linux-x86: Build bzImage, some kernels grew too large for zImage.Leon Woestenberg1
2007-08-22KERNEL_IMAGETYPE cleanupMarcin Juszkiewicz1
Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences.
2007-08-16linux-x86-2.6.20: Use ARCH override, not MACHINE override to bring in ↵Leon Woestenberg1
correct defconfig. Should be safe for current i?86-generic machines.
2007-07-04linux-x86: Update i486 configuration (sound, networking) to run in VMWare.Florian Boor1
2007-07-03linux-x86: Add deploying of kernel image again.Florian Boor1
2007-07-02linux-x86: bump PRFlorian Boor1
2007-05-28packages/linux/linux-x86_2.6.20.bb : Set kernel configs for i486, i586 and ↵Stelios Koroneos1
i686 kernels
2007-04-05merge of '11fbd241114c45627e68feeedf5c8f172d22de15'Florian Boor1
and 'df9e4d45e35d645a6f2ea434d165a3d5cd852edf'
2007-04-05linux-x86: Update Nevista defconf Florian Boor1
2007-04-04linux-x86: Deploy bzImageFlorian Boor1
2007-02-20packages/linux: Add kernel 2.6.20 for x86Stelios Koroneos1