From bfeb340c50bc63fd9c70fcc5b7bec5bd1e3c26f0 Mon Sep 17 00:00:00 2001 From: Ben Stoltz Date: Mon, 27 Nov 2023 13:54:53 -0800 Subject: [PATCH] Fix meanwell app-meanwell.toml so that the output doesn't conflict with app.toml (#1567) If one builds all of the available app.toml then the outputs of app/gimletlet/app{,-meanwell}.toml get written to the same path: target/gimletlet-meanwell/dist/default/build-gimletlet-image-default.zip This change results in app-meanwell.toml writing to: target/gimletlet-meanwell/dist/default/build-gimletlet-meanwell-image-default.zip --- app/gimletlet/app-meanwell.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gimletlet/app-meanwell.toml b/app/gimletlet/app-meanwell.toml index e501b0775..0cf352e3e 100644 --- a/app/gimletlet/app-meanwell.toml +++ b/app/gimletlet/app-meanwell.toml @@ -1,4 +1,4 @@ -name = "gimletlet" +name = "gimletlet-meanwell" target = "thumbv7em-none-eabihf" board = "gimletlet-2" chip = "../../chips/stm32h7"