Hello,

I'm beginning with Yocto.
I would like to know where to find general help (like a forum, or mailing lists) for my Yocto-related technical problems. Right now I have problems just integrating a library into my build. Later I will also do system development.

If this helps, a further description of my most urgent problem:

I want to integrate the tr-50 library, available on github:

https://github.com/inhedron/libtr50

It is managed via autotools.
I built a new project subdirectory in my custom layer for the lib.
I built a basic recipe (with some tool) which, in principle should somehow recognize the autotools and build the project then. I changed the SCR_URI to the local .tar.gz file. But when I build, it comes down to this:
make: *** No rule to make target 'install'.  Stop.
I don't know if and which parameters I should change in the recipe.
Another problem is that the lib needs openssl-dev. I can't find how to include openssl-dev into the Yocto build.

Looking forward for your answers, best regards,
Jakob

--
Jakob Hasse
Software Developement

E: jakob.ha...@smart-home-technology.ch
T: +41 44 552 02 66

Smart Home Technology GmbH
www.smart-home-technology.ch

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to