summaryrefslogtreecommitdiff
path: root/packages/uclibc
AgeCommit message (Collapse)AuthorFiles
2008-11-16uclibc: add mpc8315e-rdb machine.confwoglinde2
* copied over from mpc8313e-rdb * added for 0.9.29 and 0.9.29 * fixes bug 4717 reported by Milan Plzik
2008-11-15uclibc-0.9.30: enable linker option for hashstyle-gnuwoglinde3
* uclibc can be compiled with hashstyle-gnu too * add the settings in angstrom-uclibc.inc * add patch ldso_hash_arm.patch because binutils after 2.18 for arm are somehow broken for the hashstyle test in uclibc * prefer version 0.9.30 in angstroem may break avr32 and if we fix it than
2008-11-15uclibc: update to version 0.9.30woglinde52
* all patches from svn and prior versions are applied upstream, expect the thread-patches
2008-11-15uclibc-0.9.29: remove DEFAULT_PREFERENCEwoglinde1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther7
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-18uclibc.inc: do not install ldconfig and ldd to stagingwoglinde8
* do not install this target binaries to install they are not useful and were installed into a false directory * bump PR on all affected recipes
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.