aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-07 09:06:29 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-07 09:18:59 +0000
commit274074146ae4f3c7319f1818d602caee39f1b61c (patch)
treef43862dfa64c0bcce43b5c816ff331bd1f5e6f72 /tcwg-base
parent251ff4a2bafa59355f363b6eb89845cfd9bb5022 (diff)
*-tcwg-base: Add packages required to analyze perf.data files
Add linux-tools-generic to get "perf" and binutils-aarch64-linux-gnu with binutils-arm-linux-gnueabihf to enable cross perf-annotate on x86_64 boxes. The latter is done by passing --objdump <objdump> option to perf. Change-Id: Ib33aae197bc0b04f1c6de69bb3060a98e8de5854
Diffstat (limited to 'tcwg-base')
-rw-r--r--tcwg-base/Dockerfile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg-base/Dockerfile.in b/tcwg-base/Dockerfile.in
index 44b756eb..dd5dc1fb 100644
--- a/tcwg-base/Dockerfile.in
+++ b/tcwg-base/Dockerfile.in
@@ -35,6 +35,10 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
automake \
bc \
bison \
+#if ARCH_amd64 || ARCH_i386
+ binutils-aarch64-linux-gnu \
+ binutils-arm-linux-gnueabihf \
+#endif
build-essential \
byacc \
ccache \
@@ -69,6 +73,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
#if ARCH_amd64 || ARCH_i386