commit | 66b475a3aa4d73f4ddd5be5a7a1e0f3c7028e539 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Thu Mar 07 10:06:34 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Mar 22 12:42:49 2024 +0000 |
tree | 3a0d050c3afdc205fb3008946876b0a6be0f1516 | |
parent | fddbd79cf7d18d11e61671601f76613d659af24b [diff] |
scripts: remove board name from the qualifiers in list_boards.py Fixes: #69329 The board name was printed as part of printing board qualifiers because those was being concatenated in the `board_v2_qualifiers()` method. Keep the qualifiers separated from the board name and let the caller concatenate the strings when required. Completion scripts are also updated to handle the corrected behaviour. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>