Alexander Kanavin
Right, I don't think such a dedicated layer exists. You may want to go
over the list of dependencies and type them into
http://layers.openembedded.org/layerindex/branch/master/recipes/ to
see if anything comes up.
Otherwise, you just have to list them one by one in SRC_URI, so
bitbake will compose the source tree in a 'vendored' fashion.
Alex
toggle quoted message
Show quoted text
over the list of dependencies and type them into
http://layers.openembedded.org/layerindex/branch/master/recipes/ to
see if anything comes up.
Otherwise, you just have to list them one by one in SRC_URI, so
bitbake will compose the source tree in a 'vendored' fashion.
Alex
On Wed, 14 Sept 2022 at 20:05, Ed Watson <edmundwatson@...> wrote:
Hello
Sure thanks it is https://github.com/aler9/rtsp-simple-server
Ed Watson
On Wed, 14 Sept 2022 at 19:53, Alexander Kanavin <alex.kanavin@...> wrote:
It helps if you can name the project. Are the sources public?
Alex
On Wed 14. Sep 2022 at 18.42, <edmundwatson@...> wrote:
Hello,
I am trying to include a go project in my yocto build. It has quite a few dependencies. I may have missed something, there is a meta-go around that I have missed? Or a quick way of pulling in multiple dependencies.
Thanks
Edmund Watson