[oe] [meta-openembedded][PATCH 4/4] images: Rename ptest images to rhyme with oe-core ptest images

2023-10-04 Thread Khem Raj
Easy to understand for new-comers. Signed-off-by: Khem Raj --- ...{meta-oe-ptest-all-image.bb => meta-oe-image-ptest-all.bb} | 4 ++-- ...eta-oe-ptest-fast-image.bb => meta-oe-image-ptest-fast.bb} | 2 +- .../images/{meta-oe-ptest-image.bb => meta-oe-image-ptest.bb} | 0 ...a-perl-ptest-all-imag

[oe] [meta-openembedded][PATCH 3/4] images: Rename -image to -image-all

2023-10-04 Thread Khem Raj
These are test images to build all recipes in layer. Renaming them makes them refect what they are. Moreover we can rename the ptest images to match OE-Core naming conventions for meta-oe/meta-perl/meta-python Signed-off-by: Khem Raj --- ...{meta-filesystems-image.bb => meta-filesystems-image-al

[oe] [meta-openembedded][PATCH 2/4] images: Delete layer specific base images

2023-10-04 Thread Khem Raj
These were essentially duplicates of core-image-minimal, however core-image-base is a better baseline for upper layers, so switched the consumers of these images to use core-image-base Signed-off-by: Khem Raj --- .../images/meta-filesystems-image-base.bb | 7 --- .../images/

[oe] [meta-openembedded][PATCH 1/4] images: Inherit from core-image-base

2023-10-04 Thread Khem Raj
We really do not need to define base images which already exist in core layer, reuse them here. Signed-off-by: Khem Raj --- .../recipes-filesystems/images/meta-filesystems-image.bb | 2 +- .../recipes-multimedia/images/meta-multimedia-image.bb | 2 +- meta-networking/recipes-core/i

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-04 Thread Khem Raj
On Wed, Oct 4, 2023 at 7:22 PM Marek Vasut wrote: > > On 10/5/23 00:36, Khem Raj wrote: > > I looked at the changes in master since 2.10 and most of them are > > bugfixes, but one big change is switch away from autotools to cmake > > so it might be worth to get all fixes and switch to cmake in rec

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-04 Thread Marek Vasut
On 10/5/23 00:36, Khem Raj wrote: I looked at the changes in master since 2.10 and most of them are bugfixes, but one big change is switch away from autotools to cmake so it might be worth to get all fixes and switch to cmake in recipe for master instead of trying to fix the dependency issues to

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-04 Thread Khem Raj
I looked at the changes in master since 2.10 and most of them are bugfixes, but one big change is switch away from autotools to cmake so it might be worth to get all fixes and switch to cmake in recipe for master instead of trying to fix the dependency issues to generate faad.h since we run autorec

Re: [oe] [meta-webserver][PATCH 1/1] nginx: add configure option

2023-10-04 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: Khem Raj > Sent: Wednesday, October 4, 2023 9:58 AM > To: Slater, Joseph > Cc: openembedded-devel@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe] [meta-webserver][PATCH 1/1] nginx: add configure option > > On Wed, Oct 4, 2023 at 9:13 AM Joe Sl

[oe] error when using devtool update-recipe linux-intel or devtool build linux-intel

2023-10-04 Thread SIMON BABY
Hello Team, I am getting the below error all the time when I use devtool update-recipe or devtoiol build. *Exception: bb.fetch2.FetchError: Fetcher failure: Recipe uses a floating tag/branch '5.15/linux' for repo 'github.com/intel/linux-intel-lts.git' without a fixed SRCREV yet doesn't call bb

[oe] [meta-oe][PATCH] bolt: change product name used for CVE checking

2023-10-04 Thread Jeffrey Pautler
This bolt product does not currently have an entry in the CVE database. However, the default cve-check logic that maps recipes to products in the CVE database is incorrectly matching this package to a different bolt product made by bolt-cms. As a result, CVE checking incorrectly reports CVEs for th

[oe] [meta-oe][PATCH] minicoredumber: Fix ptest reporting

2023-10-04 Thread Khem Raj
Fixes AssertionError:- ptests which had no test results: ['minicoredumper'] Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/minicoredumper/files/run-ptest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-kernel/minicoredumper/files/run-pte

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.10.1

2023-10-04 Thread Khem Raj
seeing this make[2]: *** No rule to make target '../../git/include/faad.h', needed by 'all-am'. Stop. make[2]: *** Waiting for unfinished jobs https://errors.yoctoproject.org/Errors/Details/739273/ is it some sort of race ? On Tue, Oct 3, 2023 at 1:58 PM Marek Vasut wrote: > > Update faad

Re: [oe] [meta-webserver][PATCH 1/1] nginx: add configure option

2023-10-04 Thread Khem Raj
On Wed, Oct 4, 2023 at 9:13 AM Joe Slater via lists.openembedded.org wrote: > > From: Joe Slater > > Support --with-http_xslt_module configure option via a PACKAGECONFIG > option. The option is not added to the defaults. > > Signed-off-by: Joe Slater > --- > .../files/0001-configure-libxslt-co

Re: [oe] [PATCH 1/3] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-04 Thread Pavel Zhukov
Whoops. Sorry. wrong alias. I'm resending to proper ML. On Wed, Oct 4, 2023, at 17:51, Khem Raj wrote: > Wrong mailing list core layer patches go to oe-core mailing list not oe-devel > > On Wed, Oct 4, 2023 at 8:07 AM Pavel Zhukov wrote: >> From: Pavel Zhukov >> >> if packages is provided by

[oe] [meta-webserver][PATCH 1/1] nginx: add configure option

2023-10-04 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Support --with-http_xslt_module configure option via a PACKAGECONFIG option. The option is not added to the defaults. Signed-off-by: Joe Slater --- .../files/0001-configure-libxslt-conf.patch | 39 +++ meta-webserver/recipes-httpd/nginx/nginx.inc | 3 ++ 2

Re: [oe] [PATCH 1/3] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-04 Thread Khem Raj
Wrong mailing list core layer patches go to oe-core mailing list not oe-devel On Wed, Oct 4, 2023 at 8:07 AM Pavel Zhukov wrote: > From: Pavel Zhukov > > if packages is provided by dummysdk and in the same time marked for > installation with IMAGE_INSTALL it causes conflict in apt because virtu

[oe] [PATCH 3/3] selftest: Add tests for populate_sdk task

2023-10-04 Thread Pavel Zhukov
From: Pavel Zhukov Two tests to cover both installing package with IMAGE_INSTALL as well as installing versioned dependencies of the package (using perl (>= 5.XX). Related: [Yocto #13338] [Yocto #14995] [Yocto #14066] Signed-off-by: Pavel Zhukov --- .../testsdk-perldepends.bb

Re: [oe] [meta-multimedia][PATCH] libcamera: Avoid build break in signature recalculation

2023-10-04 Thread Kieran Bingham
Quoting Tom Hochstein (2023-10-03 14:38:41) > > > > -Original Message- > > From: Kieran Bingham > > Sent: Tuesday, October 3, 2023 4:29 AM > > To: Tom Hochstein ; openembedded- > > de...@lists.openembedded.org > > Cc: Tom Hochstein > > Subject: Re: [meta-multimedia][PATCH] libcamera: Av

[oe] [mickledore][PATCH] kernel-selftest: Build headers before compiling tests

2023-10-04 Thread Bastian Krause
From: Khem Raj This fixes build failure with kernel 6.5 Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/

[oe] [PATCH 1/3] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-04 Thread Pavel Zhukov
From: Pavel Zhukov if packages is provided by dummysdk and in the same time marked for installation with IMAGE_INSTALL it causes conflict in apt because virtual providers are not taken into account if package is asked to be installed explicitly. Filter such packages from provides/conflicts to wo

[oe] [PATCH 2/3] package_deb: Revert versioned providers workaround

2023-10-04 Thread Pavel Zhukov
From: Pavel Zhukov dpkg and apt seem to handle versioned provides correctly now [1] so this workaround is not needed anymore. This fixes [Yocto #14995] for package_deb. [1] Signed-off-by: Pavel Zhukov --- meta/classes-global/package_deb.bbclass | 9 + meta/recipes-core/meta/dummy-

[oe] [meta-oe][PATCH] graphviz: Fix build to not use $prefix as search dir

2023-10-04 Thread Daniel Klauer
The graphviz configure script used $prefix/include and $prefix/lib search directories, thus bypassing the recipe sysroot, which could lead to build contamination or failures. The added patch (backported from graphviz 9.0.0) fixes this. Due to the $prefix != /usr check in the configure script, this

[oe] [meta-oe][PATCH] libvpx: upgrade 1.13.0 -> 1.13.1

2023-10-04 Thread Benjamin Bara
From: Benjamin Bara Changelog: = This release contains two security related fixes. One each for VP8 and VP9. - Upgrading: This release is ABI compatible with the previous release. - Bug fixes: https://crbug.com/1486441 (CVE-2023-5217) Fix to a crash related to VP9 encoding (#1642)