summaryrefslogtreecommitdiff
path: root/package/uclibc-ng
AgeCommit message (Collapse)Author
2018-05-19uclibc-ng-dev: do not stop for static toolchainsWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-03csky: add better qemu supportWaldemar Brodkorb
2018-01-13uclibc-ng: fix mips64 ld64 caseWaldemar Brodkorb
2018-01-08uclibc-ng: prevent duplicate compilationWaldemar Brodkorb
2018-01-01uclibc-ng-dev: fix kernel header installWaldemar Brodkorb
2017-06-26rework intl/iconv/locale configuration for uClibc-ng toolchainsWaldemar Brodkorb
2016-10-28uclibc-ng: separate test suite from uClibc-ng packageWaldemar Brodkorb
2016-10-22uclibc-ng: fix locale compiling/installing, reported by OliverWaldemar Brodkorb
2016-10-04fix static build, where libthread_db.so might not existWaldemar Brodkorb
2016-10-03uclibc-ng: remove libthread_db hereWaldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-10-02uclibc-ng: rework package, fix spurious unneeded rebuildsWaldemar Brodkorb
2016-10-01uclibc-ng: move test building to package/uclibc-ngWaldemar 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-26allow to build without installing these filesWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-08-28mips: add hidden NaN choice, refresh uClibc-ng configsWaldemar Brodkorb
2016-07-14install libpthread linker script, when threads are enabled, reported by OliverWaldemar Brodkorb
2016-05-24uclibc-ng: libnsl was missing from package, added it nowBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2016-05-19uclibc-ng: avoid rebuilds when compiling testsuiteWaldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-02-20uclibc-ng: fix packaging, when git version is choosenWaldemar Brodkorb
2016-02-14git version is latest versionWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-08-22update uClibc-ng to 1.0.6, no symlinking requiredWaldemar Brodkorb
2015-08-03rework kernel module infrastructureWaldemar 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-25use shell based testrunner for uClibc-ng gitWaldemar Brodkorb
2015-03-20fix for uClibc-ng git version handlingWaldemar Brodkorb
2015-03-06rewrite to avoid broken linksWaldemar Brodkorb
2015-02-02add 1.0.0 release of uClibc-ngWaldemar Brodkorb
2014-12-30only select make for not uclinuxWaldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar 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-16do not install shared libs for uClinux buildsWaldemar Brodkorb
2014-09-09fix dev packageWaldemar Brodkorb
2014-09-08fixup uClibc-ng buildWaldemar Brodkorb
2014-08-14fix test suite install, when git is usedWaldemar Brodkorb
2014-08-07add uClibc-testWaldemar Brodkorb
2014-08-06update to rc1Waldemar Brodkorb
2014-08-06enable backtrace support by default for uClibc-ngWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-30teeth must be used for testWaldemar Brodkorb
2014-07-30add ethers exampleWaldemar Brodkorb
2014-07-30update to beta5, x86 build fixWaldemar Brodkorb
2014-07-30add libuargp, always on in OpenADKWaldemar Brodkorb
2014-07-30update to beta4Waldemar Brodkorb
2014-07-29only remove object files, .c files are used to get test namesWaldemar Brodkorb
2014-07-19update to beta3Waldemar Brodkorb
2014-07-11simplify uClibc toolchain builds, add uClibc-ng test subpackageWaldemar Brodkorb
2014-07-09fix dev subpackage, fix missing libgccWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb