Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contiki-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NATAF Emmanuel
contiki-ng
Commits
20fa5299
Commit
20fa5299
authored
6 years ago
by
George Oikonomou
Browse files
Options
Downloads
Patches
Plain Diff
Quiet wget
parent
995a0762
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/docker/Dockerfile
+6
-6
6 additions, 6 deletions
tools/docker/Dockerfile
with
6 additions
and
6 deletions
tools/docker/Dockerfile
+
6
−
6
View file @
20fa5299
...
...
@@ -11,21 +11,21 @@ RUN apt-get update && \
&&
apt-get clean
# Install ARM toolchain
RUN
wget https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2
&&
\
RUN
wget
-nv
https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2
&&
\
tar
xjf gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2
-C
/tmp/
&&
\
cp
-f
-r
/tmp/gcc-arm-none-eabi-5_2-2015q4/
*
/usr/local/
&&
\
rm
-rf
/tmp/gcc-arm-none-eabi-
*
gcc-arm-none-eabi-
*
-linux
.tar.bz2
# Install msp430 toolchain
RUN
wget http://simonduq.github.io/resources/mspgcc-4.7.2-compiled.tar.bz2
&&
\
RUN
wget
-nv
http://simonduq.github.io/resources/mspgcc-4.7.2-compiled.tar.bz2
&&
\
tar
xjf mspgcc
*
.tar.bz2
-C
/tmp/
&&
\
cp
-f
-r
/tmp/msp430/
*
/usr/local/
&&
\
rm
-rf
/tmp/msp430 mspgcc
*
.tar.bz2
# Install NXP toolchain (partial, with binaries excluded. Download from nxp.com)
RUN
wget http://simonduq.github.io/resources/ba-elf-gcc-4.7.4-part1.tar.bz2
&&
\
wget http://simonduq.github.io/resources/ba-elf-gcc-4.7.4-part2.tar.bz2
&&
\
wget http://simonduq.github.io/resources/jn516x-sdk-4163-1416.tar.bz2
&&
\
RUN
wget
-nv
http://simonduq.github.io/resources/ba-elf-gcc-4.7.4-part1.tar.bz2
&&
\
wget
-nv
http://simonduq.github.io/resources/ba-elf-gcc-4.7.4-part2.tar.bz2
&&
\
wget
-nv
http://simonduq.github.io/resources/jn516x-sdk-4163-1416.tar.bz2
&&
\
mkdir
/tmp/jn516x-sdk /tmp/ba-elf-gcc
&&
\
tar
xjf jn516x-sdk-
*
.tar.bz2
-C
/tmp/jn516x-sdk
&&
\
tar
xjf ba-elf-gcc-
*
part1.tar.bz2
-C
/tmp/ba-elf-gcc
&&
\
...
...
@@ -37,7 +37,7 @@ RUN wget http://simonduq.github.io/resources/ba-elf-gcc-4.7.4-part1.tar.bz2 && \
ENV
PATH="/usr/ba-elf-gcc/bin:${PATH}"
## Install nRF52 SDK
RUN
wget https://developer.nordicsemi.com/nRF5_IoT_SDK/nRF5_IoT_SDK_v0.9.x/nrf5_iot_sdk_3288530.zip
&&
\
RUN
wget
-nv
https://developer.nordicsemi.com/nRF5_IoT_SDK/nRF5_IoT_SDK_v0.9.x/nrf5_iot_sdk_3288530.zip
&&
\
mkdir
/usr/nrf52-sdk
&&
\
unzip nrf5_iot_sdk_3288530.zip
-d
/usr/nrf52-sdk
&&
\
rm
nrf5_iot_sdk_3288530.zip
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment