Hi Jakob,

welcome on-board.

The Yocto community expects you to re-use the available documentation and
online resources (or even offline resources like books) on Yocto or
OpenEmbedded. Then if things remains unclear you can ask questions here on
the mailing list and on IRC channels yocto.

Your question (and probably a lot of subsequent things you learn on the
way) can be answered by the documentation and existing resources.

I would recommend to read the documentation, then find an existing recipe
that uses "autotools" and another that DEPENDS on openssl.

There are a lot of resources online:

http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe

https://www.yoctoproject.org/tools-resources/community/irc

Regards,

Leon.

On Fri, Jan 27, 2017 at 12:43 PM, Jakob Hasse <
jakob.ha...@smart-home-technology.ch> wrote:

> 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
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to