summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2005-08-19add support for sdl by Patrick NoffkeMike Frysinger
2005-08-18Changes to allow compilation with GCC-4.1.0."Steven J. Hill"
2005-08-18file-4.15 is out and it supports cross-compiling :DMike Frysinger
2005-08-18busybox-1.01 has been releasedMike Frysinger
2005-08-15The coreutils configure script is a steaming <many explitives deletedEric Andersen
in the interest of our younger readers>. This works around some of the worst damage, thus allowing utils such as 'df' to properly cross compile so that ltp will produce proper results.
2005-08-15apply patches when requested toEric Andersen
2005-08-13Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen
2005-08-13update to python-2.4.1 with the help of open embeddedMike Frysinger
2005-08-11forgot to commit thisMike Frysinger
2005-08-11portage needs pythonMike Frysinger
2005-08-10fix screwy patch handlingEric Andersen
2005-08-10minor updateEric Andersen
2005-08-10updateEric Andersen
2005-08-09Make strace behave for arm, which for 2.4.x lacks __NR_exit_groupEric Andersen
2005-08-09some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen
__NR_fremovexattr and thus need special case handling
2005-08-08Rather than adjusting the way ldso allocates memory, for theEric Andersen
time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso.
2005-08-08Fix some broken dependanciesEric Andersen
2005-08-08Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-04use the new gnuconfig stuffMike Frysinger
2005-08-04add support for fetching latest config.{sub,guess} files from config cvsMike Frysinger
2005-08-04whitespace syncMike Frysinger
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Fix it up so ltp builds and installs itself properly so it isEric Andersen
100% ready to run on the target device.
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03dont use xargsMike Frysinger
2005-08-03fixes for superhMike Frysinger
2005-08-03new version (4.5.12)Mike Frysinger
2005-08-03Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III
of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-02also remove support/mksignames.cEric Andersen
2005-08-02Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen
2005-08-02update kbuild systemEric Andersen
2005-07-29- zlib prior to 1.2.3 improperly handled invalid data streams which could ↵Ned Ludd
lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096
2005-07-28grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger
reported by Khem Raj
2005-07-27Minor updatesEric Andersen
2005-07-27Fix broken dependanciesEric Andersen
2005-07-22update valgrind to the latest and greatestEric Andersen
2005-07-20e2fsprogs does not appear to be 'make -j N' safe for N > 1Eric Andersen
2005-07-19update to dropbear-0.46Eric Andersen
2005-07-15A little more setupEric Andersen
2005-07-15Install xorg modules correctlyEric Andersen
2005-07-14Yet more xorg build fixupsEric Andersen
2005-07-13Get it buildingEric Andersen
2005-07-13file-4.12 is no longer availableEric Andersen
2005-07-13Fix some stupid bugs in the Xorg buildEric Andersen
2005-07-12Thomas Lundquist writes:Eric Andersen
If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
2005-06-24prevent whining about conflicting targetsEric Andersen
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-06-24Finish implementing fakeroot handling so mksquashfs properlyEric Andersen
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
2005-06-24Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen
permissions and device nodes into the target rootfs without needing to be root.