summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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
2015-03-29update to latest stable gdb versionWaldemar Brodkorb
2015-03-29enable UCLIBC_HAS_UTMP for uClibc-ngWaldemar Brodkorb
2015-03-29use fixed CPU type for Qemu-X86 emulation for nowWaldemar Brodkorb
2015-03-29long double math does have compile problems with latest uClibcWaldemar Brodkorb
2015-03-27update to 3.18.10, sync rpi patchWaldemar Brodkorb
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without.
2015-03-23uClibc added a new symbol for utmp supportWaldemar Brodkorb
2015-03-23allow to select CPU flavour for toolchain building via envWaldemar Brodkorb
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around.
2015-03-22remove Qemu stellaris support, not usabel for Linux, this was a mistake.Waldemar Brodkorb
2015-03-22for uClinux m68k we need to use MALLOC_STANDARD for uClibc-ng 1.0Waldemar Brodkorb
2015-03-22use 3.19.1 for Qemu-Sparc as this is the only working version right nowWaldemar Brodkorb
2015-03-22musl 1.1.7 has support for aarch64, tested with QemuWaldemar Brodkorb
2015-03-21update musl to latest stable versionWaldemar Brodkorb
2015-03-20NPTL is only available for glibc with m68kWaldemar Brodkorb
2015-03-19disable hppa for uClibcWaldemar Brodkorb
2015-03-15remove ADDON featureWaldemar Brodkorb
2015-03-15remove grsec, as it does not work well with mptcp patch. remove addons stuffWaldemar Brodkorb
2015-03-15convert from addon to generic patchWaldemar Brodkorb
2015-03-15convert from addon to generic patchWaldemar Brodkorb
2015-03-15convert addon patch to default patchWaldemar Brodkorb
2015-03-15convert fblogo patch to generic patch, remove addon stuff for thisWaldemar Brodkorb
2015-03-15remove dietnet patchWaldemar Brodkorb
As discussed with phil today, patches aplied conditionally is a bad thing and should be removed. The dietnet patch is only available because of the mikrotik rb532 limitation of kernel size when booting from nand. The patch is hard to maintain and will never be included upstream. We should better use PicoTCP in such cases or develop decompression support for this board to use compressed kernels.
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-03-13remove Linus only symbol ARCH_BCM2835 for raspberryWaldemar Brodkorb