diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
| commit | 2e13c372f1419f08dab7797b244681f889dd9bcf (patch) | |
| tree | 995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/build/mcuboot/shared_vars.cmake | |
| parent | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff) | |
nrfdemo
Diffstat (limited to 'nrfdemo/build/mcuboot/shared_vars.cmake')
| -rw-r--r-- | nrfdemo/build/mcuboot/shared_vars.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nrfdemo/build/mcuboot/shared_vars.cmake b/nrfdemo/build/mcuboot/shared_vars.cmake new file mode 100644 index 0000000..4a9f7b7 --- /dev/null +++ b/nrfdemo/build/mcuboot/shared_vars.cmake @@ -0,0 +1,8 @@ +add_custom_target(mcuboot_shared_property_target) +set_property(TARGET mcuboot_shared_property_target PROPERTY KERNEL_HEX_NAME;zephyr.hex) +set_property(TARGET mcuboot_shared_property_target PROPERTY ZEPHYR_BINARY_DIR;/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr) +set_property(TARGET mcuboot_shared_property_target PROPERTY KERNEL_ELF_NAME;zephyr.elf) +set_property(TARGET mcuboot_shared_property_target PROPERTY BUILD_BYPRODUCTS;/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/zephyr.hex;/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/zephyr.elf) +set_property(TARGET mcuboot_shared_property_target PROPERTY SIGNATURE_KEY_FILE;root-ec-p256.pem) +set_property(TARGET mcuboot_shared_property_target APPEND PROPERTY PM_YML_DEP_FILES;/home/mike/Documents/ncs/v2.7.0/bootloader/mcuboot/boot/zephyr/pm.yml) +set_property(TARGET mcuboot_shared_property_target APPEND PROPERTY PM_YML_FILES;/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/include/generated/pm.yml) |
