Skip to content

Commit 3d28c39

Browse files
authored
Update Dockerfile
1 parent 600ca67 commit 3d28c39

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rtems-6/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ run mkdir -p ${HOME}/rtems-6 \
2828
&& git clone -b 6 https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git \
2929
&& cd rtems-source-builder/rtems \
3030
&& ../source-builder/sb-set-builder --prefix=$HOME/rtems-6 6/rtems-i386
31+
3132
# clone RTEMS source tree
3233
run cd ${HOME} \
3334
&& git clone -b 6 https://gitlab.rtems.org/rtems/rtos/rtems.git \
3435
&& export PATH=$HOME/rtems-6/bin:$PATH
36+
3537
# Build RTEMS BSP
36-
run cd rtems \
38+
run cd ${HOME}/rtems \
3739
&& mv /config.ini . \
3840
&& ./waf configure --prefix=${HOME}/rtems-6 \
3941
&& ./waf \
4042
&& ./waf install
43+
4144
# Get and build the legacy network stack
4245
run cd ${HOME} \
4346
&& git clone -b 6 https://gitlab.rtems.org/rtems/pkg/rtems-net-legacy.git \

0 commit comments

Comments
 (0)