summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-05-13fix kodi on imx6Waldemar Brodkorb
2015-05-13update musl to 1.1.9Waldemar Brodkorb
2015-05-06add UCLIBC_HAS_CONTEXT_FUNCS for mongrel2Waldemar Brodkorb
2015-05-05allow to add a unprivileged userWaldemar Brodkorb
2015-05-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-04extend bootloader cmdline for solidrun kernelWaldemar Brodkorb
2015-05-04choose right kernelWaldemar Brodkorb
2015-05-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-04add a bunch of bfin cpu definitions for toolchainsWaldemar Brodkorb
2015-05-03only for toolchainsWaldemar Brodkorb
2015-05-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-02ad experimental gcc 5.1.0 supportWaldemar Brodkorb
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
2015-05-01add new CPU types for ARM/AARCH64Waldemar Brodkorb
2015-05-01add cpu type for different toolchains with the same architectureWaldemar Brodkorb
2015-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-04-27add support for ARCv2 ARC HS toolchain compilationWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-04-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar Brodkorb
2015-04-26remove -C $(LINUX_DIR) from OPTS variableWaldemar Brodkorb
Otherwise toolchain only compiling of gcc is failing while trying to install header files.
2015-04-26allow to build a softfp toolchain for arm, result tested on rpiWaldemar Brodkorb
2015-04-26make compiling with debug information non-default behaviorWaldemar Brodkorb
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build.
2015-04-25refactor the lower case symbols outWaldemar Brodkorb
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
2015-04-24update arc toolchain componentsWaldemar Brodkorb
2015-04-21rename gtk+ to libgtk2Waldemar Brodkorb
2015-04-21add NEON, otherwise I get illegal instruction on Kodi startupWaldemar Brodkorb
2015-04-21fix warningWaldemar Brodkorb
2015-04-21be sure to have enough CMA for kodi on solidrun devicesWaldemar Brodkorb
2015-04-20remove lowercase ABI symbols. tested with x86/mips64 variantsWaldemar Brodkorb
2015-04-19remove lowercase symbols for C libraryWaldemar Brodkorb
2015-04-16update to uClibc-ng 1.0.2Waldemar Brodkorb
2015-04-14enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, tooWaldemar Brodkorb
2015-04-14LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for sambaWaldemar Brodkorb
2015-04-10fix rpi fpu configurationWaldemar Brodkorb
2015-04-09disable oprofile when preempt rt full is choosenWaldemar Brodkorb
2015-04-07add libs for rpi2, tooWaldemar Brodkorb
2015-04-05kuser helpers required for uClibc-ngWaldemar Brodkorb
2015-04-05simplify config.txt generation, finetune kernel config for rpi2Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-04-04add sysdig package and dependencies. cleanup Config.in.debugWaldemar Brodkorb
2015-04-03disable uClibcWaldemar Brodkorb
2015-04-03rework FPU support for ARM againWaldemar Brodkorb
With this commit I broke Kodi support for cubox-i: 4f93b213f2d3393fbb0b7ca200988f475e6cef83 I found following info regarding VFP and NEON: http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines Try to implement with this table in mind.
2015-04-03make features optionalWaldemar Brodkorb
2015-04-03audio chip not available on i1/i2Waldemar Brodkorb
2015-04-03select needed packages for solidrunWaldemar Brodkorb
2015-04-02remove deprecated symbolsWaldemar Brodkorb
2015-04-02always enable openssl/wget for hostWaldemar Brodkorb
2015-04-02add host wget with openssl to avoid wget-gnutls problemsWaldemar Brodkorb
2015-03-30update to latest stable versionWaldemar Brodkorb
2015-03-29do not enable pulse for mpd applianceWaldemar Brodkorb