Age | Commit message (Collapse) | Author | Files |
|
needed for busybox to include networking
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
breaking ABI for armv7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* ARMv7 was using -mtp=soft where as the CP15 register for TLS
is available and should be used. This should improve the performance
of TLS access.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
into org.openembedded.dev
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
patches.
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
(actually as there were two entries for __s390__ hijacked one of it
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
(actually as there were two entries for __s390__ hijacked one of it
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
and fixed ${S} for non nios (needed for -native)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
* bump all INC_PR's
|
|
|
|
|
|
|
|
|
|
* Pass -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 if large file support
supported.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Bump SRC_REV for uclibc_git
* Pass SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE} otherwise
utils dont get the hash_style right and QA complains.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Using uname to get OS name may not work on non linux build
systems.
* Cater for largefile feature which is knob'able in uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* OVERRIDES here are identical to ones from bitbake.conf
except MACHINE_CLASS which seems to be used nowhere.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
commit 21cc37782c0624d1efc9b56e94d1012557dce871
Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Date: Thu Mar 11 09:46:25 2010 +0100
libsndfile1: updated to 1.0.21
also fixed download location and moved two config vars to arm-common
(not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe
specific, so left that one)
Problem is that ac_cv_sys_file_offset_bits should not be cached blindly
as the same var is used by glib-2.0 to detect large file system support
if cached then glib-2.0 configure tests are not perfored and it assumes
that large file support is there. uclibc is configurable to not have
large file support compiled in hence this breaks glib-2.0 in a obscure
way hence moving back to where they were.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
As we've gone over before, gunzip/tar can have a broken pipe, and
this is allowed. In python code, we have things setup to ignore the
problem. stage-manager-ipkg is written in shell however and we can
hit the problem there too. There's two ways around this, one of
which is to stop checking for problems with the extraction (and hide
stderr) or we extract the archive, gunzip and then tar. I've done
the second here.
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
so other machines can have their defconfig adjacent to this
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
|
|
|
|
|