Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-09 | use nocona for qemu-system-x86_64 | Waldemar Brodkorb | |
2015-08-09 | cleanup duplicate configure args for gcc | Waldemar Brodkorb | |
2015-08-09 | fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd ↵ | Waldemar Brodkorb | |
results in gconv compile issues | |||
2015-08-09 | patch required for glibc 2.22 | Waldemar Brodkorb | |
2015-08-09 | add new package haveged | Waldemar Brodkorb | |
2015-08-09 | allow static linking | Waldemar Brodkorb | |
2015-08-09 | fix kodi on imx6, at least startup on hummingboard works again with 4.1.x | Waldemar Brodkorb | |
2015-08-08 | fix microblaze compile from glibc git | Waldemar Brodkorb | |
2015-08-08 | with ethernet it is kind of usable | Waldemar Brodkorb | |
2015-08-08 | activate platform symbol, required | Waldemar Brodkorb | |
2015-08-08 | remove banana-pro, supported by stable release | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2015-08-08 | add ethernet driver for banana pro | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2015-08-07 | update glibc to 2.22 | Waldemar Brodkorb | |
2015-08-03 | rework kernel module infrastructure | Waldemar Brodkorb | |
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-08-03 | update firmware to latest | Waldemar Brodkorb | |
2015-08-03 | simplify | Waldemar Brodkorb | |
2015-08-03 | cleanup | Waldemar Brodkorb | |
2015-08-03 | for 4.1 kernel we need older gpu lib | Waldemar Brodkorb | |
2015-08-02 | separate serial drivers, add builtin dtb. still no shell | Waldemar Brodkorb | |
2015-08-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-08-02 | virtio-blk for qemu needs pci legacy | Waldemar Brodkorb | |
2015-08-02 | update to uClibc-ng 1.0.5 | Waldemar Brodkorb | |
2015-08-02 | add uclibc.config for meta, disable gcc honour copts for this old gcc | Waldemar Brodkorb | |
2015-08-02 | add basic support for qemu-metag | Waldemar Brodkorb | |
2015-08-02 | set suffix for OABI | Waldemar Brodkorb | |
2015-08-02 | default to 4.1.3 | Waldemar Brodkorb | |
2015-08-01 | cleanup, add general patches for 4.1.3 | Waldemar Brodkorb | |
2015-08-01 | remove testkernel | Waldemar Brodkorb | |
2015-08-01 | update to 4.1.3, which will be the base for stable branch | Waldemar Brodkorb | |
2015-08-01 | be more quiet | Waldemar Brodkorb | |
2015-08-01 | remove openelec test patch | Waldemar Brodkorb | |
2015-08-01 | update to latest | Waldemar Brodkorb | |
2015-07-30 | added ADK_HOST_BUILD_U_BOOT to bananapro default config | Martin Thomas | |
Signed-off-by: Martin Thomas <mthomas@conet.de> | |||
2015-07-30 | fix linking problem for sure now | Waldemar Brodkorb | |
2015-07-30 | enable kuser_helper and MMC driver for banana pi | Waldemar Brodkorb | |
2015-07-30 | style changes | Waldemar Brodkorb | |
2015-07-30 | uImage is mandatory, add LOADADDR | Waldemar Brodkorb | |
2015-07-29 | update gcc/binutils to latest synopsis github version | Waldemar Brodkorb | |
2015-07-29 | update python2 to latest upstream | Waldemar Brodkorb | |
2015-07-29 | remove patch, does not apply anymore | Waldemar Brodkorb | |
2015-07-28 | enable neon for ARM and threads | Waldemar Brodkorb | |
2015-07-27 | handle git kernels in a better way | Waldemar Brodkorb | |
2015-07-27 | add new binutils version | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-27 | fix linking error reported by mt | Waldemar Brodkorb | |
2015-07-27 | mikrotik-rb4xx: update kernel patches | Phil Sutter | |
* fix conflict in existing patch * add build fix for newer binutils Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-26 | mikrotik-rb4xx: update kernel patches | Phil Sutter | |
- add zboot support - workaround link state bug Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-07-26 | u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵ | Martin Thomas | |
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de> | |||
2015-07-26 | package/asterisk: add link to /tmp for priv-callerintros | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> |