[oe-core][PATCH] mesa: add PACKAGECONFIG for video-codecs

2023-02-04 Thread Markus Volk
'mesa' no longer provides support for it by default because these codecs are patent encumbered. Hide the build behind the commercial flag Signed-off-by: Markus Volk --- meta/recipes-graphics/mesa/mesa.inc | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH 2/3] libc-locale: Fix on target locale generation

2023-02-04 Thread Richard Purdie
If on target locale generation is used, it fails at first boot showing errors about a missing directory. Ensure the directory exists. Signed-off-by: Richard Purdie --- meta/classes-recipe/libc-package.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 1/3 v2] perf: Enable debug/source packaging

2023-02-04 Thread Richard Purdie
This was disabled in 2014[1] due to an error message which as far as I can tell, no longer occurs. Having debug information and source files present will make debugging reproducibility issues much easier so remove this line as it appears no longer needed. Fix up a few files which have buildpaths

[OE-core] [PATCH 3/3] oeqa/selftest/locales: Add test for disabled binary locale generation

2023-02-04 Thread Richard Purdie
Similarly to the recently added test for binary generated locales, add a version to test on target locale generation. This was broken but should be fixed now so we can add the test sharing code from the previous test. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/locales.py |

Re: [OE-core] [PATCH] perf: Enable debug/source packaging

2023-02-04 Thread Richard Purdie
On Fri, 2023-02-03 at 23:28 +0100, Alexandre Belloni wrote: > Hello Richard, > > This is causing: > WARNING: perf-1.0-r9 do_package_qa: QA Issue: File > /usr/src/debug/perf/1.0-r9/util/expr-flex.h in package perf-src contains > reference to TMPDIR Sorry, not sure why my local tests didn't show

[OE-core][langdale 00/17] Pull request (cover letter only)

2023-02-04 Thread Steve Sakoman
The following changes since commit cfd9f549a0d5dd44f4c71bd077b5fd17d3683550: selftest/virgl: use pkg-config from the host (2023-01-19 16:28:32 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/langdale-next

[OE-core][kirkstone 00/13] Pull request (cover letter only)

2023-02-04 Thread Steve Sakoman
The following changes since commit a8c82902384f7430519a31732a4bb631f21693ac: build-appliance-image: Update to kirkstone head revision (2023-01-26 23:40:27 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

Re: [OE-core] [PATCH 14/14] python3-sphinx: upgrade 6.0.0 -> 6.1.3

2023-02-04 Thread Richard Purdie
On Fri, 2023-02-03 at 09:50 -0800, Tim Orling wrote: > https://www.sphinx-doc.org/en/master/changes.html#release-6-1-3-released-jan-10-2023 > https://www.sphinx-doc.org/en/master/changes.html#release-6-1-2-released-jan-07-2023 >

[OE-core] [PATCH 14/14 v2] python3-sphinx: upgrade 6.0.0 -> 6.1.3

2023-02-04 Thread Tim Orling
License-Update: Update copyright years https://www.sphinx-doc.org/en/master/changes.html#release-6-1-3-released-jan-10-2023 https://www.sphinx-doc.org/en/master/changes.html#release-6-1-2-released-jan-07-2023 https://www.sphinx-doc.org/en/master/changes.html#release-6-1-1-released-jan-05-2023

[oe-core][PATCH] ell: update 0.55 -> 0.56

2023-02-04 Thread Markus Volk
Needed by iwd 2.3 Signed-off-by: Markus Volk --- meta/recipes-core/ell/{ell_0.55.bb => ell_0.56.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.55.bb => ell_0.56.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.55.bb

Re: [OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-04 Thread Alex Stewart
On 2/3/23 17:06, Richard Purdie wrote: On Fri, 2023-02-03 at 12:26 -0600, Alex Stewart wrote: Hey Josh, I have been roadmapping SBOM generation for NI's yocto distro and have a few open questions about the future of SPDX and the create-spdx bbclass. Since your name seems to be attached to both

[OE-core][dunfell 06/12] lttng-modules: fix build with 5.4.229 kernel

2023-02-04 Thread Steve Sakoman
Fixes: In file included from TOPDIR/tmp/work/qemuarm-poky-linux-gnueabi/lttng-modules/2.11.6-r0/lttng-modules-2.11.6/probes/../probes/define_trace.h:87, from

[OE-core][dunfell 07/12] linux-yocto/5.4: update to v5.4.229

2023-02-04 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 1349fe3a332a Linux 5.4.229 68a37dc77e2f tipc: call tipc_lxc_xmit without holding node_read_lock 1140c3f7adbc ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown

[OE-core][dunfell 08/12] linux-yocto/5.4: update to v5.4.230

2023-02-04 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 90245959a5b9 Linux 5.4.230 29487eed37ae mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma 7242fc8c2f5e x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN

[OE-core][dunfell 04/12] lttng-modules: update 2.11.7 -> 2.11.8

2023-02-04 Thread Steve Sakoman
2021-02-17 (Random Act of Kindness Day) LTTng modules 2.11.8 * fix: Adjust ranges for Ubuntu 5.8.0-44 kernel * Fix: do not use bdi_unknown_name symbol * fix: memcg: fix a crash in wb_workfn when a device disappears (5.6) * Fix: writeback: out-of-bound reads

[OE-core][dunfell 03/12] lttng-modules: update 2.11.6 -> 2.11.7

2023-02-04 Thread Steve Sakoman
2021-01-11 (National Clean Off Your Desk Day) LTTng modules 2.11.7 * fix: adjust version range for trace_find_free_extent() * fix: backport of fix: tracepoint: Optimize using static_call() (v5.10) * Revert "fix: include order for older kernels" * fix: backport of

[OE-core][dunfell 05/12] lttng-modules: update 2.11.8 -> 2.11.9

2023-02-04 Thread Steve Sakoman
2021-05-14 (National Dance Like a Chicken Day) LTTng modules 2.11.9 * fix: adjust ranges for RHEL 8.2 and 8.3 * Sync `show_inode_state()` macro with upstream stable kernels * fix: block: remove disk_part_iter (v5.12) * Fix: Backport of "Fix: increment buffer offset

[OE-core][dunfell 00/12] Patch review

2023-02-04 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4885 The following changes since commit 4f069121ddb99bb6e2f186724cd60ca07f74f503: python3: fix packaging

[OE-core][dunfell 01/12] go: fix CVE-2022-1962 go/parser stack exhaustion in all Parse* functions

2023-02-04 Thread Steve Sakoman
From: Vivek Kumbhar Signed-off-by: Vivek Kumbhar Signed-off-by: Steve Sakoman --- meta/recipes-devtools/go/go-1.14.inc | 1 + .../go/go-1.14/CVE-2022-1962.patch| 357 ++ 2 files changed, 358 insertions(+) create mode 100644

[OE-core][dunfell 02/12] libsdl2: Add fix for CVE-2022-4743

2023-02-04 Thread Steve Sakoman
From: Ranjitsinh Rathod Add a patch to fix CVE-2022-4743 security issue "A potential memory leak issue was discovered in SDL2 in GLES_CreateTexture() function in SDL_render_gles.c. The vulnerability allows an attacker to cause a denial of service attack. The vulnerability affects SDL2 v2.0.4 and

[OE-core][dunfell 09/12] devtool: Fix _copy_file() TypeError

2023-02-04 Thread Steve Sakoman
From: Xiaobing Luo when devtool finish, the _copy_file() failed. TypeError: _copy_file() got an unexpected keyword argument 'base_outdir' Fixes: 05f2d5d2ce00 ("devtool: finish: add dry-run option")

[OE-core][dunfell 10/12] devtool: fix devtool finish when gitmodules file is empty

2023-02-04 Thread Steve Sakoman
From: Thomas Roos When a .gitmodules file exists but is empty then devtool finish fails. Add an additional check for this. [YOCTO #14999] Signed-off-by: Thomas Roos Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 11/12] libtirpc: Check if file exists before operating on it

2023-02-04 Thread Steve Sakoman
From: Khem Raj In some cases (e.g. mingw) this file may not be installed Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 547f3a13ee9268bbdd439c96108ba1fe9ab78873) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 12/12] Fix missing leading whitespace with ':append'

2023-02-04 Thread Steve Sakoman
From: Niko Mauno Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08) Signed-off-by: Niko Mauno Signed-off-by: Alexandre Belloni

Re: [OE-core] [PATCH 2/3] libc-locale: Fix on target locale generation

2023-02-04 Thread Khem Raj
On Sat, Feb 4, 2023 at 3:41 AM Richard Purdie wrote: > > If on target locale generation is used, it fails at first boot showing > errors about a missing directory. Ensure the directory exists. > > Signed-off-by: Richard Purdie > --- > meta/classes-recipe/libc-package.bbclass | 1 + > 1 file

Re: [OE-core] SPDX 3 and OE-core CycloneDX support

2023-02-04 Thread Alexander Kanavin
On Sat, 4 Feb 2023 at 22:47, Alex Stewart wrote: > > At this point OpenEmbedded/Yocto Project has decided to go the SPDX > > route for various reasons. > > Are those reasons documented somewhere? > > Something about CDX rubs me the wrong way (besides it being named like > an off-brand printer