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