[adding] qemu emulation layout to test images with qemu

This commit is contained in:
Jacen
2017-09-07 23:47:35 +02:00
committed by XECDesign
parent 496e41575e
commit 26fcf59f3f
8 changed files with 48 additions and 6 deletions

View File

@@ -1 +1,4 @@
IMG_SUFFIX="-4GB"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi