[yocto] QA notification for completed autobuilder build (yocto-4.0.7.rc1)

2023-01-27 Thread Pokybuild User
A build flagged for QA (yocto-4.0.7.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.7.rc1 Build hash information: bitbake: 7e268c107bb0240d583d2c34e24a71e373382509 meta-agl: b9d4796f44a56c6a9c8233d82e46c251a82f6020

Re: [yocto] [PATCH] samhain: rework due to changed oe cache handling

2023-01-27 Thread Max Krummenacher
Am Freitag, dem 27.01.2023 um 16:14 + schrieb Richard Purdie: > On Fri, 2023-01-27 at 13:30 +0100, Max Krummenacher wrote: > > From: Max Krummenacher > > > > OE-Core changed the cache handling which made the use of ${BPN} fail. > > > > > Parsing recipes...WARNING: .../samhain-standalone.bb:

[linux-yocto] [PATCH v5.15-rt] arm: merge fixup for duplicate TIF_NOTIFY_SIGNAL and other TIF_*

2023-01-27 Thread Paul Gortmaker
This linux-stable backport: commit 855edc4ec64c197427e492c029dbf3230cc5f94c Author: Jens Axboe Date: Wed Jan 4 07:48:37 2023 -0700 ARM: renumber bits related to _TIF_WORK_MASK commit 191f8453fc99a537ea78b727acea739782378b0d upstream. conflicts with the preempt-lazy patches

[yocto] [meta-mingw] [PATCH] libtirpc: Use a reactos fork of libtirpc for getting win32 support

2023-01-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-extended/libtirpc/libtirpc_%.bbappend | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 recipes-extended/libtirpc/libtirpc_%.bbappend diff --git a/recipes-extended/libtirpc/libtirpc_%.bbappend

Re: [yocto] [PATCH] samhain: rework due to changed oe cache handling

2023-01-27 Thread Richard Purdie
On Fri, 2023-01-27 at 13:30 +0100, Max Krummenacher wrote: > From: Max Krummenacher > > OE-Core changed the cache handling which made the use of ${BPN} fail. > > > Parsing recipes...WARNING: .../samhain-standalone.bb: Exception during > > build_dependencies for do_configure > > WARNING:

Re: [yocto] [autobuilder][PATCH v3 0/5] generate regression reports against proper releases

2023-01-27 Thread Alexis Lothoré via lists . yoctoproject . org
On 1/27/23 10:51, Richard Purdie wrote: > On Fri, 2023-01-27 at 09:26 +0100, Alexis Lothoré wrote: >> On 1/26/23 23:42, Richard Purdie wrote: >>> On Tue, 2023-01-24 at 18:30 +0100, Alexis Lothoré via >>> lists.yoctoproject.org wrote: >>> Thanks. Since I like living dangerously, I've put these

Re: [yocto] [PATCH] samhain: rework due to changed oe cache handling

2023-01-27 Thread Max Krummenacher
Hi Please disregard this duplicate. Forgot to delete a backup copy before git send-email. Sorry about the noise. Max -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59083): https://lists.yoctoproject.org/g/yocto/message/59083 Mute This Topic:

Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus

2023-01-27 Thread Alexander Kanavin
This is different to the previous error. Yocto itself does not prevent the recipe from building, but something inside the component is producing an error during configuration. One of the screenshots mentions that 'hantro_h1' is not found, so you need to investigate why is it being searched for and

[yocto] [PATCH] samhain: rework due to changed oe cache handling

2023-01-27 Thread Max Krummenacher
From: Max Krummenacher OE-Core changed the cache handling which made the use of ${BPN} fail. | Parsing recipes...WARNING: .../samhain-standalone.bb: Exception during build_dependencies for do_configure | WARNING: .../samhain-standalone.bb: Error during finalise of .../samhain-standalone.bb |

[yocto] [meta-security][PATCH] samhain: rework due to changed cache handling

2023-01-27 Thread Max Krummenacher
From: Max Krummenacher OE-Core changed the cache handling which made the use of ${BPN} no fail. | Parsing recipes...WARNING: .../samhain-standalone.bb: Exception during build_dependencies for do_configure | WARNING: .../samhain-standalone.bb: Error during finalise of .../samhain-standalone.bb

Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus

2023-01-27 Thread Takayasu Ito
Hi Nikita > *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad If you do not put a space after the double quotation marks, the package names before and after will be attached to each other during the merge. See

Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus

2023-01-27 Thread Nikita Gupta
Hello List, As i earlier mentioned that i want to do some customisation in local.conf by adding few pkgs (below). *IMAGE_INSTALL:append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav imx-vpuwrap

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.2_M2.rc2)

2023-01-27 Thread Richard Purdie
On Fri, 2023-01-27 at 05:13 +, Pokybuild User wrote: > A build flagged for QA (yocto-4.2_M2.rc2) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.2_M2.rc2 > > > Build hash information: > > bitbake:

Re: [yocto] [autobuilder][PATCH v3 0/5] generate regression reports against proper releases

2023-01-27 Thread Richard Purdie
On Fri, 2023-01-27 at 09:26 +0100, Alexis Lothoré wrote: > On 1/26/23 23:42, Richard Purdie wrote: > > On Tue, 2023-01-24 at 18:30 +0100, Alexis Lothoré via > > lists.yoctoproject.org wrote: > > > > > Thanks. Since I like living dangerously, I've put these on the master > > branch for the M2

Re: [yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus

2023-01-27 Thread Alexander Kanavin
The screenshot indicates the problem originates in libimxvpuapi2 recipe. So you should get more information by running 'bitbake libimxvpuapi2'. Alex On Fri, 27 Jan 2023 at 07:46, Nikita Gupta wrote: > > Hello Alexander > > I am not getting your query . Can u please explain your question? > >

Re: [yocto] [autobuilder][PATCH v3 0/5] generate regression reports against proper releases

2023-01-27 Thread Alexis Lothoré via lists . yoctoproject . org
On 1/26/23 23:42, Richard Purdie wrote: > On Tue, 2023-01-24 at 18:30 +0100, Alexis Lothoré via > lists.yoctoproject.org wrote: >> > Thanks. Since I like living dangerously, I've put these on the master > branch for the M2 release build. I wanted to see how this does in a > real world test.

Re: [yocto] [autobuilder][PATCH v3 3/5] scripts/send-qa-email: Generate regression reports against most relevant release

2023-01-27 Thread Alexis Lothoré via lists . yoctoproject . org
Hi Richard, thanks for the feedback On 1/26/23 23:47, Richard Purdie wrote: > On Tue, 2023-01-24 at 18:30 +0100, Alexis Lothoré via lists.yoctoproject.org > wrote: >> report = subprocess.check_output([resulttool, "report", >> args.results_dir]) >> with open(args.results_dir +