summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.7.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-11-20 09:57:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-24 15:12:07 +0000
commitf67ad1c2634b3c7a46c43ebdbdffbe7a083e99ed (patch)
treef53ce36d1035df81ca2ec29d2cd03ae3774afa93 /meta/recipes-devtools/strace/strace_4.7.bb
parentba151faad47e6874b295ebd9699ce154bc4ff741 (diff)
downloadopenembedded-core-f67ad1c2634b3c7a46c43ebdbdffbe7a083e99ed.tar.gz
strace: backport AArch64 support
This changeset updates existing OE patches to commits from upstream git tree and adds everything needed to get AArch64 support working. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.7.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.7.bb15
1 files changed, 12 insertions, 3 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.7.bb b/meta/recipes-devtools/strace/strace_4.7.bb
index e1a5e828ed..2d56e9af42 100644
--- a/meta/recipes-devtools/strace/strace_4.7.bb
+++ b/meta/recipes-devtools/strace/strace_4.7.bb
@@ -3,11 +3,20 @@ HOMEPAGE = "http://strace.sourceforge.net"
SECTION = "console/utils"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
- file://strace-eglibc-2.16.patch \
- file://strace-x32.patch \
+ file://0003-util-fix-building-when-glibc-has-a-stub-process_vm_r.patch \
+ file://0014-x32-update-syscall-table.patch \
+ file://0018-x32-update-g-s-etsockopt-syscall-numbers.patch \
+ file://0024-x32-add-64bit-annotation-too.patch \
+ file://0025-Add-e-trace-memory-option.patch \
+ file://0026-linux-add-new-errno-values-for-EPROBE_DEFER-and-EOPE.patch \
+ file://0027-Add-AArch64-support-to-strace.patch \
+ file://0028-Enhance-quotactl-decoding.patch \
+ file://0029-Filter-out-redundant-32-ioctl-entries.patch \
+ file://0030-Move-asm-generic-ioctl-definitions-to-linux-ioctlent.patch \
+ file://0031-Add-support-for-tracing-32-bit-ARM-EABI-binaries-on-.patch \
"
SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642"