<div dir="ltr">Thank You Jean-François. I'll have a look.<br>:-)<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">-- Sébastien</div></div>
<br><div class="gmail_quote">On Wed, May 3, 2017 at 2:47 PM, Jean-Francois Dagenais <span dir="ltr"><<a href="mailto:jeff.dagenais@gmail.com" target="_blank">jeff.dagenais@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On May 3, 2017, at 05:40, Sébastien bouché <<a href="mailto:sebastien.bouche@gmail.com" target="_blank">sebastien.bouche@gmail.com</a>> wrote:</div><br class="m_7249548757983539458Apple-interchange-newline"><div><div dir="ltr"><div>Great! Thanks. I'll check that.<br><br></div>Another small question. Where coud I find a list of all package supported that can be included in rootfs?</div></div></blockquote><br></div></span><div>You might want to look into bitbake toaster for that <a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjb2uXi39PTAhVL7YMKHc6gAYsQFggnMAA&url=https%3A%2F%2Fwiki.yoctoproject.org%2Fwiki%2FToaster&usg=AFQjCNHrfQEFeUPBZjV-RBos-hW9PBVwLA&sig2=4cXhmgfuXX74IRdQbmfJ1w" target="_blank">Toaster - Yocto Project</a> It takes into account all the layers you configure and you can search the full package list.</div><div><br></div><div>Personally, have my own repo where I put all the different layers (poky, meta-oe, meta-xilinx, etc.) as git submodules. At the root of my repo, I index all files, then look for .bb files. You can also list all the bb files wherever they are:</div><div><br></div><div>find some/layer/dir some/other/layer -name "*.bb"</div><div><br></div><div>Some of these might be restricted to certain machines, look for the "COMPATIBLE_MACHINE" in these recipes. No mention of it means it *should* work on any machine.</div><span><br></span><div>Hope this helps!</div></div></blockquote></div><br></div>