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>
|
|
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>
|
|
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.
|
|
|
|
needed. Fixes 4262.
* commit by Laibsch
|
|
-ntpl dlopens libgcc so our shlibs code can't get this right
|
|
staging layout
|
|
|
|
|
|
(from Poky)
|
|
only semantic change is what is being discussed in bug 1987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* default_preference is too weak to mask out broken archs
|
|
- it would be nice if developers will *check* before commiting does
changeset break other configurations then their one
|
|
|
|
and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40
|
|
repairs breakage introduce by previous patches. thanks Jamie Lenehan.
|
|
|
|
* Fixes breakage on ARM.
* Don't bump PR (previous commit neither did), to save long rebuilds.
Few people affected should use "bitbake glibc -c rebuild".
* Fixes #1443.
* Approved by Michael 'Mickey' Lauer <mickey at tm.informatik.uni-frankfurt de>.
|
|
|
|
|
|
|
|
|
|
|
|
which is clearer. Use .../* to match files and ignore directories.
|
|
it. Bump the PR on all the glibc files since they all include
glibc-package.bbclass. Closes #1220 "glibc ships spurious debug info".
|
|
Use $target-readelf instead of hardcoding readelf which is not
present on non GNU, non binutils system.
|
|
Use require for the glibc files
|
|
|
|
configparams. Add a patch to do this so it builds for sh3 and sh4.
|
|
so the workaround shouldn't be needed. Also this work around breaks glibc
2.4 for all targets that are no in ports (x86, sh, sparc, powerpc).
|
|
|
|
|
|
- patch by Daniel Jacobowitz from http://sourceware.org/ml/libc-ports/2006-03/msg00029.html
|
|
glibc build
|
|
* Stage the eabi kernel headers to fix problems with gcc-cross
* don't depend on linux-libc-headers since we use our own headers now
|
|
|
|
* remove maintainer field
|
|
for the patch. Not including CVS modifications, reference bug report if
they are needed, or add them yourself.
This is not tested, setting preference to "-1".
|