summaryrefslogtreecommitdiff
path: root/packages/uclibc
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther7
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe91
2008-10-01uclibc: tweak debug optsKoen Kooi2
2008-09-18Get the latest changes for uclibc-nptl branch. Compilation fix needed whenKhem Raj2
using dash shell. Some tab/space formatting changes in the recipes.
2008-09-17uclibc-svn: correct linuxthreads and add log2Henning Heinold5
* add linuxthread support for am with arm-linuxthreads.patch, otherwise qt-emebedded 4.4.1 is not buildable * to enable linuxthreads you have to comment LINUXTHREADS_OLD=y in uClibc.conf * include linuxthreads-changes.patch from the uclibc-mailinglist * add log2 function with uclibc_mathc99.patch, one program in qt-emebdded 4.4.1 requires this * bump PR
2008-09-06uclibc 0.9.28: remove avr32 hacks, they aren't needed anymoreKoen Kooi2
2008-09-06uclibc 0.9.28: fix buildKoen Kooi1
2008-09-06uclibc 0.9.29: fix -dbg packagingKoen Kooi4
2008-08-29Convert spaces into tabs for better readability.Khem Raj1
2008-08-23This adds a package name alias virtual-libc-dev for libc-dev(uclibc)Khem Raj8
and libc6-dev (glibc,eglibc) packages. This helps in using the common name for tasks which do not care about the libc being used. This also fixes Bug 4509 -Khem
2008-08-21This patch Does followingKhem Raj45
1. Adds new recipe for uclibc nptl build. (currently only arm is in) 2. Renames uclibc-cvs to uclibc-svn 3. Revs up the sane rev of svn recipes to tested one. 4. Makes arm_fix_alignment.patch in two versions one for svn and one for 0.9.29 unfortunately changes in svn does not let us apply the 0.9.29 patch on svn cleanly. -Khem
2008-08-20Enable -fgnu89-inline on compilers that support it. This helpsKhem Raj2
0.9.29 to compile with gcc 4.3.
2008-08-12uclibc 0.9.29: Enable UCLIBC_HAS_PROGRAM_INVOCATION_NAME in uClibc.distro.Robert Schuster2
2008-08-03apply uclibc-arm-ftruncate64 patch for 0.9.29Khem Raj1
2008-07-25uclibc initial svn recipe overwrote the FILESDIR wrongly. As a result the ↵Khem Raj3
build for uclibc-initial_cvs.bb was failing because it was not picking correct uClibc.distro and uClibc.machine files. Also moved the arm-ftruncate patch to files/ because it will be shared by other recipes to be added in future.
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj14
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-05-25uclibc: the higher DEFAULT_PREFERENCE are the more it is takenHenning Heinold2
* set uclibc 0.9.28 to 1 * set uclibc 0.9.29 to 3
2008-05-25uclibc: 0.9.28 shouldnt bee the DEFAULT_PREFERENCEHenning Heinold2
* 0.9.28 set DEFAULT_PREFERENCE to 3 * 0.9.29 set DEFAULT_PREFERENCE to 1
2008-05-24Reduce preference level of uclibc_svn recipe.Khem Raj1
2008-05-24uclibc-dev should rdepend on kernel-headers-devKhem Raj7
2008-05-17uclibc_0.9.29: add arm_fix_alignment.patchCliff Brake1
2008-05-08uclibc_svn: fix glitch with double file://Henning Heinold1
2008-05-08uclibc_svn: add unistd_arm.patchHenning Heinold1
* add the unistd_arm.patch to the svn-recipe too, is not fixed upstream yet * bump pr
2008-05-08uclibc: add missing arm_fix_alignment.patchCliff Brake1
should have been included on the last commit
2008-05-08uclibc_svn: add arm_fix_alignment.patch from PokyCliff Brake1
2008-05-06uclibc_0.9.29/svn: add wcs_upper_buffer patch from Henning HeinoldCliff Brake3
2008-05-04packages/uclibc/uclibc_0.9.29.bb : Bump PR to account for additions/changes ↵Stelios Koroneos1
in several machine config files
2008-05-04packages/uclibc/uclibc-0.9.29/sequoia : Add 0.9.29 config for the sequoia boardStelios Koroneos2
2008-05-04packages/uclibc/uclibc-0.9.29/kilauea : Add uclibc 0.9.29 config for the ↵Stelios Koroneos2
Kilauea board
2008-05-04packages/uclibc/uclibc-0.9.29/dht-walnut : Add uclibc 0.9.29 config for ↵Stelios Koroneos2
dht-walnut
2008-05-04packages/uclibc/uclibc-0.9.29/avr32/uClibc.machine : Fix avr32 uclibc config ↵Stelios Koroneos1
so that it contains only the machine specific part as per uclibc 0.9.29/OE defaults
2008-05-04packages/uclibc/uclibc-0.9.29/uClibc.distro : Enable GNU Glob support as its ↵Stelios Koroneos1
need it by certain packages
2008-05-01Revive uclib-svn recipes. Fix bug 4198.Khem Raj4
2008-05-01 packages/uclibc/uclibc_0.9.29.bb : bump PRStelios Koroneos1
2008-05-01packages/uclibc/uclibc-0.9.29/avr32/uClibc.machine : Enable gnu compatible ↵Stelios Koroneos1
GLOB stuff for programs that need it i.e asterisk
2008-04-27uclibc-initial: Add ncurses-native to DEPENDS.Leon Woestenberg1
2008-04-28Fix recently added DEPENDS on ncurses-native. Fix HOSTCFLAGS to use _NATIVE.Leon Woestenberg5
2008-04-24uclibc: use ncurses-native instead of host one (from Poky)Marcin Juszkiewicz1
2008-04-13uclibc 0.9.29: make use of new FEED_ARCH override in angstrom and add ↵Koen Kooi10
architecture specific uClibc.machine files
2008-04-11uclibc: fix extra/scripts/gen_bits_syscall_h.sh for armHenning Heinold2
* gen_bits_syscall_h.sh worked right for serval years * unistd.h for arm contains now some syscalls starting with __ARM_NR_ * and thats why they don't get parsed over to the uclibc-header * they are seldom used, but the cacao-javavm use one of them * unistd_arm.patch fixes this issues
2008-03-26uclibc 0.9.29: Actually apply the uClibc-0.9.29 patch for the AVR32 bzero() ↵Geoffrey Wossum1
issue
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory2
2008-03-14uclibc-initial: make sure dir exists before symlinking to itKoen Kooi1
2008-03-14uclibc 0.9.29: Fix issue with AVR32 optimized string routines in uClibc. ↵Geoffrey Wossum1
bzero() would not generate any code before. uClibc-0.9.29-avr32-bzero.patch was submitted to the uclibc mailing list on 2008-03-13.
2008-03-14uclibc 0.9.29: Add avr32/uClibc.machine for uClibc-0.9.29. With this patch ↵Geoffrey Wossum2
you should now be able to build uClibc 0.9.29 for the AVR32. Most of the necessary patches to uClibc were already in OE, just the uClibc.machine file was missing.
2008-03-14uclibc.inc: Fix issue with building ld-uClibc-0.9.29.so (from uclibc-0.9.29). Geoffrey Wossum1
This keeps OE from overriding the compilation flags uClibc would naturally want to use. This allows OE to build a working ld-uClibc.so for the AVR32. Not sure why this was overriding the compilation flags, or what ripple effects taking out the override has on other platforms.
2008-03-09uclibc_0.9.29: Fix bash'ism according with upstream uclibc fix.Leon Woestenberg2
2008-03-09uclibc-0.9.29: Remove bash'ism in equal check of some config script.Leon Woestenberg2
2008-03-05uclibc: Merge various changes made in Poky to fix various pathsRichard Purdie7
2008-02-28uclibc: Clean up so only one set of headers are staged and better staging ↵Richard Purdie1
variables are used