generate images.list after building the firmware
This commit is contained in:
parent
7bbd9ad621
commit
001a6b6a6b
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue