summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust_git.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2016-02-24 04:40:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:33:01 +0000
commit8a0b99749d06f39d53fe2fdaf21a94015e280070 (patch)
tree40ecfa2a363b18e2fb415c83dac5cf0054912b18 /meta/recipes-kernel/lttng/lttng-ust_git.bb
parent6081c35bf4e1bd776f380bb9b5ecb57232cdfe58 (diff)
downloadpoky-8a0b99749d06f39d53fe2fdaf21a94015e280070.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_git.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb
index 9ffe9bc8f5..15d925d29e 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb
@@ -23,7 +23,9 @@ PE = "2"
23PV = "2.7.1+git${SRCPV}" 23PV = "2.7.1+git${SRCPV}"
24 24
25SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \ 25SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \
26 file://lttng-ust-doc-examples-disable.patch" 26 file://lttng-ust-doc-examples-disable.patch \
27 file://lttng-ust-add-support-for-aarch64_be.patch \
28 "
27 29
28S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
29 31