swi-infra / docker-yocto-dev-image

An image to work with Yocto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-yocto-dev-image

An image for Yocto development

docker run \
           --rm \
           --user=${UID} \
           --tty --interactive \
           --hostname=${HOSTNAME} \
           --volume ${PWD}:${PWD} \
           --volume /etc/passwd:/etc/passwd \
           --volume /etc/group:/etc/group \
           --workdir ${PWD} \
           quay.io/swi-infra/yocto-dev

The image provide essential tools to build packages with Yocto, as described from: http://www.yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#detailed-supported-distros

The base image is Ubuntu 16.04 LTS.

Packages are from the Yocto documentation + essential packages for https://legato.io .

About

An image to work with Yocto


Languages

Language:Dockerfile 100.0%