-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generating the incremental OTAs is out of scope for Custota, but if they're already generated some other way, Custota can make use of them. The vbmeta digest of the current running system is used to select which incremental OTA to install. This is cryptographically tied to a specific OS build, so there is no chance that an incremental OTA gets applied to an incompatible OS. (Unlike eg. if the Android build fingerprint were used instead.) Signed-off-by: Andrew Gunnerson <[email protected]>
- Loading branch information
1 parent
974f4e3
commit 778b682
Showing
3 changed files
with
126 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters