Merge pull request #36 from dave-tucker/dtb

Clean up ARM builds
This commit is contained in:
Justin Cormack
2016-02-19 15:15:27 +00:00
10 changed files with 4 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ arm: initrd-arm.img
Dockerfile.armhf: Dockerfile
cat Dockerfile | \
sed 's@FROM alpine@FROM justincormack/armhf-alpine@' | \
sed '/hv_/d' | \
sed '/hvtools/d' | \
sed 's/syslinux//' | \
grep -v 'rc-update add binfmt_misc sysinit' > $@

View File

@@ -1,4 +1,3 @@
vmlinuz64
zImage
aufs-utils.tar
dtb

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -12,7 +12,6 @@ arm:
$(MAKE) -C mdnstool ARCH=arm
$(MAKE) -C docker ARCH=arm
$(MAKE) -C hupper ARCH=arm
$(MAKE) -C hvtools ARCH=arm
clean:
$(MAKE) -C 9pudc clean