Re: [yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Herman van Hazendonk
Hi Jakob, It's a bit trial & error with Yocto to be fair. We use it quite extensively in our LuneOS project. There are quite some layers available with example recipes as well that you could look into for inspiration :) I think 2 important things to note for you: SRC_URI can point to a git

Re: [yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Jakob Hasse
Hello Leon, Thank you for the answer! I read the documentation, it doesn't really give me more than general hints what to try (or maybe I read at the wrong place). I also read in "Embedded Linux Project Using Yocto Project Cookbook". I know that bitbake should use autotools somehow. I set

Re: [yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Leon Woestenberg
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

[yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Jakob Hasse
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