diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-11-20 09:57:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-24 15:12:35 +0000 |
commit | 40c0dbc1a5fc00adc1d779c534dc269885627609 (patch) | |
tree | b4c69d0ccba9307de431d5c77c59f729fc5a8093 /meta/recipes-devtools/strace/strace_4.7.bb | |
parent | d48d44e25cc0dcc955e9d4e93d8164f7cbc9f9c0 (diff) | |
download | poky-40c0dbc1a5fc00adc1d779c534dc269885627609.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.
(From OE-Core rev: f67ad1c2634b3c7a46c43ebdbdffbe7a083e99ed)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.7.bb')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.7.bb | 15 |
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" | |||
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7" | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ |
9 | file://strace-eglibc-2.16.patch \ | 9 | file://0003-util-fix-building-when-glibc-has-a-stub-process_vm_r.patch \ |
10 | file://strace-x32.patch \ | 10 | file://0014-x32-update-syscall-table.patch \ |
11 | file://0018-x32-update-g-s-etsockopt-syscall-numbers.patch \ | ||
12 | file://0024-x32-add-64bit-annotation-too.patch \ | ||
13 | file://0025-Add-e-trace-memory-option.patch \ | ||
14 | file://0026-linux-add-new-errno-values-for-EPROBE_DEFER-and-EOPE.patch \ | ||
15 | file://0027-Add-AArch64-support-to-strace.patch \ | ||
16 | file://0028-Enhance-quotactl-decoding.patch \ | ||
17 | file://0029-Filter-out-redundant-32-ioctl-entries.patch \ | ||
18 | file://0030-Move-asm-generic-ioctl-definitions-to-linux-ioctlent.patch \ | ||
19 | file://0031-Add-support-for-tracing-32-bit-ARM-EABI-binaries-on-.patch \ | ||
11 | " | 20 | " |
12 | 21 | ||
13 | SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642" | 22 | SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642" |