Skip to content

swi-infra/docker-yocto-dev-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%