summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-kernel/lttng/lttng-ust
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch13
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch18
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch b/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
new file mode 100644
index 0000000000..b8b2cc3452
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
@@ -0,0 +1,13 @@
1diff --git a/configure.ac b/configure.ac
2index f507883..40a57d8 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -194,6 +194,8 @@ changequote([,])dnl
6 s390) NO_UNALIGNED_ACCESS=1 ;;
7 s390x) NO_UNALIGNED_ACCESS=1 ;;
8 arm*) NO_UNALIGNED_ACCESS=1 ;;
9+ aarch64) NO_UNALIGNED_ACCESS=1 ;;
10+ aarch64_be) NO_UNALIGNED_ACCESS=1 ;;
11 mips*) NO_UNALIGNED_ACCESS=1 ;;
12 tile*) NO_UNALIGNED_ACCESS=1 ;;
13 *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;
diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
new file mode 100644
index 0000000000..b68a9899c9
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
@@ -0,0 +1,18 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Don't build the doc examples - we don't need them and in fact they
4never successfully built in previous iterations of the lttng-ust
5recipe anyway.
6
7Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
8
9Index: doc/Makefile.am
10===================================================================
11--- a/doc/Makefile.am
12+++ b/doc/Makefile.am
13@@ -1,4 +1,4 @@
14-SUBDIRS = . examples
15+SUBDIRS = .
16
17 dist_man_MANS = man/lttng-gen-tp.1 \
18 man/lttng-ust.3 \