Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-07 | gdb: update to 9.2 | Waldemar Brodkorb | |
2020-06-06 | Fix "program" spelling | Carlos Santos | |
Signed-off-by: Carlos Santos <unixmania@gmail.com> | |||
2020-03-04 | gdb: update to 9.1 | Waldemar Brodkorb | |
2019-10-10 | gdb: forgot to update hashes | Waldemar Brodkorb | |
2019-10-10 | gdb: update to 8.3.1 | Waldemar Brodkorb | |
2019-01-08 | gdb: update to 8.2.1 | Waldemar Brodkorb | |
2018-02-02 | gdb: update to 8.1 | Waldemar Brodkorb | |
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-11-04 | gdb: update to 8.0.1 | Waldemar Brodkorb | |
2017-08-27 | gdbserver: fix for noMMU targets | Waldemar Brodkorb | |
2017-06-13 | gdb: add 8.0, remove older 7.x versions | Waldemar Brodkorb | |
2017-04-02 | gdbserver: allow static linking | Waldemar Brodkorb | |
2017-01-24 | gdb: update to 7.12.1 | Waldemar Brodkorb | |
2017-01-01 | gdbserver: needs c++ | Waldemar Brodkorb | |
2016-10-18 | gdb: update to 7.12 | Waldemar Brodkorb | |
2016-09-12 | gdb: decouple toolchain and package, add special package for microblaze, ↵ | Waldemar Brodkorb | |
looks cleaner to me | |||
2016-06-12 | gdb: update to 7.11.1 | Waldemar Brodkorb | |
2016-05-07 | gdbserver: add patch to work with nommu targets | Waldemar Brodkorb | |
2016-04-14 | fix debugging of threaded apps | Waldemar Brodkorb | |
2015-03-09 | add support for gdbserver on AVR32 devices | Waldemar Brodkorb | |
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories. | |||
2014-10-04 | use linuxthreads (new) for gdbserver usage on coldfire target | Waldemar Brodkorb | |
2014-09-05 | separate gdb/gdbserver package builds | Waldemar Brodkorb | |
try to get coldfire gdbserver to compile, but still not working. An older version works, seems that newer versions are not tested for uClinux case. | |||
2014-09-04 | disable gdbserver only for musl | Waldemar Brodkorb | |
2014-08-15 | fix for uclibc-ng | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-08 | fixup descriptions | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-01-16 | good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵ | Waldemar Brodkorb | |
support is bad, kernel needs patches for serial and network | |||
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-12-24 | disable for musl | Waldemar Brodkorb | |
2013-10-23 | fix wrong naming | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | disable m68k builds | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-01-30 | enable gdbserver for cris, checked basic usage on foxboard | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-07-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-05-12 | fix make bulkallmod for some packages and target combinations | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-23 | fixes for new pkgmaker generated menu | Waldemar Brodkorb | |
2009-12-20 | fix PKG_NAME | Waldemar Brodkorb | |
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-30 | optimize ipkg package management | Waldemar Brodkorb | |
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig | |||
2009-05-23 | - cleanup and document PKG_template, ARCH parameter is not needed anymore | Waldemar Brodkorb | |
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG | |||
2009-05-17 | Initial import | wbx | |