Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-22 | varios fixes | Waldemar Brodkorb | |
2013-04-12 | allow firefox to compile | Waldemar Brodkorb | |
2013-02-18 | mips64 fixes | Waldemar Brodkorb | |
2013-02-08 | use system sqlite not a private copy | Waldemar Brodkorb | |
2013-02-08 | add harfbuzz, missing in the last commit | Waldemar Brodkorb | |
2013-02-08 | update pango and all dependencies | Waldemar Brodkorb | |
2013-02-04 | fix cross-compile of firefox | Waldemar Brodkorb | |
2013-02-01 | allow firefox for tarox-pc | Waldemar Brodkorb | |
2012-10-05 | firefox should use nss/nspr fromthe system | Waldemar Brodkorb | |
2012-10-05 | make firefox work again on lemote yeelong | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2012-03-13 | disable debug | Waldemar Brodkorb | |
2012-03-12 | some minor changes and fixes | Waldemar Brodkorb | |
2011-10-12 | firefox honours cflags, testing on lemote again | Waldemar Brodkorb | |
2011-08-08 | firefox needs libxcursor | Waldemar Brodkorb | |
2011-08-05 | add support for target system depends for packages | Waldemar Brodkorb | |
2011-08-05 | let it compile for uClibc builds | Waldemar Brodkorb | |
2011-07-30 | some updates. only startup on lemote works, then system crashes | Waldemar Brodkorb | |
2011-07-28 | update to latest stable version | Waldemar Brodkorb | |
2011-06-16 | fix some issues with uclibc | Waldemar Brodkorb | |
2011-06-13 | fix some bulk build issues | Waldemar Brodkorb | |
2011-05-05 | simplify, disable dbus and libnotify | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-24 | update to firefox4 | Waldemar Brodkorb | |
2011-04-23 | fix check for libpng | Waldemar Brodkorb | |
2011-04-20 | update to latest stable 3.6.x | Waldemar Brodkorb | |
2011-04-13 | add dependency | wbx | |
2011-04-10 | revert firefox and libpng updates, does not work | Waldemar Brodkorb | |
2011-04-07 | add Darwin cross-compile patches | Waldemar Brodkorb | |
2011-04-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh | |||
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-04-07 | explicitely enable dbus, fix a tmp path | Waldemar Brodkorb | |
2011-04-04 | add hicolor dependency | Waldemar Brodkorb | |
2011-03-31 | add lxde components, update libpng and firefox | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-04 | update to latest stable version | Waldemar Brodkorb | |
2011-03-03 | more native compile fixes on my ibm x40 | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-02-05 | fix some allmodconfig issues for mips target | Waldemar Brodkorb | |
2011-01-26 | some usb fixes, wrong controller choosen. (and some more minor changes) | 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-04 | fix dependencies | 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-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-25 | fix firefox build, update sqlite dependency | Waldemar Brodkorb | |