mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 20:14:12 -04:00
So that we would be able to select proper Uptader and Bootloader as well as modify them in configuration on demand
30 lines
663 B
Plaintext
30 lines
663 B
Plaintext
{
|
|
"git":
|
|
{
|
|
"git_branch": "@GIT_BRANCH@",
|
|
"git_commit": "@GIT_REV@"
|
|
},
|
|
"version":
|
|
{
|
|
"version": "@PROJECT_VERSION@"
|
|
},
|
|
"bootloader":
|
|
{
|
|
"version": "@ECOBOOT_BIN_VERSION@",
|
|
"filename": "@BOOTLOADER_FILENAME@",
|
|
"md5sum": "@BOOTLOADER_MD5SUM@"
|
|
},
|
|
"boot":
|
|
{
|
|
"version": "@OS_VERSION_MAJOR@.@OS_VERSION_MINOR@.@OS_VERSION_PATCH@",
|
|
"filename": "@BOOT_FILENAME@",
|
|
"md5sum": "@BOOT_MD5SUM@"
|
|
},
|
|
"updater":
|
|
{
|
|
"version": "@UPDATER_BIN_VERSION@",
|
|
"filename": "@UPDATER_FILENAME@",
|
|
"md5sum": "@UPDATER_MD5SUM@"
|
|
}
|
|
}
|