Add a fingerprint of the ARM OS source files to detect when a client expects another ARM image

This commit is contained in:
Philippe Teuwen 2022-02-14 02:57:10 +01:00
commit bbf49ab560
5 changed files with 21 additions and 1 deletions

View file

@ -53,6 +53,7 @@ struct version_information_t {
char clean; /* 1: Tree was clean, no local changes. 0: Tree was unclean. 2: Couldn't be determined */
char gitversion[50]; /* String with the git revision */
char buildtime[30]; /* string with the build time */
char armsrc[10]; /* sha256sum of sha256sum of armsrc files */
} PACKED;
// debug