summaryrefslogtreecommitdiff
path: root/packages/ixp4xx/ixp4xx-csr_2.1.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>
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie1
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 (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.
2006-11-16ixp4xx-csr: set COMPATIBLE_MACHINE to nslu2|ixp4xxMarcin Juszkiewicz1
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, ixp425-eth: Updated for 2.6.17 kernel (MODULE_PARM now removed)Rod Whitby1
2006-06-15ixp kernel and network modules: bumped PR to force recompile with gcc 4.1.1Frans Meulenbroeks1
on the autobuild system; no functional change
2006-06-09ixp4xx-csr: added patch to make paremeter livelock_dispatcher non-staticFrans Meulenbroeks1
needed to compile with gcc 4.1.1; without it one gets ixp400: falsely claims to have parameter livelock_dispatcher and the module does not load...
2006-02-27ixp4xx-csr, ixp400-eth: Bumped the PR due to the kernel version change to ↵Rod Whitby1
cause a rebuild in the feeds.
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-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-10ixp-osal, ixp4xx-csr: gcc4 patches in 2.1John Bowler1
2006-01-10ixp4xx-csr: split OE specific makefile patch parts out, correct patch dir ↵John Bowler1
names in 2.1
2006-01-10ixp4xx-csr: add support for the RTL8201CP in NSLU2 in ixp4xx-csr 2.1John Bowler1
- this adds the missing checks for the Realtek 8201 series and thereby removes some unwarranted error messages on boot.
2006-01-09ixp4xx-csr: sanitise patch dates in 2.1John Bowler1
- change all the dates to be zero to aid in diffing patch sets - against NSLU2 cvs
2005-11-29ixp4xx-csr: force rebuild, correct error handling in 2.1John Bowler1
- two different revisions were 'r1', this commit makes a single revision 'r2' because one 'r1' revision was broken. - modpost error handling should be fixed now - the package should error out if modpost reports unresolved symbols.
2005-11-29ixp400-eth: change to use maclist MAC values in 1.5John Bowler1
ixp4xx-csr: remove single PHY configuration options in 2.1
2005-11-29ixp4xx-csr: attempt to fix build timestamp problems in 2.1John Bowler1
- The make of the kernel module (.ko) sometimes fails to result in a rebuild of the .ko, probably as a result of it not seeming out of date with respect to the other files. This fix works by explicitly removing the initial (too small) .ko and .mod.o
2005-11-21ixp4xx, ixp425-eth: Updated latest versions to use staging/kernel-config ↵Rod Whitby1
instead of trying to work out the correct version number (which does not seem to be available to module.bb).
2005-11-21ixp4xx-csr: November 16 2005 release from Intel 2.1John Bowler1