lint: generate options from kconfigcheck.toml
Compare changes
Files
2+ 3
− 8
@@ -283,17 +283,12 @@ apkbuild_attributes = {
Now that we have moved the kconfigcheck configuration into pmaports branches via kconfigcheck.toml, it is time to get rid of the hardcoded list of valid "pmb:kconfigcheck-…" options for APKBUILDs. Generate it from the kconfigcheck.toml of the current branch, too.
These options are passed from "pmbootstrap lint" to "apkbuild-lint", which we run in pmaports CI.
Related: pmaports!5633