From d1b32d7c4aa269399fcad3e0b67e1ac8be560084 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sat, 2 Mar 2024 10:45:46 +0000 Subject: [PATCH] update to latest rtems BSP version --- Dockerfile | 2 +- build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0693831..05788fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ ENV EPICS_BASE_SRC=https://github.com/kiwichris/epics-base.git ENV GIT_OPTS="--branch rtems-legacy-net-support --recursive" # pull in RTEMS BSP from the GHCR -COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.1rc2 \ +COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.2rc1ec1 \ ${RTEMS_BASE} ${RTEMS_BASE} ##### shared build stage ####################################################### diff --git a/build b/build index a21fecf..1422fed 100755 --- a/build +++ b/build @@ -26,7 +26,7 @@ fi git submodule update --init # build and developer images -$docker buildx build --network host --target $TARGET \ +$docker buildx build --load --network host --target $TARGET \ --build-arg TARGETARCH=amd64 \ --build-arg TARGET_ARCHITECTURE=$T_A \ -t ${TAG} .