Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecdf6af

Browse files
committed
chore(cmake): update platformtxt_filter comments
after support addition of vid.** and pid.**Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent55381b5 commitecdf6af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎cmake/scripts/update_boarddb.py

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

4242

4343
defplatformtxt_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)

[8]ページ先頭

©2009-2025 Movatter.jp