I'm just starting out with Yocto. I've purchased the book (Mastering Embedded Linux Programming Third Edition) and waiting on its delivery.

In the meantime, I can't figure out how to add docker-ce to my project which is listed on layers.openembedded.org.

It always says: ERROR: Nothing PROVIDES 'docker-ce'

Thx.

Ian.

1

1 Answer

The docker-ce recipe is provided by the meta-virtualization layer. You should clone this layer next to your other layers, then check out the proper release branch (e.g. kirkstone if that's the release you are using). Then add the layer path to your bbappend.conf and you should be able to build docker-ce with bitbake docker-ce.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.