mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Previously, post-image.sh was able to create QEMU images from an existing release tarball. This was useful when you wanted to test a new bootloader build without having to wait for a full Infix build. Restore this capability by adding a separate image target for it, and then allow image-itb-qcow to source its input images from that instead of a locally build squash+aux.
10 lines
251 B
Makefile
10 lines
251 B
Makefile
################################################################################
|
|
#
|
|
# image-itb-dl-release
|
|
#
|
|
################################################################################
|
|
|
|
IMAGE_ITB_DL_RELEASE_CONFIG_VARS := URL
|
|
|
|
$(eval $(ix-image))
|