From 2e13c372f1419f08dab7797b244681f889dd9bcf Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 14 Apr 2025 22:04:32 +0200 Subject: nrfdemo --- nrfdemo/build/mcuboot/shared_vars.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nrfdemo/build/mcuboot/shared_vars.cmake (limited to 'nrfdemo/build/mcuboot/shared_vars.cmake') 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) -- cgit v1.2.3