combined-ext-image.sh: generate image in temp dir
authorSven Eckelmann <sven.eckelmann@open-mesh.com>
Thu, 30 Nov 2017 13:30:06 +0000 (14:30 +0100)
committerMathias Kresin <dev@kresin.me>
Sat, 13 Jan 2018 06:58:46 +0000 (07:58 +0100)
commit1a384ac0b553433dd5049068e70425c421b796f8
treea6daed598c0545b3ad64117ad6b766c2727233de
parent9514cde2b95307f51f60183f31d76925a49ee55d
combined-ext-image.sh: generate image in temp dir

The new build commands operate on the input image and use it again as
output image. This conflicts with the way combined-ext-image.sh was
operating. It required that input and output files are different files and
and that it can write freely to the output file.

This can be avoided when all intermediate build steps by
combined-ext-image.sh are done in a temporary directory. The output file is
then only overwritten in the last step.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
scripts/combined-ext-image.sh