generated from IRNAS/irnas-projects-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generated board-related .conf files for build types
Before this fix the _construct_required_cmake_args function would silently avoid adding the conf/<board>.conf to the OVERLAY_CONFIG for the hw v2 names, since the below check would expect a name with the '/' in it, which is not possible. if os.path.isfile(board_conf): overlay_configs.append(f"{board}.conf")
- Loading branch information
1 parent
c257a43
commit 6028e13
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters