-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add devcontainer integration for vscode #66
Conversation
b8091b5
to
c6072e4
Compare
This pull request has been marked as stale because it has been open (more than) 90 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 30 days. Note, that you can always re-open a closed pull request at any time. |
This pull request has been marked as stale because it has been open (more than) 90 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 30 days. Note, that you can always re-open a closed pull request at any time. |
c6072e4
to
95a8622
Compare
95a8622
to
28e54b0
Compare
@andreas-kurz Please, could you add your signed-off in the commit message and fix our QA Compliance Check:
|
28e54b0
to
663e4c2
Compare
663e4c2
to
a0dd349
Compare
Sorry, seems like I forgot to add the ul address to my GPG key. And somehow my git commit didn't add the "signed-off by" to the message. Should be fixed now |
a0dd349
to
152d8d9
Compare
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.
LGTM, many thanks.
Signed-off-by: Stephan Linz <[email protected]>
This will auto setup the whole build environment based on zephyr's docker containers. Prerequisites are: - docker is accessable by the user without using sudo - vscode with remote container extension is installed Signed-off-by: Andreas Kurz <[email protected]> Signed-off-by: Stephan Linz <[email protected]>
No problem. The signed-off was more important than missed GPG keys. Now I was able to rebase and sign by me. All fine, thnx. |
This will auto setup the whole build environment based on zephyr's docker containers. Prerequisites are:
Create a directory for your workspace. Go into that directory and clone the bridle repo.
Open the repo folder in vscode and select from the commands "Dev Containers: Reopen in container" (you might be prompted in the bottom right corner for that).
This will then download the docker container, install packages etc. so that you can directly start with a
west build