summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-13 16:28:33 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-18 14:40:57 +0200
commit784b3c535cb066dafb05d52170851b9dfb262f98 (patch)
treeeac76ed6f4a9ba71bd391bc72630fb61dd94e0cc
parent327f40b48bfb773981b0ac00b5633018247db24c (diff)
gitlab-ci: Remove autotools from corss-compilation containers
We only use meson there. Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--Dockerfile.debian-arm648
-rw-r--r--Dockerfile.debian-armhf8
2 files changed, 0 insertions, 16 deletions
diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index 34fb5ad4..7b3a3c7c 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:arm64 \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 81ad5c61..c67a1e2a 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:armhf \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make