Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-04-21 | rename gtk+ to libgtk2 | Waldemar Brodkorb | |
2015-04-21 | add NEON, otherwise I get illegal instruction on Kodi startup | Waldemar Brodkorb | |
2015-04-21 | fix warning | Waldemar Brodkorb | |
2015-04-21 | be sure to have enough CMA for kodi on solidrun devices | Waldemar Brodkorb | |
2015-04-20 | remove lowercase ABI symbols. tested with x86/mips64 variants | Waldemar Brodkorb | |
2015-04-19 | remove lowercase symbols for C library | Waldemar Brodkorb | |
2015-04-16 | update to uClibc-ng 1.0.2 | Waldemar Brodkorb | |
2015-04-14 | enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, too | Waldemar Brodkorb | |
2015-04-14 | LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for samba | Waldemar Brodkorb | |
2015-04-10 | fix rpi fpu configuration | Waldemar Brodkorb | |
2015-04-09 | disable oprofile when preempt rt full is choosen | Waldemar Brodkorb | |
2015-04-07 | add libs for rpi2, too | Waldemar Brodkorb | |
2015-04-05 | kuser helpers required for uClibc-ng | Waldemar Brodkorb | |
2015-04-05 | simplify config.txt generation, finetune kernel config for rpi2 | Waldemar Brodkorb | |
2015-04-05 | always enable device tree for raspberry pi{,2}. enable only 3.18 kernel | Waldemar Brodkorb | |
2015-04-04 | add sysdig package and dependencies. cleanup Config.in.debug | Waldemar Brodkorb | |
2015-04-03 | disable uClibc | Waldemar Brodkorb | |
2015-04-03 | rework FPU support for ARM again | Waldemar 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-03 | make features optional | Waldemar Brodkorb | |
2015-04-03 | audio chip not available on i1/i2 | Waldemar Brodkorb | |
2015-04-03 | select needed packages for solidrun | Waldemar Brodkorb | |
2015-04-02 | remove deprecated symbols | Waldemar Brodkorb | |
2015-04-02 | always enable openssl/wget for host | Waldemar Brodkorb | |
2015-04-02 | add host wget with openssl to avoid wget-gnutls problems | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-03-29 | do not enable pulse for mpd appliance | Waldemar Brodkorb | |
2015-03-29 | update to latest stable gdb version | Waldemar Brodkorb | |
2015-03-29 | enable UCLIBC_HAS_UTMP for uClibc-ng | Waldemar Brodkorb | |
2015-03-29 | use fixed CPU type for Qemu-X86 emulation for now | Waldemar Brodkorb | |
2015-03-29 | long double math does have compile problems with latest uClibc | Waldemar Brodkorb | |
2015-03-27 | update to 3.18.10, sync rpi patch | Waldemar 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-23 | uClibc added a new symbol for utmp support | Waldemar Brodkorb | |
2015-03-23 | allow to select CPU flavour for toolchain building via env | Waldemar Brodkorb | |
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around. | |||
2015-03-22 | remove Qemu stellaris support, not usabel for Linux, this was a mistake. | Waldemar Brodkorb | |
2015-03-22 | for uClinux m68k we need to use MALLOC_STANDARD for uClibc-ng 1.0 | Waldemar Brodkorb | |
2015-03-22 | use 3.19.1 for Qemu-Sparc as this is the only working version right now | Waldemar Brodkorb | |
2015-03-22 | musl 1.1.7 has support for aarch64, tested with Qemu | Waldemar Brodkorb | |
2015-03-21 | update musl to latest stable version | Waldemar Brodkorb | |
2015-03-20 | NPTL is only available for glibc with m68k | Waldemar Brodkorb | |
2015-03-19 | disable hppa for uClibc | Waldemar Brodkorb | |
2015-03-15 | remove ADDON feature | Waldemar Brodkorb | |
2015-03-15 | remove grsec, as it does not work well with mptcp patch. remove addons stuff | Waldemar Brodkorb | |
2015-03-15 | convert from addon to generic patch | Waldemar Brodkorb | |
2015-03-15 | convert from addon to generic patch | Waldemar Brodkorb | |
2015-03-15 | convert addon patch to default patch | Waldemar Brodkorb | |
2015-03-15 | convert fblogo patch to generic patch, remove addon stuff for this | Waldemar Brodkorb | |
2015-03-15 | remove dietnet patch | Waldemar 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-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-03-13 | remove Linus only symbol ARCH_BCM2835 for raspberry | Waldemar Brodkorb | |