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
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
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
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
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
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
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
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%)
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
> >
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
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.
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
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
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
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
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:
> >
> >
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
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
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
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.
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
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
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
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.
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
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
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
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
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
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_
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
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
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
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
34 matches
Mail list logo