[OE-core] [PATCH] libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS

2025-01-13 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco The error described does not occur in all cases where libxkbcommon is used. As example, a Qt application that depends on libxkbcommon might not require any locales to be installed. Add it to RRECOMMENDS, as libxkbcommon does not seen to have any hard dependency on libx11

Re: [OE-core] [PATCH] libxkbcommon: remove locale dependecy

2025-01-13 Thread Hiago De Franco via lists.openembedded.org
On Mon, Jan 13, 2025 at 04:45:38PM +, Ross Burton wrote: > On 12 Dec 2024, at 21:34, Hiago De Franco via lists.openembedded.org > wrote: > > > > From: Hiago De Franco > > > > The error described does not occur in all cases where libxkbcommon is > > use

[OE-core] [PATCH] eudev: backport patch to fix udevd hanging while trying to access /dev/urandom

2025-01-13 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Linux kernel commit 48bff1053c17 ("random: opportunistically initialize on /dev/urandom reads") introduced a change where /dev/urandom blocks if the random pool is insufficiently initialized during hardware boot. This behavior causes /dev/urandom reads t

[OE-core] [scarthgap][PATCH] bluez5: backport patch to fix address type when loading keys

2025-01-07 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco With Linux kernel v6.6, due to commit 59b047bc9808 ("Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"), an error might occur when trying to automatically repair a bluetooth device, as the key might store using a wrong/invalid address type. Th

Re: [OE-core] [PATCH] weston-init: remove kbd from RDEPENDS

2024-12-13 Thread Hiago De Franco via lists.openembedded.org
Hi Mathieu, On Fri, Dec 13, 2024 at 04:31:44PM +0100, Mathieu Dubois-Briand wrote: > On Thu Dec 12, 2024 at 10:24 PM CET, Hiago De Franco via > lists.openembedded.org wrote: > > From: Hiago De Franco > > > > The kbd package is no longer a hard dependency for weston

[OE-core] [PATCH] libxkbcommon: remove locale dependecy

2024-12-12 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco The error described does not occur in all cases where libxkbcommon is used. As example, a Qt application that depends on libxkbcommon might not require any locales to be installed. Remove it from RDEPENDS, as libxkbcommon does not seen to have any hard dependency on libx11

[OE-core] [PATCH] weston-init: remove kbd from RDEPENDS

2024-12-12 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco The kbd package is no longer a hard dependency for weston-init, as weston has replaced weston-launch with libseat and logind as its only launchers (see [1]). Remove this dependency. [1] https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/663/commits Signed-off

[OE-core] [PATCH] hwdata: upgrade version 0.389 -> 0.390

2024-12-04 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco - Update pci and vendor ids. Signed-off-by: Hiago De Franco --- .../recipes-support/hwdata/{hwdata_0.389.bb => hwdata_0.390.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/hwdata/{hwdata_0.389.bb => hwdata_0.390.bb} (93%)

Re: [OE-core] [PATCH v3 1/3] hwdata: add recipe from meta-openembedded

2024-11-27 Thread Hiago De Franco via lists.openembedded.org
On Wed, Nov 27, 2024 at 02:50:40PM -0500, Denys Dmytriyenko wrote: > On Wed, Nov 27, 2024 at 04:13:10PM -0300, Hiago De Franco wrote: > > On Tue, Nov 26, 2024 at 01:21:09PM +0100, Alexander Kanavin wrote: > > > On Tue, 26 Nov 2024 at 13:17, Hiago De Franco via > >

Re: [OE-core] [PATCH v3 1/3] hwdata: add recipe from meta-openembedded

2024-11-27 Thread Hiago De Franco via lists.openembedded.org
On Tue, Nov 26, 2024 at 01:21:09PM +0100, Alexander Kanavin wrote: > On Tue, 26 Nov 2024 at 13:17, Hiago De Franco via > lists.openembedded.org > wrote: > > > > On Mon, Nov 25, 2024 at 04:51:37PM -0800, Khem Raj wrote: > > > Don’t forget to send a patch to remo

Re: [OE-core] [PATCH v3 1/3] hwdata: add recipe from meta-openembedded

2024-11-26 Thread Hiago De Franco via lists.openembedded.org
On Mon, Nov 25, 2024 at 04:51:37PM -0800, Khem Raj wrote: > Don’t forget to send a patch to remove it from meta-oe once it get merged > into core layer here Sure, thanks. I will do it once this is merged. > > On Mon, Nov 25, 2024 at 4:10 PM Hiago De Franco via lists.openembedded.

[OE-core] [PATCH v3 1/3] hwdata: add recipe from meta-openembedded

2024-11-25 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Move hwdata recipe from meta-openembedded to openembedded-core. libdisplay-info is now a requirement for Weston, since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory"). However, in order to build libdisplay-info, hwdata is required. Since Westo

[OE-core] [PATCH v3 0/3] weston: upgrade and add libdisplay-info recipe

2024-11-25 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco v1: https://lore.kernel.org/all/20241120203005.1802141-1-hiagofra...@gmail.com/ v2: https://lore.kernel.org/all/20241123193527.1435268-1-hiagofra...@gmail.com/ - Added hwdata recipe, with DESCRIPTION variable. - DESCRIPTION added to libdisplay-info and SUMMARY fixed

[OE-core] [PATCH v3 2/3] libdisplay-info: add recipe

2024-11-25 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco libdisplay-info is a EDID and DisplayID library. Goals: - Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. - Simplicity and correctness over performance and resource usage. - Well-tested and

[OE-core] [PATCH v3 3/3] weston: upgrade 13.0.3 -> 14.0.1

2024-11-25 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Key changes are: - Patches have been removed since they were merged upstream and are no longer needed on 14.0.1. - Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency. - Si

Re: [OE-core] [PATCH v2 2/3] libdisplay-info: add recipe

2024-11-25 Thread Hiago De Franco via lists.openembedded.org
On Mon, Nov 25, 2024 at 02:18:09PM +, Ross Burton wrote: > On 23 Nov 2024, at 19:35, Hiago De Franco via lists.openembedded.org > wrote: > > > > From: Hiago De Franco > > > > libdisplay-info is a EDID and DisplayID library. Goals: > > > >

[OE-core] [PATCH v2 2/3] libdisplay-info: add recipe

2024-11-23 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco libdisplay-info is a EDID and DisplayID library. Goals: - Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. - Simplicity and correctness over performance and resource usage. - Well-tested and

[OE-core] [PATCH v2 3/3] weston: upgrade 13.0.3 -> 14.0.1

2024-11-23 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Key changes are: - Patches have been removed since they were merged upstream and are no longer needed on 14.0.1. - Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency. - Si

[OE-core] [PATCH v2 1/3] hwdata: add recipe from meta-openembedded

2024-11-23 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Add hwdata recipe from meta-openembedded to openembedded-core. libdisplay-info is now a requirement for Weston, since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory"). However, in order to build libdisplay-info, hwdata is required. Since Westo

[OE-core] [PATCH v2 0/3] weston: upgrade and add libdisplay-info recipe

2024-11-23 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco This series aims to upgrade weston from version 13.0.3 to 14.0.1. Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency, therefore I am also adding libdisplay-info recipe into this series.

Re: [OE-core] [PATCH 1/2] libdisplay-info: add recipe

2024-11-20 Thread Hiago De Franco via lists.openembedded.org
On Wed, Nov 20, 2024 at 06:00:58PM -0500, Denys Dmytriyenko wrote: > On Wed, Nov 20, 2024 at 05:30:04PM -0300, Hiago De Franco wrote: > > From: Hiago De Franco > > > > libdisplay-info is a EDID and DisplayID library. Goals: > > > > - Provide a set of hig

[OE-core] [PATCH 1/2] libdisplay-info: add recipe

2024-11-20 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco libdisplay-info is a EDID and DisplayID library. Goals: - Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. - Simplicity and correctness over performance and resource usage. - Well-tested and

[OE-core] [PATCH 2/2] weston: upgrade 13.0.3 -> 14.0.1

2024-11-20 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco Key changes are: - Patches have been removed since they were merged upstream and are no longer needed on 14.0.1. - Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency. - Si

[OE-core] [PATCH 0/2] weston: upgrade and add libdisplay-info recipe

2024-11-20 Thread Hiago De Franco via lists.openembedded.org
From: Hiago De Franco This series aims to upgrade weston from version 13.0.3 to 14.0.1. Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency, therefore I am also adding libdisplay-info recipe into this series.

[OE-core] [scarthgap][PATCH] weston: backport patch to allow neatvnc < v0.9.0

2024-11-05 Thread Hiago De Franco
From: Hiago De Franco Currently weston 13.0.3 with neatvnc 0.8.1 does not compile when using VNC: | Dependency neatvnc found: NO found 0.8.1 but need: '< 0.8.0' ; matched: '>= 0.7.0' However weston upstream already increased the allowed version to 0.9.0, since neatvn

[OE-core] [styhead][PATCH] weston: backport patch to allow neatvnc < v0.9.0

2024-11-05 Thread Hiago De Franco
From: Hiago De Franco Currently weston 13.0.3 with neatvnc 0.8.1 does not compile when using VNC: | Dependency neatvnc found: NO found 0.8.1 but need: '< 0.8.0' ; matched: '>= 0.7.0' However weston upstream already increased the allowed version to 0.9.0, since neatvn

Re: [OE-core] [meta-oe][PATCH] drm-info: add recipe

2024-11-03 Thread Hiago De Franco
On Sun, Nov 03, 2024 at 07:24:39PM +0100, Martin Jansa wrote: > meta-oe patches should go to openembedded-devel ML as README says. Sorry about that, I sent it to openembedded-devel ML now. > > On Sun, Nov 3, 2024 at 7:21 PM Hiago De Franco via > lists.openembedded.org > wrot

[OE-core] [meta-oe][PATCH] drm-info: add recipe

2024-11-03 Thread Hiago De Franco
From: Hiago De Franco This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco --- meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe

Re: [oe-core][PATCH] drm-info: add recipe

2024-11-03 Thread Hiago De Franco
On Sat, Nov 02, 2024 at 11:59:09AM -0300, Hiago De Franco wrote: > On Sat, Nov 02, 2024 at 10:16:56AM +0100, Alexander Kanavin wrote: > > Thanks, this does seem useful. I'd want input from people actively > > working with graphics, but not sure who to ask. > > Maybe Wang

Re: [oe-core][PATCH] drm-info: add recipe

2024-11-02 Thread Hiago De Franco
Planes: > > │ └───Plane 0: offset = 0, pitch = 5120 bytes > > ├───"IN_FENCE_FD" (atomic): srange [-1, INT32_MAX] = -1 > > ├───"CRTC_ID" (atomic): object CRTC = 36 > > ├───"CRTC_X" (atomic): srange [INT32_

Re: [oe-core][PATCH] drm-info: add recipe

2024-11-01 Thread Hiago De Franco
mutable): blob = 35 └───DRM_FORMAT_MOD_LINEAR (0x) ├───XRGB (0x34325258) └───BGRX (0x34325842) It is basically a dump with information about DRM devices. > > Alex > > On Fri 1. Nov 2024 at 21.23, Hia

Re: [oe-core][PATCH] drm-info: add recipe

2024-11-01 Thread Hiago De Franco
penembedded-core is not the correct place. Please let me know. > > Alex > > On Fri 1. Nov 2024 at 19.42, Hiago De Franco via lists.openembedded.org > wrote: > > > From: Hiago De Franco > > > > This recipe provides information about DRM devices, useful for debug

[oe-core][PATCH] drm-info: add recipe

2024-11-01 Thread Hiago De Franco
From: Hiago De Franco This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco --- meta/conf/distro/include/maintainers.inc| 1 + meta/recipes-graphics/drm/drm-info_2.7.0.bb | 13 + 2 files

[oe-core] [PATCH] weston: backport patch to allow neatvnc < v0.9.0

2024-11-01 Thread Hiago De Franco
From: Hiago De Franco Currently weston 13.0.3 with neatvnc 0.8.1 does not compile when using VNC: | Dependency neatvnc found: NO found 0.8.1 but need: '< 0.8.0' ; matched: '>= 0.7.0' However weston upstream already increased the allowed version to 0.9.0, since neatvn