* Pyinstaller error in yocto #yocto
@ 2021-08-29 10:48 yasminebenghozzi6
2021-08-29 14:13 ` [yocto] " Robert Berger
0 siblings, 1 reply; 2+ messages in thread
From: yasminebenghozzi6 @ 2021-08-29 10:48 UTC (permalink / raw)
To: yocto
[-- Attachment #1.1.1: Type: text/plain, Size: 114 bytes --]
Hello,
I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
[-- Attachment #1.1.2: Type: text/html, Size: 245 bytes --]
[-- Attachment #1.2: dummyfile.0.part --]
[-- Type: image/png, Size: 22985 bytes --]
[-- Attachment #2: Screenshot from 2021-08-29 11-47-02.png --]
[-- Type: image/png, Size: 30291 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [yocto] Pyinstaller error in yocto #yocto
2021-08-29 10:48 Pyinstaller error in yocto #yocto yasminebenghozzi6
@ 2021-08-29 14:13 ` Robert Berger
0 siblings, 0 replies; 2+ messages in thread
From: Robert Berger @ 2021-08-29 14:13 UTC (permalink / raw)
To: yasminebenghozzi6, yocto
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@gmail.com 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
>
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-29 14:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-29 10:48 Pyinstaller error in yocto #yocto yasminebenghozzi6
2021-08-29 14:13 ` [yocto] " Robert Berger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.