3mdeb / yocto-docker

This repository is not currently used. For yocto projects we use https://github.com/siemens/kas container
7 stars 2 forks source link

Docker container for Yocto builds

Build Status

Clone Poky and checkout

git clone git://git.yoctoproject.org/poky
cd poky
git checkout -b zeus origin/zeus

Build sample Yocto image

./yocto-docker/docker-bake.sh core-image-minimal

Pull Docker image

docker pull 3mdeb/yocto-docker

Build Docker image

./build.sh

Release Docker image

Refer to the docker-release-manager

Troubleshooting

If similar message appears:

dirname: missing operand
Try 'dirname --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.

It probably means that your SSH key is not exposed via the ssh-agent. In this case you could run:

eval `ssh-agent`
ssh-add