pebble/release/10121030_baconator.json
2025-01-27 11:38:16 -08:00

44 lines
1 KiB
JSON

{
"name" : "Pebble Firmware (Baconator)",
"firmware" : {
"boards" : ["bigboard", "ev2_3"],
"release" : true,
"factory" : true,
"cflags" : []
},
"files" : [
{
"src" : "release-notes/baconator.txt",
"dst" : "release_notes.txt"
},
{
"src" : "build/src/boot/tintin_boot.elf",
"dst" : "pebble_boot_{tag}.elf"
},
{
"src" : "build/src/fw/tintin_fw.elf",
"dst" : "pebble_fw_{tag}.elf"
},
{
"src" : "build/safe/src/fw/tintin_fw.elf",
"dst" : "pebble_recovery_{tag}.elf"
},
{
"src" : "build/system_resources.pbpack",
"dst" : "system_resources_{tag}.pbpack"
},
{
"src" : "tools/elf2hex.sh",
"dst" : "scripts/elf2hex.sh"
},
{
"src" : "tools/elf2bin.sh",
"dst" : "scripts/elf2bin.sh"
}
],
"bundles" : []
}