I want to use zeromq and google protobuf for my application. From what I can tell, it looks like the 4.14.78_1.0.0 sumo Yocto build should have a version of zeromq included as part of meta-oe, but I can’t seem to find it anywhere in the image. (No library, no files with zeromq or zmq in the name.) I’m wondering if the default build somehow removed it, or if I need to do something else to ensure that it’s included in the image.
For protobufs, it looks like it’s not there at all… I tried to use devtool to create a ‘protobuf’ recipe, but it fails to build.
Is there another way of adding protobufs to my project?
I’m just going for the fastest path forward. If there’s already a layer that exists for one or both of these components, or a recipe, or something… I would appreciate that.
Thanks,