<div dir="ltr">Hello,<div>thank you for your help. I followed your advice and I'm now able to build rpi-test-image for raspberrypi2 and raspberrypi3. When I try raspberrypi3-64 instead I'm getting a few errors. I fixed one build error, but then I got:Â <a href="https://pastebin.com/pL2mei9s">https://pastebin.com/pL2mei9s</a>. It seems that those libs were not added to the sysroot for some reason. I think those come from the userspace package probably. As it seems to work for the other machines I'm trying to determine what difference raspberrypi3-64 is introducing but for the moment I'm failing. Any idea what is causing this error? Are you able to build rpi-test-image? rpi-basic-image seems to work but not rpi-test-image, which includes omxplayer and other libs that I need like libEGL, libGLESv2, libopenmax etc...</div><div><br></div><div>These are my current conf files:</div><div><br></div><div><a href="https://pastebin.com/LJnRfDUj">https://pastebin.com/LJnRfDUj</a><br></div><div><a href="https://pastebin.com/axt9RLQS">https://pastebin.com/axt9RLQS</a><br></div><div><br></div><div>Any idea why those libs cannot be found?</div><div>Thank you!</div><div>Regards.</div><div><br></div><div>Luca</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 29, 2017 at 9:40 AM, Andrea Galbusera <span dir="ltr"><<a href="mailto:gizero@gmail.com" target="_blank">gizero@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 dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Sat, Apr 29, 2017 at 2:39 AM, Luca Carlon <span dir="ltr"><<a href="mailto:carlon.luca@gmail.com" target="_blank">carlon.luca@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<br>thank you very much for your advice. It seems I can build both a minimal image and rpi-basic-image. I would like to test to see if the Pi is able to boot with these images but it seems that the images directory does not contain any sdimg file. By reading <a href="https://github.com/agherzan/meta-raspberrypi" target="_blank">https://github.com/agherzan/me<wbr>ta-raspberrypi</a> and <a href="https://github.com/Nuand/bladeRF/wiki/Creating-Linux-based-Embedded-System-Images-with-Yocto" target="_blank">https://github.com/Nuand/blade<wbr>RF/wiki/Creating-Linux-based-<wbr>Embedded-System-Images-with-<wbr>Yocto</a> it seems I should find a sdimg file to flash to the sdcard. I suppose this image file contains both the boot and rootfs partitions. But it seems I do not see this image at all, this is a list of what I can see in tmp/deploy/images/raspberrypi3<wbr>-64: <a href="https://pastebin.com/8XsRHzUY" target="_blank">https://pastebin.com/8XsRHzUY</a>. I see the rootfs filesystem that I can extract in a partition, but not the boot partition the Pi needs. Maybe I'm missing some line in the conf files?<br></div></blockquote><div><br></div></span><div>If you are using the local.conf you previously posted, the line:</div><div><br></div><div>IMAGE_FSTYPES = "tar.xz"<br></div><div><br></div><div>is overriding default configuration from rpi-base.inc in meta-raspberrypi which is:</div><div><br></div><div>IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"</div><div><br></div><div>You can also consider using wic image format to generate a flashable image (see Yocto documentation on how to do that).</div></div></div></div>
</blockquote></div><br></div>