build-arm-images: only build the images, the rootfs must be available.
This commit is contained in:
parent
3d30dbb7a6
commit
6755fa69c4
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
date=$(date '+%Y%m%d')
|
PLATFORMS="beaglebone cubieboard2 odroid-u2 rpi rpi2"
|
||||||
|
DATE=$(date '+%Y%m%d')
|
||||||
|
|
||||||
for f in beaglebone cubieboard2 odroid-u2 rpi rpi2; do
|
for f in ${PLATFORMS}; do
|
||||||
./mkrootfs.sh $f
|
./mkimage.sh void-${f}-rootfs-${DATE}.tar.xz
|
||||||
./mkimage.sh void-${f}-rootfs-${date}.tar.xz
|
xz -T0 void-${f}-${DATE}.img
|
||||||
pixz -9 void-${f}-${date}.img
|
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user