[OE-core] [PATCH] kmscube: Use COPYING for licensing information

2024-11-29 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Since kmscube commit d874c7811854 ("add license file"), the COPYING file has been introduced for holding the licensing information for the project. Make LIC_FILES_CHKSUM point to the COPYING file to make the licensing text information more explicit instead of extracting it fr

[OE-core] [PATCH] kmscube: Upgrade to the latest revision

2024-11-28 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Upgrade to the latest revision and remove the patch because the original problem has already been fixed upstream by kmscube commit 311e473d ("kmscube: gears: use only GLES2"). Signed-off-by: Fabio Estevam --- ...rs-Change-header-file-to-GLES3-gl3.h.patch | 31 --

[OE-core] [PATCH] u-boot: upgrade 2024.10 -> 2025.01

2025-01-06 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Upgrade to U-Boot 2025.01. Remove the patch as it has been upstreamed. Signed-off-by: Fabio Estevam --- ...bfdt-libfdt.i_shipped-Use-SWIG_Appen.patch | 60 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 3 +- ...ols_2024.10.bb => u-boot-tools_2025.01.

[OE-core] [PATCH] piglit: Upgrade to latest revision

2025-01-17 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Upgrade to latest revision. Signed-off-by: Fabio Estevam --- ...1-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | 2 +- .../0001-tests-Fix-narrowing-errors-seen-with-clang.patch | 2 +- ...1-tests-egl-spec-make-egl_ext_surface_compression-cond.patch | 2 +

[OE-core] [PATCH] mtd-utils: Upgrade to 2.3.0

2025-02-15 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Upgrade to mtd-utils 2.3.0. Details about the 2.3.0 release: https://lore.kernel.org/linux-mtd/1b7a55a6-1c5b-4e86-8006-e2010e543...@sigma-star.at/T/#u Signed-off-by: Fabio Estevam --- .../mtd/{mtd-utils_2.2.1.bb => mtd-utils_2.3.0.bb} | 2 +- 1 file changed,

Re: [OE-core] [PATCH] mtd-utils: Upgrade to 2.3.0

2025-02-17 Thread Fabio Estevam via lists.openembedded.org
Hi Khem, On Mon, Feb 17, 2025 at 12:47 PM Khem Raj wrote: > you need to DEPEND on libexecinfo for musl and also add -lexecinfo to LDFLAGS I appreciate your suggestion. To make your suggestion work, I locally copied the libexecinfo recipe from meta-oe to one-core. Is it acceptable to move the

[OE-core] [PATCH v2 1/2] libexecinfo: Move it to the core

2025-02-18 Thread Fabio Estevam via lists.openembedded.org
Move the libexecinfo recipe from meta-openembedded to meta-oe. The motivation for doing this is building mtd-utils 2.3.0 with musl. Musl requires an external libexecinfo to provide backtrace support. Signed-off-by: Fabio Estevam --- Changes since v1: - Newly introduced. meta/conf/distro/inclu

[OE-core] [PATCH v2 2/2] mtd-utils: Upgrade to 2.3.0

2025-02-18 Thread Fabio Estevam via lists.openembedded.org
Upgrade to mtd-utils 2.3.0. Details about the 2.3.0 release: https://lore.kernel.org/linux-mtd/1b7a55a6-1c5b-4e86-8006-e2010e543...@sigma-star.at/T/#u Signed-off-by: Fabio Estevam --- Changes since v1: - Fixed musl build errors. ...-ubifs-utils-ubifs.h-Include-fcntl.h.patch | 48 +

Re: [OE-core] [PATCH v2 1/2] libexecinfo: Move it to the core

2025-02-19 Thread Fabio Estevam via lists.openembedded.org
Hi Alexander, On Tue, Feb 18, 2025 at 10:50 AM Alexander Kanavin wrote: > Can you submit these upstream please? Unfortunately, libexecinfo upstream is inactive. The https://www.freshports.org/devel/libexecinfo page says: "There is no maintainer for this port." -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [OE-core] Unable to access 'https://git.openembedded.org/meta-openembedded/'

2025-02-12 Thread Fabio Estevam via lists.openembedded.org
On Wed, Feb 12, 2025 at 8:41 PM Javier Tia via lists.openembedded.org wrote: > > Hi, > > Getting Git error accessing https://git.openembedded.org/meta-openembedded/. Yes, it seems to be down. Try accessing https://github.com/openembedded/meta-openembedded as an alternative. -=-=-=-=-=-=-=-=-=-=

[OE-core] [PATCH v3 2/2] mtd-utils: Upgrade to 2.3.0

2025-02-19 Thread Fabio Estevam via lists.openembedded.org
From: Fabio Estevam Upgrade to mtd-utils 2.3.0. Details about the 2.3.0 release: https://lore.kernel.org/linux-mtd/1b7a55a6-1c5b-4e86-8006-e2010e543...@sigma-star.at/T/#u Signed-off-by: Fabio Estevam --- Changes since v2: - Use v4 of the series submitted to linux-mtd kernel mailing list. ..

[OE-core] [PATCH v3 1/2] libexecinfo: Move it to the core

2025-02-19 Thread Fabio Estevam via lists.openembedded.org
Move the libexecinfo recipe from meta-openembedded to meta-oe. The motivation for doing this is building mtd-utils 2.3.0 with musl. Musl requires an external libexecinfo to provide backtrace support. Signed-off-by: Fabio Estevam --- Changes since v2: - Use Upstream-Status: Inactive-Upstream. (A