-
Notifications
You must be signed in to change notification settings - Fork 42
CI: Fix failure #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
CI: Fix failure #135
Conversation
67ea236
to
194d31a
Compare
c960140
to
584d40f
Compare
17f4c2e
to
3fe9c4a
Compare
Use the checkpatch.pl included with Zephyr to perform the check. Signed-off-by: TOKITA Hiroshi <[email protected]>
Changed boards to be specified by their normalized names. Signed-off-by: TOKITA Hiroshi <[email protected]>
Modify to use west.yml included in the PR version. Accordingly, the initialization process has been changed. Signed-off-by: TOKITA Hiroshi <[email protected]>
Added cmsis_6 to the repository in line with the update of Zephyr. Signed-off-by: TOKITA Hiroshi <[email protected]>
Apply newest zephyr version Signed-off-by: TOKITA Hiroshi <[email protected]>
Get the variant name (NORMALIZED_BOARD_TARGET) from the Zephyr build system as early as possible. This allows to have per-target build directories. Note that a bug with the shield specifiers does not currently allow to reuse the same build directory multiple times. Signed-off-by: TOKITA Hiroshi <[email protected]> Co-authored-by: Luca Burelli <[email protected]>
Could you take a look, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why the changes to license_check are required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The github action is stuck with the current version.
It was originally brought over from the Zephyr main body, so I applied the current one.
Updated commit message.
484a5ea
to
eb778d1
Compare
CI is failing for several reasons.
We will fix these.
Also, west.yml references the main repository,
not the one in the PR, so we will change it to use the one in the PR.
This workflow uses the Linux version of
checkpatch.pl
.We change it to zephyr's version.