]> code.ossystems Code Review - openembedded-core.git/commit
ltp: Upgrade to 20160126 and fix build on musl
authorKhem Raj <raj.khem@gmail.com>
Fri, 12 Feb 2016 09:54:20 +0000 (09:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Feb 2016 08:27:17 +0000 (08:27 +0000)
commitd17984eda9635f98d4472019d4af83f661b4dfe7
tree3557c127b4d2898f252d23b8c1690ba269386fb3
parent1f07dcfcecbd42f947b83c6f75d1a66186bcad68
ltp: Upgrade to 20160126 and fix build on musl

pass -D__SANE_USERSPACE_TYPES__ to CFLAGS

MIPS64/PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h
prevents 64-bit userland from seeing this definition, instead
defaulting to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__
to get int-ll64.h included.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 files changed:
meta/recipes-extended/ltp/ltp/0001-Fix-compilation-for-gcc-5.x.patch [deleted file]
meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch [deleted file]
meta/recipes-extended/ltp/ltp/0001-ltp-Don-t-link-against-libfl.patch [moved from meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch with 76% similarity]
meta/recipes-extended/ltp/ltp/0002-Add-knob-to-control-whether-numa-support-should-be-c.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0003-Add-knob-to-control-tirpc-support.patch [moved from meta/recipes-extended/ltp/ltp/add-knob-for-tirpc.patch with 54% similarity]
meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0005-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0006-sendfile-Use-off64_t-instead-of-__off64_t.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0007-replace-SIGCLD-with-SIGCHLD.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0008-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0009-Guard-error.h-with-__GLIBC__.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0010-replace-__BEGIN_DECLS-and-__END_DECLS.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0011-Rename-sigset-variable-to-sigset1.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0012-fsstress.c-Replace-__int64_t-with-int64_t.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0013-include-fcntl.h-for-getting-O_-definitions.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0014-hyperthreading-Include-sys-types.h-for-pid_t-definit.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0015-mincore01-Rename-PAGESIZE-to-pagesize.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0016-ustat-Change-header-from-ustat.h-to-sys-ustat.h.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0017-replace-sigval_t-with-union-sigval.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0018-guard-mallocopt-with-__GLIBC__.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0019-tomoyo-Replace-canonicalize_file_name-with-realpath.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0020-getdents-define-getdents-getdents64-only-for-glibc.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0022-include-sys-types.h.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0023-ptrace-Use-int-instead-of-enum-__ptrace_request.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0024-rt_sigaction-rt_sigprocmark-Define-_GNU_SOURCE.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0025-mc_gethost-include-sys-types.h.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0026-crash01-Define-_GNU_SOURCE.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0027-sysconf01-Use-_SC_2_C_VERSION-conditionally.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0029-trace_shed-Fix-build-with-musl.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/0031-vma03-fix-page-size-offset-as-per-page-size-alignmen.patch [moved from meta/recipes-extended/ltp/ltp/0001-ltp-vma03-fix-the-alginment-of-page-size.patch with 71% similarity]
meta/recipes-extended/ltp/ltp/0032-regen.sh-Include-asm-unistd.h-explicitly.patch [new file with mode: 0644]
meta/recipes-extended/ltp/ltp/add-knob-for-numa.patch [deleted file]
meta/recipes-extended/ltp/ltp/make-setregid02-work.patch [deleted file]
meta/recipes-extended/ltp/ltp_20160126.bb [moved from meta/recipes-extended/ltp/ltp_20150903.bb with 59% similarity]