summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel.inc
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-03-27update kernel recipies to use new generic do_deploy from kernel.bbclassThomas Kunze1
2007-09-24ixp4xx-kernel: Ensure zd1211-firmware is built, so it can be included in the ↵Rod Whitby1
rootfs if the kernel module is included.
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-07-07ixp4xx-kernel: Support building for the fsg3 machineRod Whitby1
2007-03-09ixp4xx-kernel: Added zd1211rw module dependency on zd1211-firmware packageRod Whitby1
2007-02-25ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible ↵Rod Whitby1
with rm_work.bbclass
2007-02-15ixp4xx-kernel.inc: Fixed a typo (no change to functionality)Rod Whitby1
2007-02-12ixp4xx-kernel: Modified to use arm-kernel-shim instead of hard-coded devio ↵Rod Whitby1
incantations
2007-02-07slugos: backed out of using arm-kernel-shim instead of the cmdline hacks, ↵Rod Whitby1
cause arm-kernel-shim doesn't work on LE
2007-02-06ixp4xx-kernel: Replaced nslu2 and nas100d cmdline hack patches with ↵Rod Whitby1
arm-kernel-shim.
2007-01-29ixp4xx-kernel: updated to the latest svn patches, and enabled the defconfig ↵Rod Whitby1
and patches series file to be overridden by local OE metadata
2007-01-27ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵Rod Whitby1
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
2007-01-23ixp4xx-kernel: Remove superfluous anonymous python check on SLUGOS_IMAGESEX.Rod Whitby1
2007-01-23ixp4xx (and related ixp4xx-specific files): Change all usage of ↵Rod Whitby1
ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements.
2007-01-09ixp4xx-kernel: Updated to 2.6.20-rc4, and made default for SlugOS. Includes ↵Rod Whitby1
latest 0.3.1 version of open source ixp npe driver.
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-12-01ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian)Rod Whitby1
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
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 Kooi1
2006-11-05ixp4xx-kernel: Removed support for ds101Rod Whitby1
2006-10-26ixp4xx-kernel: Now builds an fsg3 kernel - completely untestedRod Whitby1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
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 Whitby1
pulled from svn.
2006-02-24ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5Rod Whitby1
2006-02-23linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/imagesKoen Kooi1
2006-02-11ixp4xx-kernel: Added support for building ds101 kernels.Rod Whitby1
2006-02-11disapproval of revision '20f5c236b9ebdf5e2fc0e5acea55f39e77588bb8'Rod Whitby1
2006-02-11ixp4xx-kernel: Added initial ds101 patchset from NAiLRod Whitby1
2006-01-30linux: fix missing HOST_CC_ARCH in module compilation in kernel/module allJohn Bowler1
- 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 Bowler1
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 Bowler1
- 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 Bowler1
- 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 Bowler1
- 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 Bowler1
- 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 Bowler1
- 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 Bowler1
- 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 Bowler1
2006-01-04ixp4xx-kernel: Initial version - patches need to be cleaned up to coexist ↵Rod Whitby1
with other ixp4xx machines, updated patchsets to match 2.6.15, removed some patches, and combined some others.