I work with Yocto at my day job too. I hate it. I have 20 years of experience with Linux, and my favorite disto is Fedora. Fedora on arm is working much better than Yocto (except for DNF: 40,000 of available packages is too much for an embedded system, so at least 1GB of memory is required to run DNF).
clarry|6 years ago
Gentoo is quite intuitive by comparison.
nrclark|6 years ago
Yocto is the wrong tool if you're looking for a good developer Linux. It's a great tool if you're looking for a way to make a highly customized Linux image. It provides good reproducibility and strict license mechanisms to make sure you don't run afoul of anybody's open-source license. It also provides you with tools to compile and include your own recipes, and easy ways to modify upstream recipes without needing to fork the Yocto repos.
troubler|6 years ago
StillBored|6 years ago
Yocto is just another "The S in IOT stands for security" kind of problem.
ernst_klim|6 years ago
I concur. I've tried Yocto, was appalled by it. Then I've taken Centos 8, and it was a breeze to build for it, safe for some minor troubles.
I would choose Centos/opensuse/fedora/custom distro over Yocto anytime.