From 33145e78059367c4b276f55730184de90708d817 Mon Sep 17 00:00:00 2001 From: Simon Pettersson Date: Wed, 24 May 2017 00:15:04 +0200 Subject: [PATCH] Create README.md --- yocto/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yocto/README.md diff --git a/yocto/README.md b/yocto/README.md new file mode 100644 index 0000000..203a756 --- /dev/null +++ b/yocto/README.md @@ -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 +```