This commit is contained in:
Willy-JL
2024-01-13 02:36:39 +00:00
25 changed files with 577 additions and 217 deletions

View File

@@ -249,7 +249,7 @@ fw_artifacts.extend(
)
fwcdb = fwenv.CompilationDatabase()
fwcdb = fwenv["FW_CDB"] = fwenv.CompilationDatabase()
# without filtering, both updater & firmware commands would be generated in same file
fwenv.Replace(
COMPILATIONDB_PATH_FILTER=fwenv.subst("*${FW_FLAVOR}*"),