Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-11-27 | uclibc: avr32 can not be build with gnuhash-style | woglinde | 3 | |
* avr32 uses older binutils not supporting gnuhash-style * disable it via configmangle in the configure stage * remove the ldso_hash.patch for avr32 * bump PR | ||||
2008-11-25 | uclibc_0.9.30.bb: Use renamed ldso_hash.patch for avr32 | Khem Raj | 1 | |
2008-11-21 | uclibc-svn: Port hash_style patch from 0.9.30 | Khem Raj | 2 | |
2008-11-21 | uclibc-svn: Enable log2_test in uclibc testsuite | Khem Raj | 1 | |
2008-11-21 | sane-srcrevs: Bump eglibc and uclibc to new sane svn revisions | Khem Raj | 2 | |
uclibc-svn: Bump version to 0.9.30 uclibc-nptl: Bump version to 0.9.30 eglibc-svn: Bump version to eglibc 2.9 | ||||
2008-11-21 | uclibc-0.9.30: add ldso_hash.patch for avr32 too | woglinde | 2 | |
* because it covers now more arch, rename the patch to ldso_hash.patch * was requested by Steffen Sledz * bump PR | ||||
2008-11-16 | uclibc: add mpc8315e-rdb machine.conf | woglinde | 2 | |
* copied over from mpc8313e-rdb * added for 0.9.29 and 0.9.29 * fixes bug 4717 reported by Milan Plzik | ||||
2008-11-15 | uclibc-0.9.30: enable linker option for hashstyle-gnu | woglinde | 3 | |
* 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-15 | uclibc: update to version 0.9.30 | woglinde | 52 | |
* all patches from svn and prior versions are applied upstream, expect the thread-patches | ||||
2008-11-15 | uclibc-0.9.29: remove DEFAULT_PREFERENCE | woglinde | 1 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 7 | |
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-18 | uclibc.inc: do not install ldconfig and ldd to staging | woglinde | 8 | |
* 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_PR | Holger Hans Peter Freyther | 7 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 91 | |
2008-10-01 | uclibc: tweak debug opts | Koen Kooi | 2 | |
2008-09-18 | Get the latest changes for uclibc-nptl branch. Compilation fix needed when | Khem Raj | 2 | |
using dash shell. Some tab/space formatting changes in the recipes. | ||||
2008-09-17 | uclibc-svn: correct linuxthreads and add log2 | Henning Heinold | 5 | |
* 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-06 | uclibc 0.9.28: remove avr32 hacks, they aren't needed anymore | Koen Kooi | 2 | |
2008-09-06 | uclibc 0.9.28: fix build | Koen Kooi | 1 | |
2008-09-06 | uclibc 0.9.29: fix -dbg packaging | Koen Kooi | 4 | |
2008-08-29 | Convert spaces into tabs for better readability. | Khem Raj | 1 | |
2008-08-23 | This adds a package name alias virtual-libc-dev for libc-dev(uclibc) | Khem Raj | 8 | |
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-21 | This patch Does following | Khem Raj | 45 | |
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-20 | Enable -fgnu89-inline on compilers that support it. This helps | Khem Raj | 2 | |
0.9.29 to compile with gcc 4.3. | ||||
2008-08-12 | uclibc 0.9.29: Enable UCLIBC_HAS_PROGRAM_INVOCATION_NAME in uClibc.distro. | Robert Schuster | 2 | |
2008-08-03 | apply uclibc-arm-ftruncate64 patch for 0.9.29 | Khem Raj | 1 | |
2008-07-25 | uclibc initial svn recipe overwrote the FILESDIR wrongly. As a result the ↵ | Khem Raj | 3 | |
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-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 14 | |
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-25 | uclibc: the higher DEFAULT_PREFERENCE are the more it is taken | Henning Heinold | 2 | |
* set uclibc 0.9.28 to 1 * set uclibc 0.9.29 to 3 | ||||
2008-05-25 | uclibc: 0.9.28 shouldnt bee the DEFAULT_PREFERENCE | Henning Heinold | 2 | |
* 0.9.28 set DEFAULT_PREFERENCE to 3 * 0.9.29 set DEFAULT_PREFERENCE to 1 | ||||
2008-05-24 | Reduce preference level of uclibc_svn recipe. | Khem Raj | 1 | |
2008-05-24 | uclibc-dev should rdepend on kernel-headers-dev | Khem Raj | 7 | |
2008-05-17 | uclibc_0.9.29: add arm_fix_alignment.patch | Cliff Brake | 1 | |
2008-05-08 | uclibc_svn: fix glitch with double file:// | Henning Heinold | 1 | |
2008-05-08 | uclibc_svn: add unistd_arm.patch | Henning Heinold | 1 | |
* add the unistd_arm.patch to the svn-recipe too, is not fixed upstream yet * bump pr | ||||
2008-05-08 | uclibc: add missing arm_fix_alignment.patch | Cliff Brake | 1 | |
should have been included on the last commit | ||||
2008-05-08 | uclibc_svn: add arm_fix_alignment.patch from Poky | Cliff Brake | 1 | |
2008-05-06 | uclibc_0.9.29/svn: add wcs_upper_buffer patch from Henning Heinold | Cliff Brake | 3 | |
2008-05-04 | packages/uclibc/uclibc_0.9.29.bb : Bump PR to account for additions/changes ↵ | Stelios Koroneos | 1 | |
in several machine config files | ||||
2008-05-04 | packages/uclibc/uclibc-0.9.29/sequoia : Add 0.9.29 config for the sequoia board | Stelios Koroneos | 2 | |
2008-05-04 | packages/uclibc/uclibc-0.9.29/kilauea : Add uclibc 0.9.29 config for the ↵ | Stelios Koroneos | 2 | |
Kilauea board | ||||
2008-05-04 | packages/uclibc/uclibc-0.9.29/dht-walnut : Add uclibc 0.9.29 config for ↵ | Stelios Koroneos | 2 | |
dht-walnut | ||||
2008-05-04 | packages/uclibc/uclibc-0.9.29/avr32/uClibc.machine : Fix avr32 uclibc config ↵ | Stelios Koroneos | 1 | |
so that it contains only the machine specific part as per uclibc 0.9.29/OE defaults | ||||
2008-05-04 | packages/uclibc/uclibc-0.9.29/uClibc.distro : Enable GNU Glob support as its ↵ | Stelios Koroneos | 1 | |
need it by certain packages | ||||
2008-05-01 | Revive uclib-svn recipes. Fix bug 4198. | Khem Raj | 4 | |
2008-05-01 | packages/uclibc/uclibc_0.9.29.bb : bump PR | Stelios Koroneos | 1 | |
2008-05-01 | packages/uclibc/uclibc-0.9.29/avr32/uClibc.machine : Enable gnu compatible ↵ | Stelios Koroneos | 1 | |
GLOB stuff for programs that need it i.e asterisk | ||||
2008-04-27 | uclibc-initial: Add ncurses-native to DEPENDS. | Leon Woestenberg | 1 | |
2008-04-28 | Fix recently added DEPENDS on ncurses-native. Fix HOSTCFLAGS to use _NATIVE. | Leon Woestenberg | 5 | |
2008-04-24 | uclibc: use ncurses-native instead of host one (from Poky) | Marcin Juszkiewicz | 1 | |