summaryrefslogtreecommitdiff
path: root/packages/linux/LAB-kernel/initramfs_list
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/LAB-kernel/initramfs_list')
0 files changed, 0 insertions, 0 deletions
/td>Holger 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-10-08python-native: attempt to fix python-native build (it's more of a ↵Koen Kooi1 python-cross builds now) 2008-10-02python-native: sync with pokyKoen Kooi1 2008-07-12python-native 2.5.1 add distutils patch to catch up with newer SWIG versionsMichael Lauer1 This fixes the infamous: TypeError: swig_sources() takes exactly 2 arguments (3 given) 2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1 2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie1 2007-09-29python-native: drop NOTEs from cross-distutils.patchPhilipp Zabel1 * these unexpected prints to stdout can confuse the SCons build system 2007-08-15python[-native] 2.5.1: add patch to compile everything in optimized bytecode.Michael Lauer1 This also reduces the packaging size / flash consumption 2007-08-15major python upgrade: add python[-native] 2.5.1, rename python-2.4 packageMichael Lauer1