Re: [yocto] Recipe to install third-party RPM #bitbake

2022-12-09 Thread dspore
Federico, Thanks for your reply.  I did build a recipe for a tar.gz source archive previously, which worked.  But for the RPM I felt like I was missing something.  Meanwhile, my multilib build for core-image-base is failing with the error below.  This is without any custom recipes.  I am not

Re: [yocto] LAYERSERIES_COMPAT_ variable in the layer's recipe

2022-12-09 Thread Stefan Mueller-Klieser
Am Donnerstag, dem 01.12.2022 um 11:09 +0100 schrieb Alexander Kanavin: > And this is the commit that did this: > https://git.phytec.de/meta-phytec/commit/conf/layer.conf?id=8261e896d2b43211e7377feb38e919336d47c39f > > Shame on you, phytec. Shame on you. What you do in your layers perhaps >

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

2022-12-09 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.2_M1.rc1. 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] Prevent rebuilding native packages on a production build.

2022-12-09 Thread Alexander Kanavin
On Thu, 8 Dec 2022 at 15:02, Ivan Shevtsov wrote: > I want to speed up my production build, by preventing from removing -native, > nativesdk- and -cross- packages. > For now, I clean all by removing tmp, sstate-cache, and some other folders > (rm -rf /tmp /sstate-cache...). > Maybe, it is