|
@@ -309,7 +309,7 @@ metadata_json = \
|
|
|
|
|
|
define Build/append-metadata
|
|
|
$(if $(SUPPORTED_DEVICES),-echo $(call metadata_json,$(SUPPORTED_DEVICES)) | fwtool -I - $@)
|
|
|
- [ -s "$(BUILD_KEY)" -a -s "$(BUILD_KEY).ucert" ] && { \
|
|
|
+ [ ! -s "$(BUILD_KEY)" -o ! -s "$(BUILD_KEY).ucert" ] || { \
|
|
|
cp "$(BUILD_KEY).ucert" "[email protected]" ;\
|
|
|
usign -S -m "$@" -s "$(BUILD_KEY)" -x "[email protected]" ;\
|
|
|
ucert -A -c "[email protected]" -x "[email protected]" ;\
|