This repository contains a collection of Docker files that help rebuilding embedded software distributions.
Please refer to the README.md
file available under each subdirectory for details:
- build-aosp: Android Open Source Project
- build-yocto: Yocto project
- build-yocto-fsl-arm: Yocto project for Freescale/ARM targets
- build-yocto-genivi: Yocto GENIVI Baseline
- Docker 0.9.1 or later (tested on Ubuntu and CoreOS)
- A fast Internet connection
Execute the following commands:
cd <build-something>
docker build -t mybuild .
Execute the following commands:
docker run -i -t mybuild
su - build
# (depends on the specialized image being run)
Execute the following commands:
docker run -i -t gmacario/<build-something>
su - build
# (depends on the specialized image being run)