summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-06Build ltt without GTK if GTK is not availableEric Andersen
2006-04-06patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen
2006-04-06bjdooks writes:Eric Andersen
udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06lord_apollyon writes:Eric Andersen
When gcc 3.4.4 is configured for the toolchain, it subsequently fails to compile udhcp-0.9.8/dhcpc.c complaining about an improper switch statement syntax error: dhcpc.c: In function `perform_renew': dhcpc.c:136: error: label at end of compound statement
2006-04-06akvadrako writes:Eric Andersen
The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me.
2006-04-06will_newton writes: thttpd install failsEric Andersen
2006-04-06david_bachelart writes:Eric Andersen
the recent uemacs packages does not appear in the packages list.
2006-04-06tyler writes:Eric Andersen
libdirectfb* is copied to target, but when the package builds it also builds libdirect* and libfusion*, which libdirectfb will call upon, but they are not copied along with libdirectfb.
2006-04-06tyler writes:Eric Andersen
Building DirectFB compiles fine and installs fine, but when running on the target the libraries look for DirectFB modules within a path that was defined as $(PREFIX) during the build. Under buildroot PREFIX is set to $(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies. Instead, it should be built such that PREFIX=/usr then have prefix & exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
2006-04-06patch from bjdooks:Eric Andersen
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when DL_DIR is set to something other than dl
2006-03-28fix building when CPP is set in build envMike Frysinger
2006-03-26Well... at least this seems to build. Haven't had time to really test it ↵Manuel Novoa III
yet, but checking it in for sjhill to test.
2006-03-25update to linux 2.4.16 and current uClibc.Eric Andersen
2006-03-25Compile even if index is a macroPeter S. Mazinger
2006-03-23some more patches from upstreamMike Frysinger
2006-03-23some more patches from upstreamMike Frysinger
2006-03-22update some missing bits for cross depmodEric Andersen
2006-03-21- drop mktmp hunkBernhard Reutner-Fischer
2006-03-21- add uemacsBernhard Reutner-Fischer
2006-03-19rsync-2.6.7 is now outEric Andersen
2006-03-19seems the dropbear folk forgot to make a .bz2 package this releaseEric Andersen
2006-03-19grab patches from upstreamMike Frysinger
2006-03-19import bash-3.1 patchesMike Frysinger
2006-03-19update to bash-3.1Mike Frysinger
2006-03-19ver bumpMike Frysinger
2006-03-19configuration for locale support (and lack thereof) was all screwed upEric Andersen
2006-03-18- add optional splashimage supportBernhard Reutner-Fischer
2006-03-18import binutils-2.16.91.0.7Mike Frysinger
2006-03-18add a binutils-unpacked shortcutMike Frysinger
2006-03-17import gcc-3.4.6Mike Frysinger
2006-03-16Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵"Steven J. Hill"
otherwise latest dropbear does not build.
2006-03-14- rectify brute-force sed invocation (too *many*)..Bernhard Reutner-Fischer
Thanks vapier for pointing this one out.
2006-03-11remove hunk that doesnt belong (see Gentoo Bug 125395)Mike Frysinger
2006-03-11add gcc-4.0.3 releaseMike Frysinger
2006-03-10bump version to the newly released 0.48Eric Andersen
2006-03-10Update to use upstream uclibc changes, have to change numbering, 203-204 ↵Peter S. Mazinger
have to go to other versions as well
2006-03-10- make sure we use the proper CC for building binutils.Bernhard Reutner-Fischer
- add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure.
2006-03-10- pass $(TARGET_CROSS)strip as STRIP to the packages.Bernhard Reutner-Fischer
2006-03-10- quote HOST_CC.Bernhard Reutner-Fischer
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
2006-03-10- update from grub_0.95+cvs20040624 to 0.97.Bernhard Reutner-Fischer
The former didn't even build for me, the latter does.
2006-03-08- use coreutils-5.93Bernhard Reutner-Fischer
2006-03-04uclibc clocale was not recognized, remove unneeded CCODECVT_HPeter S. Mazinger
2006-03-02fixup support for big endian targetsMike Frysinger
2006-03-02sync with latest upstream cvsMike Frysinger
2006-03-02grab patch for superh big endian targetsMike Frysinger
2006-03-02no longer needed as it is part of the 4.1.0 releaseMike Frysinger
2006-03-02update patch to gcc-4.1.0 releaseMike Frysinger
2006-02-25fix cross-compiling for 64bit hostsMike Frysinger
2006-02-25version bumpMike Frysinger
2006-02-20disable multilib by defaultMike Frysinger