aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-09-08 09:09:38 +0000
committerLinaro Code Review <review@review.linaro.org>2017-09-08 09:09:38 +0000
commit482dd5b0ae78f24899ae90c9db4cf42a43650fc4 (patch)
tree495199440e13e7121f1461140f239b6ab7600b66
parent83b66e78944f507632047e2572c6c4c6fd6159b2 (diff)
parent274074146ae4f3c7319f1818d602caee39f1b61c (diff)
Merge "*-tcwg-base: Add packages required to analyze perf.data files"
-rw-r--r--tcwg-base/Dockerfile.in5
-rw-r--r--trusty-amd64-tcwg-base/Dockerfile3
-rw-r--r--trusty-arm64-tcwg-base/Dockerfile1
-rw-r--r--trusty-armhf-tcwg-base/Dockerfile1
-rw-r--r--trusty-i386-tcwg-base/Dockerfile3
-rw-r--r--xenial-amd64-tcwg-base/Dockerfile3
-rw-r--r--xenial-arm64-tcwg-base/Dockerfile1
-rw-r--r--xenial-armhf-tcwg-base/Dockerfile1
-rw-r--r--xenial-i386-tcwg-base/Dockerfile3
-rw-r--r--zesty-arm64-tcwg-base/Dockerfile1
-rw-r--r--zesty-armhf-tcwg-base/Dockerfile1
11 files changed, 23 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
diff --git a/trusty-amd64-tcwg-base/Dockerfile b/trusty-amd64-tcwg-base/Dockerfile
index 1eb4a92a..4befce52 100644
--- a/trusty-amd64-tcwg-base/Dockerfile
+++ b/trusty-amd64-tcwg-base/Dockerfile
@@ -19,6 +19,8 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
automake \
bc \
bison \
+ binutils-aarch64-linux-gnu \
+ binutils-arm-linux-gnueabihf \
build-essential \
byacc \
ccache \
@@ -49,6 +51,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
mingw-w64 \
diff --git a/trusty-arm64-tcwg-base/Dockerfile b/trusty-arm64-tcwg-base/Dockerfile
index e00e0904..9db705f2 100644
--- a/trusty-arm64-tcwg-base/Dockerfile
+++ b/trusty-arm64-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \
diff --git a/trusty-armhf-tcwg-base/Dockerfile b/trusty-armhf-tcwg-base/Dockerfile
index b6552fdd..213605b6 100644
--- a/trusty-armhf-tcwg-base/Dockerfile
+++ b/trusty-armhf-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \
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 \
diff --git a/xenial-amd64-tcwg-base/Dockerfile b/xenial-amd64-tcwg-base/Dockerfile
index a2a1ddd1..d5d51451 100644
--- a/xenial-amd64-tcwg-base/Dockerfile
+++ b/xenial-amd64-tcwg-base/Dockerfile
@@ -19,6 +19,8 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
automake \
bc \
bison \
+ binutils-aarch64-linux-gnu \
+ binutils-arm-linux-gnueabihf \
build-essential \
byacc \
ccache \
@@ -49,6 +51,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
mingw-w64 \
diff --git a/xenial-arm64-tcwg-base/Dockerfile b/xenial-arm64-tcwg-base/Dockerfile
index ad72f922..2d4a4b3c 100644
--- a/xenial-arm64-tcwg-base/Dockerfile
+++ b/xenial-arm64-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \
diff --git a/xenial-armhf-tcwg-base/Dockerfile b/xenial-armhf-tcwg-base/Dockerfile
index 98c7cfe2..f4b5bff3 100644
--- a/xenial-armhf-tcwg-base/Dockerfile
+++ b/xenial-armhf-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \
diff --git a/xenial-i386-tcwg-base/Dockerfile b/xenial-i386-tcwg-base/Dockerfile
index 44b45d24..5c522f4e 100644
--- a/xenial-i386-tcwg-base/Dockerfile
+++ b/xenial-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 \
diff --git a/zesty-arm64-tcwg-base/Dockerfile b/zesty-arm64-tcwg-base/Dockerfile
index 47414987..862de0b3 100644
--- a/zesty-arm64-tcwg-base/Dockerfile
+++ b/zesty-arm64-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \
diff --git a/zesty-armhf-tcwg-base/Dockerfile b/zesty-armhf-tcwg-base/Dockerfile
index 355272a9..c4a9e9b6 100644
--- a/zesty-armhf-tcwg-base/Dockerfile
+++ b/zesty-armhf-tcwg-base/Dockerfile
@@ -46,6 +46,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
libssl-dev \
libtcnative-1 \
libtool \
+ linux-tools-generic \
lzop \
make \
net-tools \