From be8aaed5d8903ce68e97a0cdfe3247f664ecda85 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 23 Mar 2025 18:18:15 +0100 Subject: fw: btl: Fix ZEPHYR_BASE setting This was not explicitly set to the kernel located at `fw/rtos/zephyr`. Thus depending on the environment other kernel checkout might be picked like `~/zephyrproject/zephyr`. This was not notices so far since there the exact same checkout was used. --- fw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index 6f2ea60..6aaec03 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -24,6 +24,7 @@ ExternalProject_Add( LIST_SEPARATOR "," CMAKE_ARGS "-DBOARD=nucleo_f767zi" + "-DZEPHYR_BASE=${ZEPHYR_BASE}" "-DZEPHYR_MODULES=${ZEPHYR_MODULES_COMMA}" "-DEXTRA_CONF_FILE=${CMAKE_CURRENT_SOURCE_DIR}/btl/bootloader.conf" -DCONFIG_BOOT_SIGNATURE_KEY_FILE="${KEY}" -- cgit v1.2.3-70-g09d2