Age | Commit message (Collapse) | Author | Files |
|
nslu2-ramdisk-image.bbclass
|
|
|
|
and 9736854d172591bb17c9228e6cb15b4fc9791c29
|
|
|
|
|
|
and 96b1952909f0144eb869df86e47875a3d3e8abd2
|
|
|
|
167e15fd041bdf8e86fff3513e13934a284b3d06)
to branch 'org.openembedded.nslu2-linux' (head 3d3d7753981cab1f26a692e87498137a0d06cdc9)
|
|
into the standard read hook).
test 247 (lua function existsonpath) fails - apparently there is a problem
with search the path for executables. This is the only remaining
unexpected failure (all unexpected failures in previous versions except the
netsync 'largish-file' test now function correctly on an NSLU2).
|
|
|
|
|
|
|
|
(armv*b for all armv* suppported by the xscale processor). The old
'generic' armeb is still suppported (of course) and, by default, this is
the ARCH of the generated packages - this is technically wrong, the
packages are actually armv5teb - but changing this would make the feeds
non-functional for existing systems.
|
|
and 7d7503a076b2aa004a780c9f24769124a939d7df
|
|
|
|
and f79035e45efd4ec295a4f073b25a42193a9cda7b
|
|
|
|
|
|
|
|
|
|
6db0fc38678acba6c316704e15a880cf5e7d3a03)
to branch 'org.openembedded.nslu2-linux' (head f4bc4dc44861d70db1182523d7e8aa0f3f4e73ef)
|
|
Fix rbutton to do machine_power_off(), since reset if unreliable.
|
|
|
|
|
|
|
|
|
|
and a0a93c4cb9609431f78a0188791c0cd9574687c9
|
|
|
|
-If the package is named uicmoc, install uic and moc
do not stage static libaries and do to stage the header files.
There is a reason we have qt2 and qt3 dir in staging and this
is not because uicmoc3 can stage its Qt3 headers into STAGING_INCDIR
directly.
--cookies for some one...
|
|
|
|
|
|
package
|
|
someday running) of thumb exectuables.
|
|
configuration override to be specified in the machine.conf rather than
hardwiring -mno-thumb-interwork into nslu2-kernel.inc
|
|
and f4976c9f1b5d682c92d9f4241affb718217f1074
|
|
and 823a1ea1e6a9e49dbe87bcce981a7df8a03d518e
|
|
2733583ee4724b13e2625abab589a558da043628)
to branch 'org.openembedded.nslu2-linux' (head c7dbf3bdc213b3c3f611e1fb56a743c593138db5)
|
|
|
|
libmad and libid3tag source. Removing the --enable-mpd-* settings causes
it not to build the local source (and it uses the versions in staging).
|
|
and f53fd48079b012f260a4377a58c829aa1b21fe0f
|
|
af7da4406babf078f2747a3588cfa451ae711315)
to branch 'org.openembedded.nslu2-linux' (head 99bf568313454a05bf17df79cb135d7e4bb6c643)
|
|
assembly when compiling thumb instructions.
|
|
apparent compiler bug (register spilling) when compiling thumb code.
|
|
|
|
ARM assembler when compiling thumb
|
|
packages in a build. The change fixes problems in the following packages:
binutils{,-cross}_2.15.94.0.1
HOST_CC_ARCH was not being passed to HOST_CC. The problem does
not seem to be present in binutils* 2.16, however this version
is still used for uClibc builds.
gcc{,-cross,-cross-initial}_3.4.4
HOST/TARGET_CC_ARCH was not used in the appropriate places, plus
this was not sufficient - FLAGS_FOR_TARGET (a gcc make variable)
is now preloaded with the target CC_ARCH values, which causes all
the builds (gcc, g++, gcj, fortran) to get the correct values.
gcc OTHER
*NOT* fixed - other versions of gcc will still need the _CC_ARCH
fix in the same lines (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET),
however so long as these builds use gcc3-*.inc the FLAGS_FOR_TARGET
fixx will be there.
uclibc{,-initial}_0.9.27
TARGET_CC_ARCH added to the do_compile. For the do_stage step the
build actually compiles target code (make utils), but this will not
accept a CC with whitespace. The TARGET_CC_ARCH flags have therefore
been added to CFLAGS (a bit ugly, but it works).
These changes have been tested for both cross and target builds, the changes
should be fine on self-hosted (i.e. target-hosted) builds, if anyone actually
does these, but note that the gcc build specifically tests for build==host and
does *not* do certain _FOR_TARGET settings in this case (this was the case
before this change too) - if you are seeing strange settings on self-hosted
gcc builds (before and after this change) check the do_compile environment
variable settings.
|
|
|
|
|
|
|
|
|