Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Bernhard Reutner-FischerBernhard Reutner-Fischer
59e19c5890d- use correct path to libstdc++
Ulf SamuelssonUlf Samuelsson
4bb783dbe46Avoid stripping scripts
Bernhard Reutner-FischerBernhard Reutner-Fischer
1904280ac92- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include is the proper path for includes (che...
Bernhard Reutner-FischerBernhard Reutner-Fischer
98ed96b60ea- pull in missing hunks from the arm-mmap fix.
Bernhard Reutner-FischerBernhard Reutner-Fischer
2e69d5d1620- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
595883a832b- account for setups without wchar support.
Bernhard Reutner-FischerBernhard Reutner-Fischer
911a8934de1- improve help text
Ulf SamuelssonUlf Samuelsson
e3695fd1af1Avoid stripping a script file
Ulf SamuelssonUlf Samuelsson
4df454e9744Remove some unwanted white space in Makefile
"Steven J. Hill""Steven J. Hill"
87f5a311d72Get rid of leading whitespace to silence warnings from config system.
"Steven J. Hill""Steven J. Hill"
9a0f303cce2Bump versions.
"Steven J. Hill""Steven J. Hill"
6f59d3ce324Remove more stuff during 'make distclean'.
"Steven J. Hill""Steven J. Hill"
9a4ca08e5ffRemove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and ...
"Steven J. Hill""Steven J. Hill"
9fba5474000Fix patch filtering and add new patch to disable tests for IPv6 when not selected.
"Steven J. Hill""Steven J. Hill"
e8b93caa826Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmai...
"Steven J. Hill""Steven J. Hill"
c488d2c6816Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>.
"Steven J. Hill""Steven J. Hill"
5e1e636abf6Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>.
Peter KorsgaardPeter Korsgaard
6adb2055223Remove configure cruft
"Steven J. Hill""Steven J. Hill"
3b2d6713358This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe when it is set the C++ librarie...
"Steven J. Hill""Steven J. Hill"
ac211bea29cEnable the option.
"Steven J. Hill""Steven J. Hill"
cb3903168b1Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also, pass only the TARGET_CONFIGURE opti...
Bernhard Reutner-FischerBernhard Reutner-Fischer
42176511817- forgot a line
Bernhard Reutner-FischerBernhard Reutner-Fischer
ed438a4f58a- forgot to write out the .config.cmd
Bernhard Reutner-FischerBernhard Reutner-Fischer
1ca33cb117f- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
e4e8dc7f731- udhcp was merged into busybox some years ago; use a recent busybox instead!
Bernhard Reutner-FischerBernhard Reutner-Fischer
2dd6b35498c- change download site to sourceforge
Bernhard Reutner-FischerBernhard Reutner-Fischer
2d8b8c15fee- fix make defconfig (Rick Foos)
Bernhard Reutner-FischerBernhard Reutner-Fischer
1548b21ce2f- add quagga suite
Bernhard Reutner-FischerBernhard Reutner-Fischer
79e2d802ae7- fix a few -clean targets. - bash build is not parallel-safe
Bernhard Reutner-FischerBernhard Reutner-Fischer
0629a673ae2- work around bug in gcc (or rather libiberty) for parallel install
Bernhard Reutner-FischerBernhard Reutner-Fischer
f31f1e4db4b- fix building the utilities that are ment to be run on the _HOST_ (Julien Letessier)
Bernhard Reutner-FischerBernhard Reutner-Fischer
649e4fd8083- provide autotools for the host (Julien Letessier)
Bernhard Reutner-FischerBernhard Reutner-Fischer
efd4bd9a6e7- rm some old files
Bernhard Reutner-FischerBernhard Reutner-Fischer
371d0121432- pull arm mmap fix from trunk
Bernhard Reutner-FischerBernhard Reutner-Fischer
7dde1b9e71e- respin whole patch for the sake of simplicity
Bernhard Reutner-FischerBernhard Reutner-Fischer
543a89568ea- make it compile with a C89 compiler
Bernhard Reutner-FischerBernhard Reutner-Fischer
afc61c6e8e3- adjust infrastructure for new kconfig
Bernhard Reutner-FischerBernhard Reutner-Fischer
a665ed34960- pull kconfig from linux-2.6.21.5
Bernhard Reutner-FischerBernhard Reutner-Fischer
e89cffadeed- use BR2_INET_IPV6
Bernhard Reutner-FischerBernhard Reutner-Fischer
bc8d90683e4- stub for grub2. Needs to be fixed upstream first.
Bernhard Reutner-FischerBernhard Reutner-Fischer
74d518dc2a1- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS - use TARGET_CONFIGURE_ARGS where appropriate.
Bernhard Reutner-FischerBernhard Reutner-Fischer
de18b661cf7- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target packages
Bernhard Reutner-FischerBernhard Reutner-Fischer
732beaf4d94- use correct installation path
Bernhard Reutner-FischerBernhard Reutner-Fischer
272443c1c2c- the actual current version of NTP is 4.2p2 (Julien Letessier) - fixed the configure flag (Julien Letessier)
Bernhard Reutner-FischerBernhard Reutner-Fischer
f203aaf7c03- use BR2_INET_IPV6
Bernhard Reutner-FischerBernhard Reutner-Fischer
4ec94aed2e2- fix typo in sed expr
Bernhard Reutner-FischerBernhard Reutner-Fischer
e252fa9385f- filter out eventual -fPIC -fpic -DPIC flags from the target cflags Honor the .config setting for KCONFIG and FORM...
Bernhard Reutner-FischerBernhard Reutner-Fischer
5dd91e234e3- apply the patches
Bernhard Reutner-FischerBernhard Reutner-Fischer
a48d8f5414d- add BR2_INET_IPV6 and BR2_INET_RPC TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish...
Bernhard Reutner-FischerBernhard Reutner-Fischer
23f59c69c52- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
806cc3b5d3a- bump version, make it compile. tickadjust has to be disabled. Closes #1029 Provide means for installing sntp
Bernhard Reutner-FischerBernhard Reutner-Fischer
7bc14306692- don't bail out on cc warnings
Bernhard Reutner-FischerBernhard Reutner-Fischer
c77052465aa- pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069
Bernhard Reutner-FischerBernhard Reutner-Fischer
0abc368c5ce- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS
Bernhard Reutner-FischerBernhard Reutner-Fischer
b127e7696b8- force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)
Bernhard Reutner-FischerBernhard Reutner-Fischer
5a69bcda3dd- Add a system-V init script to ntpd. Closes #518
Bernhard Reutner-FischerBernhard Reutner-Fischer
faf363f197c- account for now optional archive
Bernhard Reutner-FischerBernhard Reutner-Fischer
12435dfe472- fix typo in previous commit
Bernhard Reutner-FischerBernhard Reutner-Fischer
ab57732b252- correct installation path
Bernhard Reutner-FischerBernhard Reutner-Fischer
187d5531b3b- correct installation path
Bernhard Reutner-FischerBernhard Reutner-Fischer
27f55ff4701- bump version and correct installation path
Bernhard Reutner-FischerBernhard Reutner-Fischer
e1d4dc1d8ee- forgot to adjust the pathes..
Bernhard Reutner-FischerBernhard Reutner-Fischer
7e81360323d- pull some additional fixes from upstream
Bernhard Reutner-FischerBernhard Reutner-Fischer
f7ce4eb03c9- use sysconf to obtain the pagesize (Ivan Kuten)
Bernhard Reutner-FischerBernhard Reutner-Fischer
489a777527c- add post 1.6.0 fix
Bernhard Reutner-FischerBernhard Reutner-Fischer
ba2e7e02d16- Search for defconfigs in target, not entire tree This patch changes the way the top level Makefile searches for a...
Bernhard Reutner-FischerBernhard Reutner-Fischer
56652fea494- remove erroneously copied patch
Bernhard Reutner-FischerBernhard Reutner-Fischer
4d49614d3fc- preserve quotes
Bernhard Reutner-FischerBernhard Reutner-Fischer
d5ea4caa145- preserve quotes
Bernhard Reutner-FischerBernhard Reutner-Fischer
1b36731fe38- for -Os, turn switch statements into if-else chains
Bernhard Reutner-FischerBernhard Reutner-Fischer
4d46a284422- add 2.17.50.0.17
Bernhard Reutner-FischerBernhard Reutner-Fischer
0982183a8d7- bump version - add SUSV legacy fixups
Bernhard Reutner-FischerBernhard Reutner-Fischer
933d5c60efa- improve the zlib-clean target
Bernhard Reutner-FischerBernhard Reutner-Fischer
2f92075db28- make sure that TARGET_DIR/usr/lib exists
Bernhard Reutner-FischerBernhard Reutner-Fischer
b63654f3520- Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)
Bernhard Reutner-FischerBernhard Reutner-Fischer
a56ecc4aeef- bump version and correct install dirs (Julien Letessier)
Bernhard Reutner-FischerBernhard Reutner-Fischer
3796424648f- add patch for the 0.9.29 release that fixes the visibility of internal_function
Bernhard Reutner-FischerBernhard Reutner-Fischer
fd886295345- adjust patches of the gcc-clean target
Bernhard Reutner-FischerBernhard Reutner-Fischer
b3dde84b82a- yet another hunk that should have been part of r18904
Bernhard Reutner-FischerBernhard Reutner-Fischer
7e0c890c720- forgot to apply this hunk that should have belonged to r18904
Bernhard Reutner-FischerBernhard Reutner-Fischer
a6dbba6c24b- disable sysroot support for anything but the current, stable release series
Bernhard Reutner-FischerBernhard Reutner-Fischer
17bc94ad53b- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
3c0e52dcc8a- "Keep the actual toolchain binaries in a directory at the same level".
Bernhard Reutner-FischerBernhard Reutner-Fischer
58b07230ffe- fix typo in version
Bernhard Reutner-FischerBernhard Reutner-Fischer
43201cc2588- Fixed a type in the binary target and also install to staging_dir (Julien Letessier) - make sure that -clean also w...
Bernhard Reutner-FischerBernhard Reutner-Fischer
aec891b737e- fixup ccache to know about usr/bin
Bernhard Reutner-FischerBernhard Reutner-Fischer
7f9060242f0- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips Thanks to Julien Letessier ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
1728f54e779- gdb resides in usr/
Bernhard Reutner-FischerBernhard Reutner-Fischer
4a175d23197- add a sample (pseudo-)board for a mips malta box
Bernhard Reutner-FischerBernhard Reutner-Fischer
0848d01d385- need to rename these hunks to come after the base patches
Bernhard Reutner-FischerBernhard Reutner-Fischer
395d400aac3- bump version to 2.6.21.5
Bernhard Reutner-FischerBernhard Reutner-Fischer
96a63a34fa9- version bump (not yet tested..)
Bernhard Reutner-FischerBernhard Reutner-Fischer
040f92bfc0a- use correct path for lzo libs and headers et al
Bernhard Reutner-FischerBernhard Reutner-Fischer
5dbb973e0e3- use correct path for lzo libs and headers
Bernhard Reutner-FischerBernhard Reutner-Fischer
5a6e9779945- use the correct path to the pkgconfig .pc
Bernhard Reutner-FischerBernhard Reutner-Fischer
92bfa8fda9a- update docs to mention the new sysroot support.
Bernhard Reutner-FischerBernhard Reutner-Fischer
701d2aea933- escape wildcards in kernel-patch patterns
Bernhard Reutner-FischerBernhard Reutner-Fischer
96b998842d7- use $@
Bernhard Reutner-FischerBernhard Reutner-Fischer
f2433fa3fa6- you have to escape the asterisk
Bernhard Reutner-FischerBernhard Reutner-Fischer
057f971934d- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
c81807a9d71- add OPENMP configure handling (needed for e.g. gettext).
Bernhard Reutner-FischerBernhard Reutner-Fischer
8027784c358- add full sysroot support for non-ancient toolchains. - start to separate usr/lib and lib to match normal system-layout
Peter KorsgaardPeter Korsgaard
2c649045197Hide troublesome environment variables from sub processes (E.G. screws up gdb, busybox, ..)
"Steven J. Hill""Steven J. Hill"
a7dae1919cfIf external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.
"Steven J. Hill""Steven J. Hill"
07feaa5736dGet rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches.
"Steven J. Hill""Steven J. Hill"
d04f3b5aaf0Get rid of extra directory entries.
"Steven J. Hill""Steven J. Hill"
e894d1ac6c7Please make sure to update this file as well for new versions of GDB.
"Steven J. Hill""Steven J. Hill"
8f8e19df58fFix install of scripts.
Peter KorsgaardPeter Korsgaard
12958f2d6f1busybox 1.6.0 patches
Bernhard Reutner-FischerBernhard Reutner-Fischer
3491c3e2d0c- allow for patching snapshots. Files are named uClibc.*.patch which is unambiguous wrt release patches. sjhill, th...
Peter KorsgaardPeter Korsgaard
1c0ead4129aaumix package
Peter KorsgaardPeter Korsgaard
45ac6df37c7Use BR2_ENDIAN for big/little endianness detection
Peter KorsgaardPeter Korsgaard
6755d78ea6fBumped version
Bernhard Reutner-FischerBernhard Reutner-Fischer
5b98b48d850- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
608d581764a- forgot to supply a default for UCLIBC_EXTRA_CFLAGS
Bernhard Reutner-FischerBernhard Reutner-Fischer
825ff341daf- provide a "source-check" target that tries to download all packages with wget's spider-mode (i.e. just see if the...
Bernhard Reutner-FischerBernhard Reutner-Fischer
c3b0598d61a- update defconfig
Bernhard Reutner-FischerBernhard Reutner-Fischer
9da0c33f75b- adjust sample config
Bernhard Reutner-FischerBernhard Reutner-Fischer
0eca4b95edc- hide atmel target if arch is not arm nor avr32
Bernhard Reutner-FischerBernhard Reutner-Fischer
89c4864b06f- the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET...
Bernhard Reutner-FischerBernhard Reutner-Fischer
885da5d67a0- fix typo
Bernhard Reutner-FischerBernhard Reutner-Fischer
fec743a3053- fix typo which led to a superfluous cp invocation
Bernhard Reutner-FischerBernhard Reutner-Fischer
1a5c3241678- better also copy the link targets..
Bernhard Reutner-FischerBernhard Reutner-Fischer
cca0bfe4e31- prefer shared libs on the host
Bernhard Reutner-FischerBernhard Reutner-Fischer
c6eb2ed657f- adjust to use the gcc-4.2.0 release - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBT...
Bernhard Reutner-FischerBernhard Reutner-Fischer
3342c8c547f- make sure to have the target-dir where we want to unpack ltp to
Bernhard Reutner-FischerBernhard Reutner-Fischer
6570eabd94b- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
eb84b6dba32- fix typo in version check
Bernhard Reutner-FischerBernhard Reutner-Fischer
915d1d2bd19- update config
Bernhard Reutner-FischerBernhard Reutner-Fischer
ece6fe05957- improve wording of BR2_PREFER_STATIC_LIB
Bernhard Reutner-FischerBernhard Reutner-Fischer
ca50d0da5ce- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
c6e43c9da3b- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB
Bernhard Reutner-FischerBernhard Reutner-Fischer
7dcbbfbbd8d- move setting up the extensions to correct place (like i said but tom didn't do..)
Bernhard Reutner-FischerBernhard Reutner-Fischer
fc9566ef234- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
Bernhard Reutner-FischerBernhard Reutner-Fischer
3096f34d27f- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins. - d...
Peter KorsgaardPeter Korsgaard
961229caf56Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed
Peter KorsgaardPeter Korsgaard
9f474800194Cleanup, get rid of ETHTOOL_WORKDIR, use $@
Peter KorsgaardPeter Korsgaard
958dd529d49Cleanup, get rid of HASERL_WORKDIR, use $@
Peter KorsgaardPeter Korsgaard
2f1893a8e5blibid3tag requires zlib. Noticed by Stuart Wood
Peter KorsgaardPeter Korsgaard
002ad94857eFixed silly typo. Thanks to Petur Thors for reporting
Peter KorsgaardPeter Korsgaard
ca837b638eefontconfig requires expat
Peter KorsgaardPeter Korsgaard
ab06ab7654dStrip binaries at install. Closes #1365
Peter KorsgaardPeter Korsgaard
a3bf044725encftp package. Patch from #1355
Peter KorsgaardPeter Korsgaard
293c026854fFixup joystick.h include with modern kernel headers. Patch from #1217.
Peter KorsgaardPeter Korsgaard
a489dda13f5Use freetype-host for host tools. Fixes #1328
Peter KorsgaardPeter Korsgaard
660b19062dcUse select instead of depends for dependencies
Peter KorsgaardPeter Korsgaard
ef53dd3b8e9Use select instead of depends for dependencies
Bernhard Reutner-FischerBernhard Reutner-Fischer
33553eb655b- fix path to staging binary. Closes #1353
Bernhard Reutner-FischerBernhard Reutner-Fischer
804c6d57bbf- bump patch version
Peter KorsgaardPeter Korsgaard
77c982494d7Strip libraries
Bernhard Reutner-FischerBernhard Reutner-Fischer
b7d87dd962d- repvik writes: e2fsprogs install several duplicate binaries that act slightly differently depending on what name th...
Bernhard Reutner-FischerBernhard Reutner-Fischer
f69be807b5c- bump patch version
Bernhard Reutner-FischerBernhard Reutner-Fischer
4f5ac8baa69- add gdb-6.6
Bernhard Reutner-FischerBernhard Reutner-Fischer
aaf013cc16f- add 2.17.50.0.16
Bernhard Reutner-FischerBernhard Reutner-Fischer
30d713a81b6- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
014ad48f5f0- bump version
Bernhard Reutner-FischerBernhard Reutner-Fischer
c1efa9b291f- bump version
Peter KorsgaardPeter Korsgaard
01d97bb0c99Don't use libssp as it doesn't get installed
Bernhard Reutner-FischerBernhard Reutner-Fischer
5706a8f36e2- fixed upstream in r18618
Bernhard Reutner-FischerBernhard Reutner-Fischer
1f020bb491a- store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig
Bernhard Reutner-FischerBernhard Reutner-Fischer
beca59b0903- ignore eventual errors from which(1)
Peter KorsgaardPeter Korsgaard
bf898045a1dmadplay package
Peter KorsgaardPeter Korsgaard
8298b7d0e1clibid3tag package. Needed by madplay
Peter KorsgaardPeter Korsgaard
8f30191dc8fCleanup. Moved header file install to LIBMAD_PACKAGE_HEADERS target like zlib
"Steven J. Hill""Steven J. Hill"
049c3f67f5bIf we are using snapshot, don't even attempt to try and patch anything.
"Steven J. Hill""Steven J. Hill"
71b952f3740Re-create patches for released 0.9.29 version.
"Steven J. Hill""Steven J. Hill"
6b2416e57c8Update version of LTP.
"Steven J. Hill""Steven J. Hill"
6b00c90d709Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
Peter KorsgaardPeter Korsgaard
448153a06a4init scripts should be executable
Peter KorsgaardPeter Korsgaard
24cb67ca98aavahi-daemon support
Peter KorsgaardPeter Korsgaard
39b88e36910Strip lib even if soname changes
Peter KorsgaardPeter Korsgaard
b2fb697def7Bumped version
Bernhard Reutner-FischerBernhard Reutner-Fischer
29b97bb5a22- bump version. Closes #1340
Bernhard Reutner-FischerBernhard Reutner-Fischer
647dbeeeeff- bump version. Closes #1339
"Steven J. Hill""Steven J. Hill"
a70e39cd5e7This patch increases the maximum host name length for 'dnsd' to 40 characters in length and fixes a resolving bug. Fo...
"Steven J. Hill""Steven J. Hill"
58ef6b3ca7eIf any of the netkit packages were selected, we disable their counterparts in Busybox and warn the user.
"Steven J. Hill""Steven J. Hill"
dbf0e5eef61Modify the main script to use the lockfile program utilities. Mounting and un-mounting do not work reliably without t...
"Steven J. Hill""Steven J. Hill"
458aa926964Add ability to build 'scsi_id' utility for udev.
"Steven J. Hill""Steven J. Hill"
69564bb566cInstall the default script only if one was not found from the platform.
"Steven J. Hill""Steven J. Hill"
116acadec91Add another include path to the CFLAGS.
"Steven J. Hill""Steven J. Hill"
9e9d2b282b3Install the default configuration file if the platform did not already define one.
"Steven J. Hill""Steven J. Hill"
771a17e52ddMajor clean-up.
"Steven J. Hill""Steven J. Hill"
c4cc6e46b0eTarget binary was incorrect and do a better job of cleaning up.
"Steven J. Hill""Steven J. Hill"
b5d1d2b05b7Fix script so that 'restart' actually works.
"Steven J. Hill""Steven J. Hill"
1f92831170dAdd new packages.
"Steven J. Hill""Steven J. Hill"
0a41ba39e26Add older version of binutils.
"Steven J. Hill""Steven J. Hill"
9c865d752e4Create 'bin' directory in staging area.
Peter KorsgaardPeter Korsgaard
3578ecfc96fversion bump