Re: [yocto] [meta-mingw][kirkstone][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-30 Thread Khem Raj
On Thu, Nov 30, 2023 at 6:38 PM Kang Wenlin wrote: > > On 12/1/2023 00:54, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender > and know the content is safe. > > > > On Thu, Nov 30, 2023 at

Re: [yocto] [meta-mingw][kirkstone][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-30 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
On 12/1/2023 00:54, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Nov 30, 2023 at 12:31 AM wenlin.k...@windriver.com via lists.yoctoproject.org wrote:

[yocto] [meta-mingw][PATCH] mingw-libgnurx: fix file conflicting of dev package

2023-11-30 Thread hongxu
1. Both of glibc and mingw-libgnurx's dev package provides /usr/include/regex.h, and mingw-libgnurx-dev depends on glibc-dev. So install mingw-libgnurx-dev failed root@x86-64:~# rpm -qlp libc6-dev-2.37-r1.0.x86_64.rpm | grep regex.h /usr/include/regex.h root@x86-64:~# rpm -qlp libgnurx-dev-

[yocto] The postinstall intercept hook 'update_mime_database' failed

2023-11-30 Thread Mans Zigher
Hi, I have taken over a imx8mm project that is based on kirkstone. I don't think it is an official release and some layers are not even a kirkstone release. The project has a reference build but currently it is not possible to build from scratch. I have been fixing some issues on the way to try an

[yocto] help: gobject-introspection build error #raspberrypi

2023-11-30 Thread gjp1g21 via lists.yoctoproject.org
Hi all, I am at a loss as to why my build is failing. I am building core-image-minimal (for the Raspberry Pi 4) in the Poky Docker container and every time the build for gobject-introspection fails with the following error(s): FAILED: gir/GLib-2.0.gir /workdir/poky/build/tmp/work/cortexa72-poky

Re: [yocto] [meta-mingw][kirkstone][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-30 Thread Khem Raj
On Thu, Nov 30, 2023 at 12:31 AM wenlin.k...@windriver.com via lists.yoctoproject.org wrote: > > From: Wenlin Kang > > Steps to reproduce > 1) add layer meta-mingw > 2) add line in local.conf > SDKMACHINE = "x86_64-mingw32" > 3) bitbake nativesdk-libxcrypt > > Fixed: > 1. .symver error

[yocto] [yocto-autobuilder-helper] scripts/run-toaster-tests.py: run via pytest and fix environment setup

2023-11-30 Thread Alexander Lussier-Cullen
Signed-off-by: Alexander Lussier-Cullen --- scripts/run-toaster-tests | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/run-toaster-tests b/scripts/run-toaster-tests index 516965e..08528c7 100755 --- a/scripts/run-toaster-tests +++ b/scripts/run-toaster-te

Re: [yocto] SBOM in Yocto Zeus

2023-11-30 Thread Alexander Kanavin
I'm afraid you do have to update your yocto to something where spdx is supported. That's why we constantly urge everyone to stay close to upstream yocto, and have a process where that happens regularly, otherwise you will not be able to fulfil business requirements for your products in the longer t

[yocto] SBOM in Yocto Zeus

2023-11-30 Thread Poornesh G ( India - Bangalore )
Greetings ! We have used yocto zeus for one of our medical application with i.MX6UL SoC . This is initiated couple of years back , at that time "Zeus"  was the latest hence we went through yocto zeus . Now we are having a requirement of SBOM  with spdx format. I got to know that zeus will not s

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.1.rc1)

2023-11-30 Thread Jing Hui Tham
Hi All, QA for yocto-4.3.1.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui > -Or

[yocto] [meta-mingw][kirkstone][PATCH] libxcrypt: fixed some build error for nativesdk with mingw

2023-11-30 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang Steps to reproduce 1) add layer meta-mingw 2) add line in local.conf SDKMACHINE = "x86_64-mingw32" 3) bitbake nativesdk-libxcrypt Fixed: 1. .symver error | {standard input}: Assembler messages: | {standard input}:4: Error: unknown pseudo-op: `.symver' 2. pedanti