summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2005-07-19Support for disabling irq debug messages - slugbug 109.John Bowler2
This allows a simple local.conf change to re-enable the debug messages simply by setting CMDLINE_DEBUG to ""
2005-07-19slugbug 206: fix the tmpfs directories in NFSJohn Bowler4
slugbug 207: fix the flashdisk mount so that it works in the presence of an existing readonly mount (turnup, like reflash, now removes all existing flashdisk mounts)
2005-07-19Modified FULL_OPTIMIZATION for NSLU2John Bowler1
2005-07-19Makefile.in was patched to change ${CC} to cc for something which neededJohn Bowler1
BUILD_CC, but the target CFLAGS were still there, preventing the target cflags containing anything which only works with TARGET_CC. Fixed to use BUILD_CC, BUILD_CFLAGS and BULD_LDFLAGS - still a hack because these come in 'by magic' from the environment, but that's fine in OE builds because they are always set by the do_compile script.
2005-07-19propagate from branch 'org.openembedded.nslu2-linux' (head ↵John Bowler1
0d839000a930b9f5aa897d3cfa5fb5f62ef9f266) to branch 'org.openembedded.dev' (head a4fe60013282ffacb156a2b7a396e2346c3914fe)
2005-07-19Remove timestamp issues caused by the compilation of dftables externalJohn Bowler1
to the makefile (doesn't work when using ccache on a fast system because it attempts to rebuild dftables within the makefile). The change fixes the original problem that dftables was compiled by default with the target compiler.
2005-07-18merge of 002a1f51b953da649d96ae8ecdac59ea1ae42bd5Koen Kooi1
and e109156250767b8fafcee6f70ed990161ec858d1
2005-07-18merge of 0415e9a2076e6c6342016b64c577a71db1c9d5d0Koen Kooi1
and 0c0e42d7342579eb1ee491a6b8a0a8610fe644c5
2005-07-18Add libgpewidget to dependsKoen Kooi1
2005-07-18merge of 0c0e42d7342579eb1ee491a6b8a0a8610fe644c5John Bowler5
and e02ee9b6b5e60c69a2a2ea80c0f196cf79009da7
2005-07-18tosa.conf: add missing dependency to wlan-ng-utilsMichael Lauer1
2005-07-18propagate from branch 'org.openembedded.dev' (head ↵John Bowler9
951c0c24b5755e15cac36ec6f6306473638e2522) to branch 'org.openembedded.nslu2-linux' (head 74d18dbd158697cd1cb8d18007643b794b7ef977)
2005-07-18slugbug 205John Bowler1
Ensure that /home/root still exists, even though the root home directory is /root because install passwd files are not typically overwritten on upgrade and, without this, it may be impossible to log in to the system. PR bumped, but this only affects openslug
2005-07-18Fix for slugbug 197. This no longer runs udhcp to get the network addressJohn Bowler2
if /etc/default/sysconf has bootproto=static This affects network boot (nfs) only - previously a DHCP address would be used in preference to the specified static one. All NFS root users please test this - the number of failure cases are large and a failure may leave the system unbootable.
2005-07-18python: install libpython-2.4.{a|so} into staging areaMichael Lauer1
2005-07-18firefox: version bump to 1.0.5Graeme Gregory6
2005-07-18merge of ca44dbdae3cd2507c9be579eafbacd0e07bcca43Graeme Gregory2
and efd8c005871477b3c2788c1257799459527dd028
2005-07-18merge of 905c8d454a8f78a32652b51edb7d9fc32edc640bMichael Lauer2
and 92e1739bb87cfcdf66038f7860c960bac859d2d1
2005-07-18monotone 0.21 and associated patchesJohn Bowler4
2005-07-18Work round ccache/timestamp problem in util-linux caused by a machineJohn Bowler2
generated .c seeming to be newer than the .o generated from it (cause by fine granularity make timestamps apparently).
2005-07-18propagate from branch 'org.openembedded.dev' (head ↵John Bowler9
905c8d454a8f78a32652b51edb7d9fc32edc640b) to branch 'org.openembedded.nslu2-linux' (head 3e52cc026575dc951fd4e165189b07d652bb7adc)
2005-07-18Fix for the hardware reset hang problem - shut down the flash memoryJohn Bowler5
device (ensure it is in read mode, not write) on halt/reboot.
2005-07-17upgrade gmp to 4.1.4: old version did not build with gcc4Felix Domke4
2005-07-17merge of 9c0265ee62d37de050c68ecb28894baf95259be9Michael Lauer5
and ca2bea4d24652633389a1f553be61c6b824f3b72
2005-07-17udev:Michael Lauer2
- add master plan for udev >= 059 integration (see FIXME) - add alignment fix (http://sourceforge.net/mailarchive/forum.php?thread_id=7720331&forum_id=3157)
2005-07-17merge of 13209ce004067a2d08ddc25d79c9e29087adf665Rene Wagner14
and ca2bea4d24652633389a1f553be61c6b824f3b72
2005-07-17jamvm: upgrade to 1.3.1Rene Wagner3
2005-07-17disapproval of revision 815c5bbbed38e5cb537b9d7103dfcafe0689861bRene Wagner2
2005-07-17jamvm: use a single dir for patchesRene Wagner2
2005-07-17merge of 25e31bea2d2b004a18c1cd7472201bf31309d94cMichael Lauer14
and 301d170c61be8d8a8e702068717e29a57ef2e4c8
2005-07-17udev:Michael Lauer14
- remove a couple of obsolete versions - add 063 (default preference = -1, see inside for why)
2005-07-17merge of 1543b56c9f718bb8dbd807f80307b339da1a07a6Rene Wagner5
and a2850b44943ff1c8edcddd42a9ef5264824fb422
2005-07-17sablevm(-classpath): upgrade to 1.12 and work around internal libs nonsenseRene Wagner2
2005-07-17Horrible hacky, maybe working, work round for shutdown -r. Please reportJohn Bowler6
any future hangs on shutdown -r in slugbug 145.
2005-07-17classpath: fix DEPENDSRene Wagner3
2005-07-17classpath: upgrade to 0.16Rene Wagner1
2005-07-17propagate from branch 'org.openembedded.dev' (head ↵John Bowler6
888665f8d2b7e9a8781c746c740393ab7115129a) to branch 'org.openembedded.nslu2-linux' (head a51050bb0bb6b5d2f70e71bda3224baf9d97929d)
2005-07-17add tcpdump 3.9.3Michael Lauer1
2005-07-17add libpcap 0.9.3Michael Lauer3
2005-07-17upgrade python-imdbpy to 2.0Michael Lauer1
2005-07-17base.bbclass:Holger Freyther1
Make it compatible with FreeBSD Replace --no-derefence with -P according to the GNU cp manpage this option is the same as --no-derenfe and FreeBSD knows -P as well
2005-07-17merge of e74c73570c2c682aebf3f9050ed959e4f615d79eRod Whitby47
and efd8c005871477b3c2788c1257799459527dd028
2005-07-17Updated ftpd-topfield to version 0.5.2Rod Whitby1
2005-07-17conf/bitbake.conf:Holger Freyther3
-Add the BUILD_OS to the overrides. This allows us for example to use gpatch on FreeBSD instead of patch packages/patcher/patcher-native_...bb: -Change the PATCHCMD to use gpatch as well - s/build-fbsd/build-freebsd/
2005-07-17Updated the ftpd-topfield init script to match the Optware versionRod Whitby2
2005-07-17patcher on FreeBSD:Holger Freyther3
-Patch patcher to use gpatch on FreeBSD
2005-07-17merge of d3dcb0c356424f9ab47b293d423a45686bc79ba2John Bowler6
and ef736222cb8bd5af85eb593d850cb17872dabfc8
2005-07-17util-linux does not build on uclibc (fails in do_install step).John Bowler1
2005-07-17Add support for -p and -D options to install.John Bowler2
2005-07-16Fix the missing quotes round string values.John Bowler6