Skip to content

Commit ecdf6af

Browse files
committed
chore(cmake): update platformtxt_filter comments
after support addition of vid.** and pid.** Signed-off-by: Frederic Pillon <[email protected]>
1 parent 55381b5 commit ecdf6af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: cmake/scripts/update_boarddb.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ def boardstxt_filter(key):
4141

4242

4343
def platformtxt_filter(key):
44-
# reject everything but build.**
45-
# and also build.info (that's specific to the build system, we'll hard-code it)
46-
# we don't need anything else from platform.txt
44+
# reject everything except build.**, vid.** and pid.**
45+
# Note that build.info is also rejected
46+
# (it is specific to the build system, it will be hard-coded)
47+
# nothing else is needed from platform.txt
4748
# +additional stuff might confuse later parts of the script
4849
# e.g.:
4950

0 commit comments

Comments
 (0)