From caf416218623d6778b3d0c2fe12ee08135c2d126 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 24 May 2025 11:18:38 +0200 Subject: Remove installation step Using the installation step to copy selected artifacts into one folder was anyway a hack. This commit shows that the complexity can be reduced by adding copy targets. The `build/artifacts` folder contains the selected artifacts, they are always up to date, the user does not have to call the install step separately and the target definitions do not require install-related keyword arguments. --- fw/btl/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fw/btl/meson.build') diff --git a/fw/btl/meson.build b/fw/btl/meson.build index c22ba3c..2ba1cf4 100644 --- a/fw/btl/meson.build +++ b/fw/btl/meson.build @@ -14,7 +14,7 @@ external_project.add_project( verbose: true, ) -bootloader = custom_target('bootloader', +bootloader = custom_target( output: ['bootloader.bin'], command: [ build_zephyr, @@ -23,6 +23,4 @@ bootloader = custom_target('bootloader', '--target-name', 'bootloader.bin', ], build_by_default: true, - install: true, - install_dir: '/', ) -- cgit v1.2.3-70-g09d2