Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
glibc_2.7.bb: Apply glibc-use-isystem-include-fixed.patch
|
|
glibc-initial_2.7: New recipe
|
|
|
|
work on x86_64 hosts
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
packages/busybox/busybox_1.11.3.bb
packages/dsplink/codec-engine_2.10.bb
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.8.bb
packages/glibc/glibc_2.2.5.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2.bb
packages/glibc/glibc_2.3.3+cvs20041128.bb
packages/glibc/glibc_2.3.3+cvs20050221.bb
packages/glibc/glibc_2.3.3+cvs20050420.bb
packages/glibc/glibc_2.3.3.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb
packages/glibc/glibc_2.3.6.bb
packages/glibc/glibc_2.4.bb
packages/glibc/glibc_2.5.bb
packages/glibc/glibc_2.6.1.bb
packages/glibc/glibc_2.7.bb
packages/kexecboot/linux-kexecboot_2.6.26.bb
packages/libsdl/libsdl-x11_1.2.11.bb
packages/linux/linux-rp_2.6.26.bb
packages/mozilla/fennec_hg.bb
packages/python/python_2.5.2.bb
packages/tasks/task-xfce-base.bb
packages/xorg-driver/xf86-video-omapfb_git.bb
packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
|
|
|
|
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.
|
|
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>
|
|
|
|
include-fixed to be searched for include files in glibc configure mechanism. This means we do not need the include packaging hack that we have in gcc 4.3.x recipes.
I was using 2.6.25 kernel headers which means I have to backport another patch to get rid of asm/page.h.
I have tested it on angstrom 2008.1 gcc-4.3.2+glibc-2.6.1 and gcc-4.3.2+eglibc_svn
-Khem
|
|
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
|
|
close #1708
|
|
Busybox/logger is the place where libgcc is really invoked.
|
|
libgcc is needed by glibc ntpl but not in NEEDED because
glibc dlopens it. So our shlib code doesn't detect it.
|
|
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.
|
|
* If the rebuild fails in do_configure, build glibc-initial to get limits.h in a place where glibc can find it. Builds from scratch works great, though
|
|
|
|
|
|
|
|
needed. Fixes 4262.
* commit by Laibsch
|
|
and 'a76532fd2709fdf263260cffd0dd46812f4c8540'
|
|
* fixes errors message stating fe_nomask.o cannot be built
* see http://sources.redhat.com/ml/libc-ports/2007-06/msg00005.html
|
|
|
|
Bring up to latest stable svn revision.
Fix unused global variable problem in eglibc-package.bbclass.
|
|
http://sourceware.org/ml/libc-alpha/2007-03/msg00017.html
|
|
-ntpl dlopens libgcc so our shlibs code can't get this right
|
|
|
|
|
|
default breaking gcc-cross-initial
|
|
Use glibc-stage.inc in eglibc recipes.
|
|
|
|
pointing it out
|
|
|
|
Poky)
|
|
and 'ae9980c1d055e682beb2fea6cfddb080c495b43b'
|
|
|
|
just unpacking it into debian/patches... ~lart debian...
|
|
readelf command by default
and thread support of the compiler was misdetected to the missing readelf.
|
|
* closes 3618
|
|
* check for updated resolv.conf before a nameserver call (see debian bug #272265)
* remove bogus executable attribute for patch
* clean up ugly mixing of tabs and spaces
|
|
* skipping packages/netbase/ since those seem to be used albeit incorrectly
|
|
I didn't touch the to be installed files, as we have GNU coreutils or
at least a compatible busybox version on our targets so far.
|
|
|
|
layout_base_libdir).
|