Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-27 | use HOST_PATH for modinfo, remove LOCALVERSION overwrite | Waldemar Brodkorb | |
2015-08-27 | cleanup Kconfig filesystem stuff | Waldemar Brodkorb | |
2015-08-27 | install symlink for modinfo | Waldemar Brodkorb | |
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-08-27 | update to latest upstream | Waldemar Brodkorb | |
2015-08-27 | fix dependency | Waldemar Brodkorb | |
2015-08-27 | remove alsa depends from hostbuild | Waldemar Brodkorb | |
2015-08-27 | more kernel config cleanups | Waldemar Brodkorb | |
2015-08-27 | remove some unused symbols, maybe we need kernel version specific global file | Waldemar Brodkorb | |
2015-08-27 | add ATAGS | Waldemar Brodkorb | |
2015-08-27 | no PCI in raspberry pi | Waldemar Brodkorb | |
2015-08-27 | switch to rpi patch | Waldemar Brodkorb | |
2015-08-27 | pthread required | Waldemar Brodkorb | |
2015-08-26 | bump git version | Waldemar Brodkorb | |
2015-08-25 | use target arch symbols where appropriate | Waldemar Brodkorb | |
2015-08-25 | fix kernel reconfigure, new config symbols required | Waldemar Brodkorb | |
2015-08-25 | update 4.1.x to latest | Waldemar Brodkorb | |
2015-08-22 | update uClibc-ng to 1.0.6, no symlinking required | Waldemar Brodkorb | |
2015-08-20 | we need to check if any kernel modules are used, otherwise build breaks | Waldemar Brodkorb | |
2015-08-19 | allow cross-compile on Cygwin | Waldemar Brodkorb | |
2015-08-17 | force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 ↵ | Waldemar Brodkorb | |
works now with older versions | |||
2015-08-16 | update qemu to latest upstream version, remove oss header patch | Waldemar Brodkorb | |
2015-08-14 | use HOST_BUILDDEP here, problems reported by Balaton Zoltan | Waldemar Brodkorb | |
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-10 | Revert "cleanup duplicate configure args for gcc" | Waldemar Brodkorb | |
This reverts commit 104a7e63b5fcdc1bf124142b31498795b23eeb57. | |||
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 | |