Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvpe authored May 23, 2017
1 parent a946bca commit 33145e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yocto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.
```bash
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
```

0 comments on commit 33145e7

Please sign in to comment.