aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/ixp4xx-kernel.inc
AgeCommit message (Collapse)Author
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz
2006-12-01ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian)Rod Whitby
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces
2006-11-05ixp4xx-kernel.inc: set mandatory COMPATIBLE_MACHINE and add EABI magicKoen Kooi
2006-11-05ixp4xx-kernel: Removed support for ds101Rod Whitby
2006-10-26ixp4xx-kernel: Now builds an fsg3 kernel - completely untestedRod Whitby
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-06-19ixp4xx-kernel: Added 2.6.17, and enabled the patches and defconfig to be ↵Rod Whitby
pulled from svn.
2006-02-24ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5Rod Whitby
2006-02-23linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/imagesKoen Kooi
2006-02-11ixp4xx-kernel: Added support for building ds101 kernels.Rod Whitby
2006-02-11disapproval of revision '20f5c236b9ebdf5e2fc0e5acea55f39e77588bb8'Rod Whitby
2006-02-11ixp4xx-kernel: Added initial ds101 patchset from NAiLRod Whitby
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH
2006-01-17ixp4xx-kernel: improve fixup patches, remove loft one, add cmdline byteswap ↵John Bowler
in 2.6.15 - the fixup patches for NSLU2 and NAS100D have been slightly simplified. the fixup for Loft has been removed, it isn't useful. code in arch/arm/kernel/setup.c to automagically swap the command line has been added in 48-setup-byteswap-cmdline.patch
2006-01-16ixp4xx-kernel: fix boot setup parameters in 2.6.15John Bowler
- there is now a default machine-specific command line and an override for the memory config to provide a useable default per-machine.
2006-01-16ixp4xx-kernel: create generic and machine specific images/packages in 2.6.15John Bowler
- the generic ixp4xx-kernel package now creates the same generic kernel regardless of how MACHINE is set, it then appends shims to the kernel to obtain machine specific kernels and produces packages of the results. Still TBD is the command line fixup. The generic command line is the nslu2 one, this is a temporary hack to keep the NSLU2 build working.
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler
- rather than build nslu2-kernel or nas100d-kernel slugos-image now builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the normal MACHINE override, even though MACHINE itself is still set to nslu2 or nas100d (or ixp4xx).
2006-01-12ixp4xx-kernel: correct PACKAGE_ARCH in 2.6.15John Bowler
- this change ensures that the kernel packages (as opposed to the kernel-module- packages) follow the IXP4XX_SUFFIX value (which is by default MACHINE_ARCH), the modules default to MACHINE_ARCH as before (ixp4xxl or ixp4xxb as appropriate).
2006-01-12slugos: extract common parts of machine conf in slugos.confJohn Bowler
- conf/machine/include/ixp4xx.conf now provides generic configuration for nslu2 and nas100d (+ future ixp4xx based machines), the kernel image fixup is made generic, all kernel packages have a generic name. ipkg search rules changed to look for the generic packages too.
2006-01-11slugos: make slugos-??? default to big-endian throughout in slugos.confJohn Bowler
- the JFFS2 format can be overridden in the DISTRO .conf (unlike the other slugos configuration parameters) It can also be changed in local.conf if using a slugos-??? build directly.
2006-01-11ixp4xx-kernel: update to latest patch set, add NSLU2 support in 2.6.15John Bowler
2006-01-04ixp4xx-kernel: Initial version - patches need to be cleaned up to coexist ↵Rod Whitby
with other ixp4xx machines, updated patchsets to match 2.6.15, removed some patches, and combined some others.