summaryrefslogtreecommitdiff
path: root/packages/linux/linux-dht-walnut_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>
2007-12-26linux-dht-walnut: switch to uImageKoen Kooi1
2007-12-26merge of '49e39c42b944dda8eed607394e1849029b9f527f'Holger Freyther1
and 'fbf7570478d5954f66dbaa425a8b6b1c8c1b862c'
2007-12-26linux-dht-walnut: first stab at converting it to a more generic recipeKoen Kooi1
2007-12-23Remove some GNUism and replace cp -a with cp -pPR (once again)Holger Freyther1
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far.
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-05-28packages/linux/linux-dht-walnut_2.6.20.bb: Build kernel using gcc 4.xStelios Koroneos1
Set compatible machine Make sure kernel-image post-processing takes into account TARGET_VENDOR
2007-05-23packages/linux/linux-dht-walnut_2.6.20.b: Add TARGET_VENDOR to the Stelios Koroneos1
objcopy so that it supports distro's that use. It should make no difference is TARGET_VENDOR is not set
2007-02-27packages/linux/linux-dht-walnut_2.6.20.bb: Copy additional kernel headers ↵Stelios Koroneos1
required by externel modules
2007-02-20/packages/linux: Add kernel 2.6.20 for dht-walnut machineStelios Koroneos1