|
|
@@ -309,6 +309,12 @@ 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" ] && { \
|
|
|
+ cp "$(BUILD_KEY).ucert" "[email protected]" ;\
|
|
|
+ usign -S -m "$@" -s "$(BUILD_KEY)" -x "[email protected]" ;\
|
|
|
+ ucert -A -c "[email protected]" -x "[email protected]" ;\
|
|
|
+ fwtool -S "[email protected]" "$@" ;\
|
|
|
+ }
|
|
|
endef
|
|
|
|
|
|
define Build/kernel2minor
|