invalid west cmake diagnostics when using board alias #33138
Labels
area: Build System
area: West
West utility
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Zephyr supports board aliases which allow more natural names to be used for boards at the command line.
Sometime in the past couple weeks use of this feature has started to produce verbose gratuitous warnings. E.g.:
with
in a file identified by the
ZEPHYR_BOARD_ALIASES
environment variable now produces:The warning is clearly wrong, as the board is being set correctly, and is inappropriate, as the alias was correct.
The text was updated successfully, but these errors were encountered: