aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-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 /trusty-i386-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 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/trusty-i386-tcwg-base/Dockerfile b/trusty-i386-tcwg-base/Dockerfile
index dea078e5..e0fbe517 100644
--- a/trusty-i386-tcwg-base/Dockerfile
+++ b/trusty-i386-tcwg-base/Dockerfile
@@ -20,6 +20,8 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
automake \
bc \
bison \
+ binutils-aarch64-linux-gnu \
+ binutils-arm-linux-gnueabihf \
build-essential \
byacc \
ccache \
@@ -50,6 +52,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
mingw-w64 \