Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-03-27 | update kernel recipies to use new generic do_deploy from kernel.bbclass | Thomas Kunze | 1 | |
2007-09-24 | ixp4xx-kernel: Ensure zd1211-firmware is built, so it can be included in the ↵ | Rod Whitby | 1 | |
rootfs if the kernel module is included. | ||||
2007-08-22 | KERNEL_IMAGETYPE cleanup | Marcin Juszkiewicz | 1 | |
Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences. | ||||
2007-07-07 | ixp4xx-kernel: Support building for the fsg3 machine | Rod Whitby | 1 | |
2007-03-09 | ixp4xx-kernel: Added zd1211rw module dependency on zd1211-firmware package | Rod Whitby | 1 | |
2007-02-25 | ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible ↵ | Rod Whitby | 1 | |
with rm_work.bbclass | ||||
2007-02-15 | ixp4xx-kernel.inc: Fixed a typo (no change to functionality) | Rod Whitby | 1 | |
2007-02-12 | ixp4xx-kernel: Modified to use arm-kernel-shim instead of hard-coded devio ↵ | Rod Whitby | 1 | |
incantations | ||||
2007-02-07 | slugos: backed out of using arm-kernel-shim instead of the cmdline hacks, ↵ | Rod Whitby | 1 | |
cause arm-kernel-shim doesn't work on LE | ||||
2007-02-06 | ixp4xx-kernel: Replaced nslu2 and nas100d cmdline hack patches with ↵ | Rod Whitby | 1 | |
arm-kernel-shim. | ||||
2007-01-29 | ixp4xx-kernel: updated to the latest svn patches, and enabled the defconfig ↵ | Rod Whitby | 1 | |
and patches series file to be overridden by local OE metadata | ||||
2007-01-27 | ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵ | Rod Whitby | 1 | |
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata. | ||||
2007-01-23 | ixp4xx-kernel: Remove superfluous anonymous python check on SLUGOS_IMAGESEX. | Rod Whitby | 1 | |
2007-01-23 | ixp4xx (and related ixp4xx-specific files): Change all usage of ↵ | Rod Whitby | 1 | |
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-09 | ixp4xx-kernel: Updated to 2.6.20-rc4, and made default for SlugOS. Includes ↵ | Rod Whitby | 1 | |
latest 0.3.1 version of open source ixp npe driver. | ||||
2007-01-07 | packages/linux: Remove uneeded KERNEL_RELEASE assignments and replace ↵ | Richard Purdie | 1 | |
references with KERNEL_VERSION | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 1 | |
2006-12-01 | ixp4xx-kernel.inc: Removed jffs2 endianness patch (it's always native endian) | Rod Whitby | 1 | |
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
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-05 | ixp4xx-kernel.inc: set mandatory COMPATIBLE_MACHINE and add EABI magic | Koen Kooi | 1 | |
2006-11-05 | ixp4xx-kernel: Removed support for ds101 | Rod Whitby | 1 | |
2006-10-26 | ixp4xx-kernel: Now builds an fsg3 kernel - completely untested | Rod Whitby | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-06-19 | ixp4xx-kernel: Added 2.6.17, and enabled the patches and defconfig to be ↵ | Rod Whitby | 1 | |
pulled from svn. | ||||
2006-02-24 | ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5 | Rod Whitby | 1 | |
2006-02-23 | linux kernels: use DEPLOY_DIR_IMAGE instead in DEPLOY_DIR/images | Koen Kooi | 1 | |
2006-02-11 | ixp4xx-kernel: Added support for building ds101 kernels. | Rod Whitby | 1 | |
2006-02-11 | disapproval of revision '20f5c236b9ebdf5e2fc0e5acea55f39e77588bb8' | Rod Whitby | 1 | |
2006-02-11 | ixp4xx-kernel: Added initial ds101 patchset from NAiL | Rod Whitby | 1 | |
2006-01-30 | linux: fix missing HOST_CC_ARCH in module compilation in kernel/module all | John Bowler | 1 | |
- 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-17 | ixp4xx-kernel: improve fixup patches, remove loft one, add cmdline byteswap ↵ | John Bowler | 1 | |
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-16 | ixp4xx-kernel: fix boot setup parameters in 2.6.15 | John Bowler | 1 | |
- 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-16 | ixp4xx-kernel: create generic and machine specific images/packages in 2.6.15 | John Bowler | 1 | |
- 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-14 | slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in conf | John Bowler | 1 | |
- 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-12 | ixp4xx-kernel: correct PACKAGE_ARCH in 2.6.15 | John Bowler | 1 | |
- 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-12 | slugos: extract common parts of machine conf in slugos.conf | John Bowler | 1 | |
- 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-11 | slugos: make slugos-??? default to big-endian throughout in slugos.conf | John Bowler | 1 | |
- 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-11 | ixp4xx-kernel: update to latest patch set, add NSLU2 support in 2.6.15 | John Bowler | 1 | |
2006-01-04 | ixp4xx-kernel: Initial version - patches need to be cleaned up to coexist ↵ | Rod Whitby | 1 | |
with other ixp4xx machines, updated patchsets to match 2.6.15, removed some patches, and combined some others. |