generate images.list after building the firmware

This commit is contained in:
Daniel Frank 2019-03-22 20:56:30 +01:00
parent 7bbd9ad621
commit 001a6b6a6b
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -96,6 +96,8 @@ for t in $targets; do
announce Starting build for $t... >&2
make -j$(nproc) GLUON_TARGET=$t $verbose
done
# Generate the images.list
( cd "${GLUON_OUTPUTDIR}/images" && find -type f ! -iname '*.manifest' ! -iname images.list | sed -e 's!^\./\(.*\)$!\1!' -e 's!/! !g' | sort > images.list )
announce Building manifest...
make manifest
if [ -n "${signature}" ]; then