Re: [yocto] kcrash package compile issue

2021-08-29 Thread Zoran
> CMake Error in src/CMakeLists.txt: > > Imported target "KF5::WindowSystem" includes non-existent path You somehow mixed Windows and Linux Cmake build systems. Not sure how... Solution 1: fix on the fly current problem: You should inspect the file: src/CMakeLists.txt and try to fix Windows

[yocto] kcrash package compile issue

2021-08-29 Thread sateesh m
Hi Team, I am trying to build kcrash package. I got below error.Can anybody know how to fix this please guide me. ERROR: kcrash-5.85.0-r0 do_configure: Execution of '/home/yocto/sources/fu540-build/tmp-glibc/work/riscv64-oe-linux/kcrash/5.85.0-r0/temp/run.do_configure.12650' failed with exit

Re: [yocto] Pyinstaller error in yocto #yocto

2021-08-29 Thread 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, yasminebenghoz...@gmail.com wrote: Hello, I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work It

[yocto] Pyinstaller error in yocto #yocto

2021-08-29 Thread yasminebenghozzi6
Hello, I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54593): https://lists.yoctoproject.org/g/yocto/message/54593 Mute This Topic:

Re: [yocto] [oe][meta-security][PATCH] meta: Fix typos

2021-08-29 Thread Martin Jansa
Please merge this one. On Wed, Aug 4, 2021 at 1:20 PM Martin Jansa via lists.yoctoproject.org wrote: > Acked-by: Martin Jansa > > On Mon, Aug 2, 2021 at 11:02 AM George Liu wrote: > >> Fix the variable spelling errors >> s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK >> >>