]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: add support for aarch64_be
authorTudor Florea <tudor.florea@enea.com>
Wed, 24 Feb 2016 03:40:07 +0000 (04:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:36 +0000 (11:32 +0000)
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/lttng/lttng-ust/lttng-ust-add-support-for-aarch64_be.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-ust_git.bb

diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-add-support-for-aarch64_be.patch b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-add-support-for-aarch64_be.patch
new file mode 100644 (file)
index 0000000..9b37a4a
--- /dev/null
@@ -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 ;;
+       *)
index 9ffe9bc8f5115af5b2e5d147d44b991c21309ba8..15d925d29e49e536cbd6b5a61d05726c4063e9a4 100644 (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"