Clean up ARM builds

- Check in dtbs and give them their own directory
- Add cubieboard dtbs :)
- Remove hyper-v tools from arm Dockerfile

Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
Dave Tucker
2016-02-19 14:54:59 +00:00
parent 2180d0d2ed
commit 2a6f32b164
10 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
gcc-arm-linux-gnueabihf
ADD https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz .
ADD https://d-i.debian.org/daily-images/armhf/daily/device-tree/vexpress-v2p-ca15-tc1.dtb /dtb
RUN cat linux-${KERNEL_VERSION}.tar.xz | tar --absolute-names -xJ && mv /linux-${KERNEL_VERSION} /linux