Skip to content
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

VSCode : Enable Development inside Docker Container #6913

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

embetrix
Copy link
Contributor

@embetrix embetrix commented Jun 25, 2024

This will enable seamless Development of optee_os Project with VSCode inside Docker container.

The VSCode Container provides:

  • Automatic Mapping of the host user UID/GID inside the container
  • GCC Cross-Compilers (aarch64/armhf/riscv64)
  • GDB Multiarch for Debugging
  • Remote SSH on the Target with seamless ssh mapping of the Host inside the container (Linux/Windows WSL)
  • Git and Git Extensions to work and send Patches

Note: This require Docker installation for Linux/or Windows :
[1] https://docs.docker.com/engine/install

  VSCode Extensions (extensions.json) will be recommended for the installation

For more Information :
[2] https://code.visualstudio.com/docs/devcontainers/containers
[3] https://www.youtube.com/watch?v=C_5tDWsWSj0
[4] https://www.youtube.com/watch?v=b1RavPr_878

Copy link

This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.

@github-actions github-actions bot added the Stale label Jul 26, 2024
@github-actions github-actions bot closed this Aug 1, 2024
@embetrix
Copy link
Contributor Author

Any updates on this MR?

@jforissier
Copy link
Contributor

LGTM.

Acked-by: Jerome Forissier <[email protected]>

@embetrix
Copy link
Contributor Author

done

@embetrix embetrix force-pushed the feature/docker-vscode branch 3 times, most recently from 98a3066 to 954685d Compare November 29, 2024 09:01
This will enable seamless Development of optee_os Project with VSCode
inside Docker container.

The VSCode Container provides:

* Automatic Mapping of the host user UID/GID inside the container
* GCC Cross-Compilers (aarch64/armhf/riscv64)
* GDB Multiarch for Debugging
* Remote SSH on the Target with seamless ssh mapping of the Host
  inside the container (Linux/Windows WSL)
* Git and Git Extensions to work and send Patches

Note: This require Docker installation for Linux/or Windows :
      [1] https://docs.docker.com/engine/install

      VSCode Extensions (extensions.json) will be recommended
      for the installation

For more Information :
[2] https://code.visualstudio.com/docs/devcontainers/containers
[3] https://www.youtube.com/watch?v=C_5tDWsWSj0
[4] https://www.youtube.com/watch?v=b1RavPr_878

Signed-off-by: Ayoub Zaki <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
@jforissier jforissier merged commit 9f34db3 into OP-TEE:master Nov 29, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants