Skip to content

Commit

Permalink
chore(cmake): update platformtxt_filter comments
Browse files Browse the repository at this point in the history
after support addition of vid.** and pid.**

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Aug 12, 2024
1 parent 55381b5 commit ecdf6af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmake/scripts/update_boarddb.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ def boardstxt_filter(key):


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

Expand Down

0 comments on commit ecdf6af

Please sign in to comment.