Skip to content

Files

Latest commit

 

History

History

yocto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 29, 2017
May 23, 2017
May 29, 2017

Example

The yocto script mounts the current directory and adds a user with the same guid and uuid as the current user, then it starts a bash shell into the docker container.

starlord@host $ docker build -t yocto .
starlord@host $ alias yocto=$(pwd)/yocto
starlord@host $ yocto bash
yocto@deadbeef $ git clone git://git.yoctoproject.org/poky.git
yocto@deadbeef $ source poky/oe-init-build-env
yocto@deadbeef $ time bitbake core-image-base