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

2023-01-31 Thread Jing Hui Tham
Hi All, QA for yocto-4.2_M2.rc2 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 >

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

2023-01-31 Thread Takayasu Ito
Hi All If the imx8mp encoder is fully backward compatible with the imx8mm encoder, then PLATFORM:mx8mp-nxp-bsp = "IMX8MP" defined in imx-vpu-hantro_1.27.0.bb to PLATFORM:mx8mp-nxp-bsp = "IMX8MM" in the bbappend file, the header file for hantro_h1 that the source code for the encoder in

Re: [yocto] [meta-raspberrypi] Is Preempt-rt still supported in master / latest releases?

2023-01-31 Thread Carles Sole via lists.yoctoproject.org
Hello Lukasz, Aleksandr, I have not managed to build it for Rpi4-64. I followed the same approach as Aleksandr but it does not work for 64bit system. Doing exactly the same changes as Aleksandr if I build for MACHINE = "raspberrypi4-64" in local.conf, the .config file has following configs:

Re: [yocto] Setting recipe PACKAGECONFIG with in a Bash script?

2023-01-31 Thread Rudolf J Streif
Hello, On 1/31/23 05:34, Electronic Consult wrote: Hello, I've searched & can't seem to find an answer for this but I'm sure it must have come up before. I'd like to automate the generating of images using Bash & create similar recipes but with different PACKAGECONFIG's. How does one do

Re: [yocto] [OE-core] Yocto Project Status 31 January 2023 (WW05)

2023-01-31 Thread Alexander Kanavin
On Tue, 31 Jan 2023 at 15:14, Stephen Jolley wrote: > Key Status/Updates: > > YP 4.0.7 and YP 4.2 M2 are in QA > We switched to the 6.1 kernel by default for M2. Unfortunately there are a > couple of intermittent issues that seem to have crept in. One is a > reproducibility issue in perf,

Re: [yocto] Adding openjdk-11 to Yocto

2023-01-31 Thread Robert Joslyn
> On Jan 30, 2023, at 12:27 PM, Richard Leitner > wrote: > > Hi David, > unfortunately none I'm aware of. > > But if you have time to add java 11 (or newer) support to meta-java I can > give support/guidance. > > regards;rl Is there any interest in adding recipes that install pre-built

[yocto] Yocto Project Status 31 January 2023 (WW05)

2023-01-31 Thread Stephen Jolley
Current Dev Position: YP 4.2 M3 Next Deadline: 20th February 2023 YP 4.2 M3 Build Next Team Meetings: * Bug Triage meeting Thursday February 2nd 7:30 am PDT (

[yocto] Setting recipe PACKAGECONFIG with in a Bash script?

2023-01-31 Thread Electronic Consult
Hello, I've searched & can't seem to find an answer for this but I'm sure it must have come up before. I'd like to automate the generating of images using Bash & create similar recipes but with different PACKAGECONFIG's. How does one do that? It would be something like: #! /bin/bash source

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

2023-01-31 Thread Nikita Gupta
Hello All, I created one libimxvpuapi2_%.bbappend file in "libimxvpuapi" directory and following platform configuration in that and it works. IMX_PLATFORM:mx8mp-nxp-bsp = "imx8m" Thanks team for this kind help. On Tue, 31 Jan 2023 at 14:11, Khem Raj wrote: > On Mon, Jan 30, 2023 at 6:34 PM

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

2023-01-31 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.2_M2.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. NUC 7 3. ADL 4.

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

2023-01-31 Thread Khem Raj
On Mon, Jan 30, 2023 at 6:34 PM Takayasu Ito wrote: > > Hi Nikita > > The problem is that in the imx-vpu-hantro recipe, the encoder library, > libhantro_h1.so, is not installed for mx8mp, but is installed for mx8mm. > > In the libimxvpuapi2 recipe, imx8mp specifies imx8mm in IMX_PLATFORM. >