Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-28 | uclibc-ng: separate test suite from uClibc-ng package | Waldemar Brodkorb | |
2016-10-22 | uclibc-ng: fix locale compiling/installing, reported by Oliver | Waldemar Brodkorb | |
2016-10-04 | fix static build, where libthread_db.so might not exist | Waldemar Brodkorb | |
2016-10-03 | uclibc-ng: remove libthread_db here | Waldemar Brodkorb | |
2016-10-03 | remove librt/libpthread packages, not required anymore | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-10-02 | uclibc-ng: rework package, fix spurious unneeded rebuilds | Waldemar Brodkorb | |
2016-10-01 | uclibc-ng: move test building to package/uclibc-ng | Waldemar Brodkorb | |
After the one libc release some tests for ppc/xtensa are failing when the testsuite is not build with the full shared gcc instead of the non-shared gcc. | |||
2016-09-26 | allow to build without installing these files | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-09-24 | locale: rework locale support (not fully ready) | Waldemar Brodkorb | |
2016-08-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
2016-07-14 | install libpthread linker script, when threads are enabled, reported by Oliver | Waldemar Brodkorb | |
2016-05-24 | uclibc-ng: libnsl was missing from package, added it now | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2016-05-19 | uclibc-ng: avoid rebuilds when compiling testsuite | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-02-20 | uclibc-ng: fix packaging, when git version is choosen | Waldemar Brodkorb | |
2016-02-14 | git version is latest version | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-16 | always build testsuite for uClibc-ng | Waldemar Brodkorb | |
2015-08-22 | update uClibc-ng to 1.0.6, no symlinking required | 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-05-25 | use shell based testrunner for uClibc-ng git | Waldemar Brodkorb | |
2015-03-20 | fix for uClibc-ng git version handling | Waldemar Brodkorb | |
2015-03-06 | rewrite to avoid broken links | Waldemar Brodkorb | |
2015-02-02 | add 1.0.0 release of uClibc-ng | Waldemar Brodkorb | |
2014-12-30 | only select make for not uclinux | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-09-16 | do not install shared libs for uClinux builds | Waldemar Brodkorb | |
2014-09-09 | fix dev package | Waldemar Brodkorb | |
2014-09-08 | fixup uClibc-ng build | Waldemar Brodkorb | |
2014-08-14 | fix test suite install, when git is used | Waldemar Brodkorb | |
2014-08-07 | add uClibc-test | Waldemar Brodkorb | |
2014-08-06 | update to rc1 | Waldemar Brodkorb | |
2014-08-06 | enable backtrace support by default for uClibc-ng | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-30 | teeth must be used for test | Waldemar Brodkorb | |
2014-07-30 | add ethers example | Waldemar Brodkorb | |
2014-07-30 | update to beta5, x86 build fix | Waldemar Brodkorb | |
2014-07-30 | add libuargp, always on in OpenADK | Waldemar Brodkorb | |
2014-07-30 | update to beta4 | Waldemar Brodkorb | |
2014-07-29 | only remove object files, .c files are used to get test names | Waldemar Brodkorb | |
2014-07-19 | update to beta3 | Waldemar Brodkorb | |
2014-07-11 | simplify uClibc toolchain builds, add uClibc-ng test subpackage | Waldemar Brodkorb | |
2014-07-09 | fix dev subpackage, fix missing libgcc | Waldemar Brodkorb | |
2014-07-05 | update uClibc-ng to beta2 | Waldemar Brodkorb | |
2014-07-05 | fix dev package | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. |