1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

lttng-ust: add support for aarch64_be

(From OE-Core rev: 4120bdfab3afb22bd6be68ca3bebff9d299a38ee)

Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tudor Florea
2016-02-24 04:40:07 +01:00
committed by Richard Purdie
parent 6081c35bf4
commit 8a0b99749d
2 changed files with 20 additions and 1 deletions
@@ -0,0 +1,17 @@
lttng-ust: add support for aarch64_be
Upstream-Status: Pending
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
diff --ruN a/configure.ac b/configure.ac
--- a/configure.ac 2016-02-18 14:54:54.651713647 +0100
+++ b/configure.ac 2016-02-18 14:56:11.057865297 +0100
@@ -240,6 +240,7 @@
s390x) NO_UNALIGNED_ACCESS=1 ;;
arm*) NO_UNALIGNED_ACCESS=1 ;;
aarch64) NO_UNALIGNED_ACCESS=1 ;;
+ aarch64_be) NO_UNALIGNED_ACCESS=1 ;;
mips*) NO_UNALIGNED_ACCESS=1 ;;
tile*) NO_UNALIGNED_ACCESS=1 ;;
*)
+3 -1
View File
@@ -23,7 +23,9 @@ PE = "2"
PV = "2.7.1+git${SRCPV}"
SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \
file://lttng-ust-doc-examples-disable.patch"
file://lttng-ust-doc-examples-disable.patch \
file://lttng-ust-add-support-for-aarch64_be.patch \
"
S = "${WORKDIR}/git"