Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | fix download target | Waldemar Brodkorb | |
2014-03-04 | remove visible parts of guiconfig, I don't like it, don't wanna support it | Waldemar Brodkorb | |
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵ | Waldemar Brodkorb | |
qemu-sparc64, still another issue exist. | |||
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | add basic steps for qemu test framework building | Waldemar Brodkorb | |
2014-03-02 | strip toolchain components without copying debug data, clean toolchain after ↵ | Waldemar Brodkorb | |
every target so no 300Gb are required to bulk build the toolchains | |||
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-08 | use tools dir before PATH, fix ulimit ksh problem | Waldemar Brodkorb | |
2013-12-05 | add release target, to just build one system | Waldemar Brodkorb | |
2013-11-14 | remove zip and libIDL dependency, firefox does not need libIDL anymore. need ↵ | Waldemar Brodkorb | |
to fix orbit2 | |||
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-07-18 | fix allmodconfig after fresh checkout | Waldemar Brodkorb | |
2013-05-02 | update Xorg to 7.7 | Waldemar Brodkorb | |
2011-08-31 | add g++ checks, separate checks for gcc and g++ | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-24 | fix PKG_HOSTLIB_DIR default | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-19 | add XX_FOR_BUILD variables, they are more standard compliant and used by ↵ | Waldemar Brodkorb | |
autotools | |||
2011-01-13 | add a default directory, when pkg-config is too old | Waldemar Brodkorb | |
2011-01-10 | fix some files, when someone moves the top directory | Waldemar Brodkorb | |
2011-01-08 | variable name cleanup | Waldemar Brodkorb | |
2011-01-03 | avoid error message, when not available | Waldemar Brodkorb | |
2011-01-03 | ignore warning, when not found | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | 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-12-13 | fix cross-compile on Darwin, update to latest upstream | Waldemar Brodkorb | |
2010-11-21 | fix unlimit datasize | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile | |||
2010-09-16 | add some native build fixes (tested on Lemote notebook) | Waldemar Brodkorb | |
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) | |||
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-08-01 | allow to execute gcc testsuite (remotely on target) | Waldemar Brodkorb | |
2010-07-29 | NetBSD portability fixes | Waldemar Brodkorb | |
2010-07-24 | add gtk guiconfig from linux kernel configsystem | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-04-01 | remove ustl, add some more bulkallmodconfig fixes | Waldemar Brodkorb | |
2010-03-07 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-06 | use grep instead of fgrep | Waldemar Brodkorb | |
2010-03-04 | remove unavailable wconfig target | Waldemar Brodkorb | |
2010-02-04 | finetune make bulk | Waldemar Brodkorb | |
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations. | |||
2010-01-16 | add make dep shortcut | Waldemar Brodkorb | |
now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS | |||
2010-01-02 | add newpackage target to simplify adding new packages | Waldemar Brodkorb | |
2009-12-31 | mksh r35 or higher is enough | Waldemar Brodkorb | |
2009-12-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-29 | check mksh version, reported by joerg | Waldemar Brodkorb | |
2009-12-28 | fix some minor issues on OpenBSD host | Waldemar Brodkorb | |
2009-12-24 | Merge commit 'origin/confgen' | Waldemar Brodkorb | |
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk | |||
2009-12-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-21 | add a more realistic bulk target | Waldemar Brodkorb | |
thx to mirabilos |