mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-03 17:27:09 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user