Skip to content

Commit

Permalink
use stripped rtems BSP
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 28, 2024
1 parent da47c84 commit c393299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ ENV RTEMS_BASE=${RTEMS_TOP_FOLDER}/rtems/${RTEMS_VERSION}/
ENV EPICS_BASE_SRC=https://github.com/kiwichris/epics-base.git
ENV EPICS_VERSION=rtems-legacy-net-support

# pull in RTEMS BSP
COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-developer:6.2rc1 ${RTEMS_BASE} ${RTEMS_BASE}
# pull in RTEMS BSP (stripped version because otherwise it is too large)
COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.2rc1 ${RTEMS_BASE} ${RTEMS_BASE}

##### shared build stage #######################################################

Expand Down

0 comments on commit c393299

Please sign in to comment.