From 1dbcc34d41e0af5830ee7351ad244e40afa7a3fb Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 1 Sep 2024 23:11:24 -0400 Subject: [PATCH] https://github.com/rusefi/fw-custom-example/issues/14 --- compile_firmware.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compile_firmware.sh b/compile_firmware.sh index 48592c4..91eebe1 100755 --- a/compile_firmware.sh +++ b/compile_firmware.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash -# do we need export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml" here? +export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml" +# todo: code reuse with manual-generate-meta-data.sh? +export META_OUTPUT_ROOT_FOLDER="../../../generated/" + cd ext/rusefi/firmware/ bash bin/compile.sh ../../../meta-info.env