image: ignore usign build errors
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 2 Oct 2018 20:43:58 +0000 (22:43 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Oct 2018 20:14:35 +0000 (22:14 +0200)
commit5933958168c84d7ade94ce8bec451da2df064ead
tree7a6150d6d8eb151656a16a7b26d5bdac5374d6fe
parent0fa1dd71ccf5456e1a55dd492e9a42d9b71185ba
image: ignore usign build errors

The tl-wa850re-v2 images from the ar71xx/tiny target are getting too big
with the default packages. The size check is done before the meta data
is added so there is no file to add meta data to or to sign. Originally
errors in Build/append-metadata were getting ignored, but if the signing
fails the error is not ignored.
This adds a check if the file to be signed is there and only does the
signing if it is there. This way it does not fail if the package
creation was already aborted earlier.

Fixes: 848b455d2e94 ("image: use ucert to append signature")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/image-commands.mk