summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2014-03-06Update TODOWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01add x32 toolchain and kernel supportWaldemar Brodkorb
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2014-03-01update todoWaldemar Brodkorb
2014-03-01bc needs flex, update TODOWaldemar Brodkorb
2014-02-27some ideasWaldemar Brodkorb
2014-02-21add some stuff for joernWaldemar Brodkorb
2014-02-21update todoWaldemar Brodkorb
2014-02-19update todoWaldemar Brodkorb
2014-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: TODO
2014-02-17update todoWaldemar Brodkorb
2014-02-15add more todosWaldemar Brodkorb
2014-02-12fix toolchain component linkingWaldemar Brodkorb
2014-02-09mergeWaldemar Brodkorb
2014-02-09fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchainsWaldemar Brodkorb
2014-02-05update todoWaldemar Brodkorb
2014-01-08remove openjdk6Waldemar Brodkorb
2014-01-06add full perl, first half of supported archsWaldemar Brodkorb
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2013-12-16fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba supportWaldemar Brodkorb
2013-11-13refresh TODOWaldemar Brodkorb
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-10-29rpcbind: convert to autotool infrastructureWaldemar Brodkorb
2013-10-26fix sparc32 toolchain building with glibc, see ↵Waldemar Brodkorb
http://sourceware.org/bugzilla/show_bug.cgi?id=15985
2013-10-24add some ideasWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2011-11-19nothing useful in TODOWaldemar Brodkorb
2011-10-22be more realisticWaldemar Brodkorb
2011-04-07update some packages after libpng15 update, misc stuffWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-24update TODO, remove duplicate wrong filesWaldemar Brodkorb
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-02-05fix build and runtime dependenciesWaldemar Brodkorb
2011-01-28gmediaserver needs libmagic, make a subpackageWaldemar Brodkorb
2011-01-22update TODOWaldemar Brodkorb
2011-01-19remove autoreconf from package build, add a pregenerated patchWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2011-01-11update todo, resolv conflictWaldemar Brodkorb
2011-01-11remove from TODO list, enable aufs2-util on bulk builds.Waldemar Brodkorb
2011-01-11fix bzr package buildWaldemar Brodkorb
2011-01-10fix timezone configuration for glibc based systemsWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-08rework and cleanup top level directory creation, avoid some unnecessary rebuilsWaldemar Brodkorb
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2011-01-01enable ACPI for ALIX1c board.Waldemar Brodkorb
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed.
2010-12-30rework architecture / embedded systems conceptWaldemar 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-11update and add some ideasWaldemar Brodkorb