Pyinstaller error in yocto #yocto


yasminebenghozzi6@...
 

Hello,
I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work


Robert Berger
 

Hi,

Please don't use screen shots, but pastebin instead. I already mentioned this on fb.

My comments are inline.

On 29/08/2021 13:48, yasminebenghozzi6@... wrote:
Hello,
I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
It misses ldd.

It's here:

https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/glibc/glibc-package.inc

You might want to try something like:

IMAGE_INSTALL += "ldd"

Regards,

Robert