Age | Commit message (Collapse) | Author | Files |
|
|
|
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
|
|
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.
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
|
|
on the autobuild system; no functional change
|
|
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...
|
|
cause a rebuild in the feeds.
|
|
- 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
|
|
- 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).
|
|
|
|
names in 2.1
|
|
- this adds the missing checks for the Realtek 8201 series and
thereby removes some unwarranted error messages on boot.
|
|
- change all the dates to be zero to aid in diffing patch sets
- against NSLU2 cvs
|
|
- 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.
|
|
ixp4xx-csr: remove single PHY configuration options in 2.1
|
|
- 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
|
|
instead of trying to work out the correct version number (which does not seem to be available to module.bb).
|
|
|