Skip to content

Commit

Permalink
tidy rtems local cross compile for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 16, 2024
1 parent 89f825d commit 8513f97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"dockerfile": "../Dockerfile",
"target": "developer",
"args": {
//"TARGET_ARCHITECTURE": "RTEMS-beatnik",
// Native target development settings ==============================
"TARGET_ARCHITECTURE": "linux-x86_64",
"EPICS_HOST_ARCH": "linux-x86_64",
// "BASE_IMAGE": "ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.2rc1ec2b2"
"BASE_IMAGE": "ubuntu:22.04"
// Local cross compilation settings ================================
// "TARGET_ARCHITECTURE": "RTEMS-beatnik",
// "BASE_IMAGE": "ghcr.io/epics-containers/rtems-beatnik-runtime:6.1rc2"
}
},
"remoteEnv": {
Expand Down

0 comments on commit 8513f97

Please sign in to comment.