Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
/ yocto-docker Public archive

This repository is not currently used. For yocto projects we use https://github.com/siemens/kas container

Notifications You must be signed in to change notification settings

3mdeb/yocto-docker

Repository files navigation

Docker container for Yocto builds

Build Status

Clone Poky and checkout

git clone git:https://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