Re: [OE-core][PATCH] u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.env

2025-02-04 Thread Thomas Perrot via lists.openembedded.org
omas > > > > > > On Tue, 2025-01-28 at 15:57 +0100, Thomas Perrot via > > > lists.openembedded.org wrote: > > > > From: Thomas Perrot > > > > > > > > It is U-Boot environment files that contain environment > > > > variables

[OE-core][PATCH] u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.env

2025-01-28 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot It is U-Boot environment files that contain environment variables in a binary format, that enables compact data storage and allows for faster loading and processing by U-Boot. Signed-off-by: Thomas Perrot --- meta/classes-recipe/uboot-config.bbclass | 8 +++- meta/reci

Re: [OE-core] [PATCH 21/22] webkitgtk: upgrade 2.46.4 -> 2.46.5

2024-12-30 Thread Thomas Perrot via lists.openembedded.org
Hello, Since the update to version 2.46.4, there has been a regression on RISC-V 64-bit systems. The following build issue [1] occurs, and the workaround, which involved disabling JIT support, no longer works. What do you recommend to fix it? [1] https://bugs.webkit.org/show_bug.cgi?id=271371 K

[OE-core][PATCH] opensbi: bump to 1.6

2024-12-26 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This release has: - Support for parsing riscv,isa-extensions DT property - Setup serial console very early in cold boot path - Support for multiple heaps and aligned memory allocation - Support for shadow stacks (Zicfiss) ISA extension - Support for landing pads (Zicfilp) ISA

[OE-core][PATCH v2] tcl: resolve conflicts with tcl8's man pages

2024-11-26 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Change the suffix from 'tcl' to 'tcl9' and from 'tcl8' to avoid conflicts with the man pages provided by the tcl packages. file /usr/share/man/mann/vwait.ntcl conflicts between attempted installs of tcl-doc-9.0.0-r0.riscv64 and tcl8-doc-8.6.15-r0.riscv64 file /usr/share/man/

Re: [OE-core] conflict between tcl8 and tcl

2024-11-26 Thread Thomas Perrot via lists.openembedded.org
Hello, On Tue, 2024-11-26 at 15:17 +0100, Alexander Kanavin wrote: > On Tue, 26 Nov 2024 at 15:11, Thomas Perrot > wrote: > > > > There're lots of conflicts between tcl8-doc and tcl-doc. > > > > Currently considering two modification options: > > > > 1. Using priority to resolve the conflict. For

Re: [OE-core] conflict between tcl8 and tcl

2024-11-26 Thread Thomas Perrot via lists.openembedded.org
Hello, On Tue, 2024-11-26 at 12:18 +0100, Alexander Kanavin via lists.openembedded.org wrote: > On Tue, 26 Nov 2024 at 03:46, wangmy via lists.openembedded.org > wrote: > > There're lots of conflicts between tcl8-doc and tcl-doc. > > Currently considering two modification options: > > 1. Using pr

[OE-core][PATCH] tcl: resolve conflicts with tcl8's man pages

2024-11-26 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Change the suffix from "tcl" to "tcl9" to avoid conflicts with the man pages provided by tcl8. file /usr/share/man/mann/vwait.ntcl conflicts between attempted installs of tcl-doc-9.0.0-r0.riscv64 and tcl8-doc-8.6.15-r0.riscv64 file /usr/share/man/mann/while.ntcl conflicts b

[OE-core][PATCH v2] opensbi: bump to 1.5.1

2024-08-02 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This intermediate release has following fixes: - Save/restore menvcfg only when it exists - Adjust Sscofpmf mhpmevent mask for upper 8 bits - Fix potential NULL pointer dereferences in SBI DBTR - Fix incorrect size passed to sbi_zalloc() in SBI FWFT - Check result of pmp_get()

Re: [OE-core][PATCH] opensbi: bump to 1.5.1

2024-08-02 Thread Thomas Perrot via lists.openembedded.org
Hello Alex, On Fri, 2024-08-02 at 17:03 +0200, Alexander Kanavin wrote: > On Fri, 2 Aug 2024 at 16:57, Thomas Perrot > wrote: > > As for some recipes, like the kernel recipes, I only used the first > > two > > numbers of the release version. > > I can rename it to use all numbers if you prefer. >

Re: [OE-core][PATCH] opensbi: bump to 1.5.1

2024-08-02 Thread Thomas Perrot via lists.openembedded.org
Hello Alexander, On Fri, 2024-08-02 at 16:00 +0200, Alexander Kanavin wrote: > You need to rename the recipe as well? As for some recipes, like the kernel recipes, I only used the first two numbers of the release version. I can rename it to use all numbers if you prefer. Kind regards, Thomas Per

[OE-core][PATCH] opensbi: bump to 1.5.1

2024-08-02 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This intermediate release has following fixes: - Save/restore menvcfg only when it exists - Adjust Sscofpmf mhpmevent mask for upper 8 bits - Fix potential NULL pointer dereferences in SBI DBTR - Fix incorrect size passed to sbi_zalloc() in SBI FWFT - Check result of pmp_get()

[OE-core][PATCH] opensbi: bump to 1.5

2024-07-01 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This release has: - SBI debug triggers (DBTR) extension (Experimental) - Support to specify coldboot harts in DT - Relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDR - Smcsrind and Smcdeleg extensions support - SBIUnit testing framework - Initial domain context management support -

[OE-core][PATCH] maintainers.inc: maintainer for opensbi

2024-05-17 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Signed-off-by: Thomas Perrot --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 014cf32e4091..d98cb0f194bc 100644 --- a/me

Re: [OE-core][PATCH] opensbi: bump to 1.4

2024-01-22 Thread Thomas Perrot via lists.openembedded.org
> > Hello Richard, > > > > > > > > On Fri, 2024-01-19 at 17:22 +, Richard Purdie wrote: > > > > > On Wed, 2024-01-17 at 10:47 +0100, Thomas Perrot via > > > > > lists.openembedded.org wrote: > > > > > &

[OE-core][PATCH v3] opensbi: bump to 1.4

2024-01-22 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This release has: - Synopsys DesignWare APB GPIO driver - Zicntr and Zihpm support - Console print improvements - Smepmp support - Simple FDT based syscon regmap driver - Syscon based reboot and poweroff driver - Non-contiguous hpm counters - Smcntrpmf support - Full sparse ha

Re: [OE-core][PATCH] opensbi: bump to 1.4

2024-01-19 Thread Thomas Perrot via lists.openembedded.org
Hello Richard, On Fri, 2024-01-19 at 17:22 +, Richard Purdie wrote: > On Wed, 2024-01-17 at 10:47 +0100, Thomas Perrot via > lists.openembedded.org wrote: > > From: Thomas Perrot > > > > This release has: > > - Synopsys DesignWare APB GPIO driver > > - Zi

[OE-core][PATCH] opensbi: bump to 1.4

2024-01-17 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot This release has: - Synopsys DesignWare APB GPIO driver - Zicntr and Zihpm support - Console print improvements - Smepmp support - Simple FDT based syscon regmap driver - Syscon based reboot and poweroff driver - Non-contiguous hpm counters - Smcntrpmf support - Full sparse ha

[OE-core][PATCH] opensbi: Upgrade to 1.3.1 release

2023-11-07 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3.1 Signed-off-by: Thomas Perrot --- meta/recipes-bsp/opensbi/{opensbi_1.2.bb => opensbi_1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core][PATCH] qemu.inc: add virtio input in required dependencies

2022-10-26 Thread Thomas Perrot via lists.openembedded.org
Hello Richard, On Wed, 2022-10-26 at 12:14 +0100, Richard Purdie wrote: > On Tue, 2022-10-18 at 11:32 +0200, Thomas Perrot via > lists.openembedded.org wrote: > > From: Thomas Perrot > > > > Otherwise, it isn't possible to interact with the UI of images >

[OE-core][PATCH] xserver-xorg: move some recommended dependencies in required

2022-10-18 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Otherwise, xserver will no longer start when NO_RECOMMENDATIONS = “1”, because dependencies in XSERVER_RRECOMMENDS are missing. Signed-off-by: Thomas Perrot --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[OE-core][PATCH] qemu.inc: add virtio input in required dependencies

2022-10-18 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Otherwise, it isn't possible to interact with the UI of images that provide graphic support. This issue only occurs when NO_RECOMMENDATIONS = "1" for Qemu targets which are kernel-modules in MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Thomas Perrot --- meta/conf/machine/incl

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-06 Thread Thomas Perrot via lists.openembedded.org
Hello Bruce, On Wed, 2022-10-05 at 13:19 -0400, Bruce Ashfield wrote: > On Wed, Oct 5, 2022 at 12:51 PM Thomas Perrot via > lists.openembedded.org > wrote: > > > > Hello Khem, > > > > On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: > > > On Wed

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-06 Thread Thomas Perrot via lists.openembedded.org
> > Alex > > > > On Wed, 5 Oct 2022 at 18:51, Thomas Perrot via > > lists.openembedded.org > > wrote: > > > > > > > > Hello Khem, > > > > > > > > On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: >

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Hello Alex, On Wed, 2022-10-05 at 17:31 +0200, Alexander Kanavin wrote: > Has this regressed at some point? Why was it not needed before? This issue occurs when the rrecommends are not installed. Kind regards, Thomas > > Alex > > On Wed 5. Oct 2022 at 17.01, Th

[OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Hello Khem, On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: > On Wed, Oct 5, 2022 at 8:01 AM Thomas Perrot via > lists.openembedded.org > wrote: > > > > Otherwise, it isn't possible to interact with the UI. > > I wonder if it should be in the MACHINE_EXTRA_

[OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Otherwise, it isn't possible to interact with the UI. Signed-off-by: Thomas Perrot --- meta/recipes-sato/images/core-image-sato.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e63a229d1257..

[OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ps

[OE-core][PATCH] opensbi: Update to v1.1

2022-06-26 Thread Thomas Perrot via lists.openembedded.org
This release has: * SBI PMU improvements * RISC-V AIA v0.3.0 draft support * Simple external interrupt handling framework * Xilinx UART-Lite driver * RISC-V privilege specification v1.12 support * RISC-V Svpbmt extension support * RISC-V Smstateen extension support * RISC-V Sstc extension support *

[OE-core][PATCH] man-pages: add an alternative link name for crypt_r.3

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Because crypt_r.3 is also provided by libxcrypt-doc. Signed-off-by: Thomas Perrot --- meta/recipes-extended/man-pages/man-pages_5.13.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/man-pages/man-pages_5.13.bb b/meta/recipes-extended/man-pages/

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
May 2022 at 14.20, Jacob Kroon > wrote: > > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > > Otherwise the compilation may lead to out-of-memories. > > > > > > Signed-off-by: Thomas Perrot > > > --- > > >   meta/r

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Hello Jacob, On Fri, 2022-05-20 at 14:19 +0200, Jacob Kroon wrote: > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > Otherwise the compilation may lead to out-of-memories. > > > > Signed-off-by: Thomas Perrot > > --- > >   meta/recipes-sa

[OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot --- meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb