Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
no other users
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
tqm8540 board
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
1) use pgrep instead parsing output of "ps"
2) check if nobody needs to kill
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
* bugfix release, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
* bug fix release, considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Included for now are the modules numbers and decimal
|
|
currently disabled)
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* OE now creates symlinks into metadata. This patch allows quilt to
follow the symlinks so when a patch is refreshed then the result
happens in the metadata location.
* Creating a new patch will still happen in local patches directory
unless one uses path into metadata.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
add nios2 support.
as this is strictly nios2 specific there is no need to bump PR
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
some of the calls to PTR_MANGLE and PTR_UNMANGLE were
guarded by #ifdef's whereas others were not.
This causes problems on architectures that do not
have those macros.
Fix is to add ifdefs around those invocations
Also added PR to the recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
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>
|
|
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>
|
|
* 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>
|
|
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>
|