build-arm-images: build the rpi2 image.

This commit is contained in:
Juan RP 2015-02-06 11:50:37 +01:00
parent e52f493f15
commit cf8654694e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
date=$(date '+%Y%m%d') date=$(date '+%Y%m%d')
for f in beaglebone cubieboard2 odroid-u2 rpi; do for f in beaglebone cubieboard2 odroid-u2 rpi rpi2; do
./mkrootfs.sh $f ./mkrootfs.sh $f
./mkimage.sh void-${f}-rootfs-${date}.tar.xz ./mkimage.sh void-${f}-rootfs-${date}.tar.xz
pixz -9 void-${f}-${date}.img pixz -9 void-${f}-${date}.img