summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-08minor cleanup for target handlingEric Andersen
2005-08-08also need to depend on makedevs as noted by emalkowski in Bug #366Mike Frysinger
2005-08-08make sure we depend on fakeroot existing #366 by pnoffkeMike Frysinger
2005-08-07Add nobody and users to make LTP happier.Joakim Tjernlund
2005-08-07make sure ext2 target depends on fakerootMike Frysinger
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-04only run ldconfig if ld.so.conf existsMike Frysinger
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Sigh... Let's try this again.Manuel Novoa III
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-03filter through dos2unixEric Andersen
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-03Add /dev/shm.Manuel Novoa III
2005-08-03Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵Manuel Novoa III
install them.
2005-08-03Update locale config to match non-locale settings.Manuel Novoa III
2005-08-03Add sstrip for host and/or target.Manuel Novoa III
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-02prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger
2005-08-02import binutils 2.16.91.0.2Mike Frysinger
2005-08-02update kbuild systemEric Andersen
2005-08-01Only include linux makefile when properly selectedEric Andersen
2005-08-01Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
2005-07-29Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"
on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
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-18Apply the fix for gcc bug #22167Eric Andersen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
2005-07-18Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen
2005-07-18Fixup standalong makedevs to handle regular files, and also fixEric Andersen
it to properly update file permissions as specified.
2005-07-15A little more setupEric Andersen
2005-07-15Install xorg modules correctlyEric Andersen
2005-07-14Yet more xorg build fixupsEric Andersen
2005-07-14Run ldconfig on the target rootfs to generate /etc/ld.so.cacheEric Andersen
2005-07-14Add device nodes for /dev/input by default (xorg and others want then)Eric 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.