[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

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

2024-01-22 Thread Thomas Perrot via lists.openembedded.org
Hello Khem, On Fri, 2024-01-19 at 15:56 -0800, Khem Raj wrote: > On Fri, Jan 19, 2024 at 2:00 PM Alexandre Belloni > wrote: > > > > > > On 19/01/2024 19:24:44+, Richard Purdie wrote: > > > On Fri, 2024-01-19 at 18:48 +0100, Thomas Pe

[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

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

[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(-) ren

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/co

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(-)

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_RRECO

[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/re

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

2022-06-26 Thread Thomas Perrot via lists.openembedded.org
* SBI v1.0 specification support Overall, this release mainly adds support for various RISC-V ISA extensions ratified in December 2021 along with other improvements. Signed-off-by: Thomas Perrot --- meta/recipes-bsp/opensbi/{opensbi_1.0.bb => opensbi_1.1.bb} | 5 ++--- 1 file changed

[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
Hi Alexander, On Fri, 2022-05-20 at 14:27 +0200, Alexander Kanavin wrote: > The correct way to address this is to restrict the amount of webkit > make jobs in site.conf, specific to the build host. Or add RAM. > I heard you Kind regards, Thomas Perrot > Ale  > > On Fri 20.

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

Re: [OE-core][PATCH] uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified

2021-10-29 Thread Thomas Perrot
Hello Richard, On Wed, 2021-10-27 at 19:02 +0100, Richard Purdie wrote: > On Wed, 2021-10-27 at 16:04 +0200, Thomas Perrot wrote: > > Some BSPs, especially those of meta-freescale and meta-ti allow to > > build U-Boot > > binaries using different configuration for a given ta

[OE-core][PATCH] uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified

2021-10-27 Thread Thomas Perrot
concatenated to all U-Boot binaries built. Signed-off-by: Thomas Perrot --- meta/classes/uboot-sign.bbclass | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index bae8cada0ac3..8d136e9405

[OE-core][PATCH] image_types: allow the creation of block devices on top of UBI volumes

2021-10-18 Thread Thomas Perrot
and block filesystems. For example, with this change it is possible to build a UBI volume using a compressed squashfs, with the following configuration: UBI_VOLTYPE ?= "static" UBI_IMGTYPE ?= "squasfs-lz4" Signed-off-by: Thomas Perrot --- meta/classes/image_types.bbclass | 14 ++

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: Include rust packages

2021-10-14 Thread Thomas Perrot
ke you're only testing on debian whilst the autobuilder has > multiple > different hosts which is the difference. > > Cheers, > > Richard > There is a new occurrence of the reproducibility issue on Fedora 33 : https://autobuilder.yoctoproject.org/typhoon/#/builders/118/build

Re: [OE-core][PATCH] ruby: fix the reproducibility issue

2021-09-30 Thread Thomas Perrot
this kind of issue locally. Best regards, Thomas > Alex > > On Thu, 30 Sept 2021 at 16:04, Thomas Perrot < > thomas.per...@bootlin.com> wrote: > > Apply some changes on the Ruby makefiles in order to fix the > > reproducibility: > > - use a fixed timestamp,

Re: [OE-core][PATCH v4] libevent: mark util/monotonic_prc_fallback as retriable

2021-09-30 Thread Thomas Perrot
Sept 2021 at 16:08, Thomas Perrot < > thomas.per...@bootlin.com> wrote: > > Backport a patch to fix the below ptest failure: > >  # ./run-ptest > >  Running tests: > >  EVPORT > >  Skipping test > >  KQUEUE > >  Skipping test > >  

[OE-core][PATCH v4] libevent: mark util/monotonic_prc_fallback as retriable

2021-09-30 Thread Thomas Perrot
skipped) FAILED [snip] (From OE-Core rev: edecbbdacab5227c75e4a199e124389f8036b421) [YOCTO #14507] Signed-off-by: Mingli Yu Signed-off-by: Alexandre Belloni Signed-off-by: Thomas Perrot --- ...-monotonic_prc_fallback-as-retriable.patch | 28 +++ ...ts-are-marked-failed-only-when-all

[OE-core][PATCH] ruby: fix the reproducibility issue

2021-09-30 Thread Thomas Perrot
Apply some changes on the Ruby makefiles in order to fix the reproducibility: - use a fixed timestamp, - sort linked objects, - doesn't use the current date, - and use UTC date. [YOCTO #14268] Signed-off-by: Thomas Perrot --- ...doc-build-reproducible-documentation.patch | 35

Re: [OE-core][PATCH v3] libevent: mark util/monotonic_prc_fallback as retriable

2021-09-30 Thread Thomas Perrot
, because since 2.1.12 there were some changes that required reworking the patch 0004. I will correct the syntax of upstream status, thank you. Best regards, Thomas > Alex > > On Wed, 29 Sept 2021 at 17:02, Thomas Perrot < > thomas.per...@bootlin.com> wrote: > > Backport

[OE-core][PATCH v3] libevent: mark util/monotonic_prc_fallback as retriable

2021-09-29 Thread Thomas Perrot
skipped) FAILED [snip] (From OE-Core rev: edecbbdacab5227c75e4a199e124389f8036b421) [YOCTO #14507] Signed-off-by: Mingli Yu Signed-off-by: Alexandre Belloni Signed-off-by: Thomas Perrot --- ...-monotonic_prc_fallback-as-retriable.patch | 28 +++ ...ts-are-marked-failed-only-when-all

[OE-core][PATCH v2] libevent: mark util/monotonic_prc_fallback as retriable

2021-09-29 Thread Thomas Perrot
skipped) FAILED [snip] (From OE-Core rev: edecbbdacab5227c75e4a199e124389f8036b421) [YOCTO #14507] Signed-off-by: Mingli Yu Signed-off-by: Alexandre Belloni Signed-off-by: Thomas Perrot --- ...-monotonic_prc_fallback-as-retriable.patch | 26 ++ ...ts-are-marked-failed-only-when-all

[OE-core] [PATCH 2/2] oeqa/selftest/fitimage: update tests to use two keys

2021-08-10 Thread Thomas Perrot
Other keys (UBOOT_SIGN_IMG_KEYNAME) are required to sign individually the images nodes, and these keys must be different from the ones used to sign the configurations nodes (UBOOT_SIGN_KEYNAME), then fitimage tests need to be updated. Signed-off-by: Thomas Perrot --- meta/lib/oeqa/selftest

[OE-core] [PATCH 1/2] kernel-fitimage: images should not be signed with the same keys as the configurations

2021-08-10 Thread Thomas Perrot
Otherwise the "required" property, from UBOOT_DTB_BINARY, will be set to "conf" and no error will be raised in case of error. Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 40 1 file changed, 35 insertions(+), 5 dele

[OE-core] [PATCH 0/2] Sign the image nodes with keys different from those for configuration nodes.

2021-08-10 Thread Thomas Perrot
be mandatory and no error will be raised in case of failure. Thomas Perrot (2): kernel-fitimage: images should not be signed with the same keys as the configurations oeqa/selftest/fitimage: update tests to use two keys meta/classes/kernel-fitimage.bbclass | 40 +---

Re: [OE-core][PATCH] kernel-fitimage: images should not be signed with the same keys as the configurations

2021-08-09 Thread Thomas Perrot
Hello Alexandre, On Sun, 2021-08-08 at 21:19 +0200, Alexandre Belloni wrote: > Hello, > > On 06/08/2021 18:10:38+0200, Thomas Perrot wrote: > > Otherwise the "required" property, from UBOOT_DTB_BINARY, will be set > > to "conf" > > and no error w

[OE-core][PATCH] kernel-fitimage: images should not be signed with the same keys as the configurations

2021-08-06 Thread Thomas Perrot
Otherwise the "required" property, from UBOOT_DTB_BINARY, will be set to "conf" and no error will be raised in case of error. Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 40 1 file changed, 35 insertions(+), 5 dele

[OE-core] [PATCH] kernel-fitimage: use sha256 checksum

2018-01-17 Thread Thomas Perrot
Update the bbclass to use sha256 instead of sha1. Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/

[OE-core] [PATCH] kernel-fitimage: Allow unset load address for device tree binary

2018-01-17 Thread Thomas Perrot
Allow the load address to remain unset if the UBOOT_DTB_LOADADDRESS variable is also unset for dtb entries in the image tree. This allows for U-Boot to decide dynamically where to load the dtb. Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbcla

[OE-core] [PATCH] uboot-sign: avoid a circular dependency with the task to assemble a fitimage

2018-01-17 Thread Thomas Perrot
-boot_2017.01.bb:do_concat_dtb']) do_deploy (dependent Tasks ['u-boot_2017.01.bb:do_deploy_dtb', 'u-boot_2017.01.bb:do_install']) do_assemble_fitimage (dependent Tasks ['linux-yocto_4.10.bb:do_compile', 'u-boot_2017.01.bb:do_deploy']) Signed-off-by: Thomas Perrot <thomas.per...@sigfox.

[OE-core] [PATCH] kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs

2018-01-17 Thread Thomas Perrot
In the case of a fitImage the this step should be done on the image use to assemble the fitImage. Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/c

[OE-core] [PATCH] kernel-fitimage: Fix bad image type replacement for aarch64

2017-11-13 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 179185b6b2..9baf399f2e 100644 ---

[OE-core] [PATCH] toolchain-scripts: Add PYTHONHOME in sdk env script

2017-11-13 Thread Thomas Perrot
Otherwise, the host Python environment is used instead of Python environment provided by the SDK. Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/toolchain-scripts.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/toolchain-scripts.bbclass

[OE-core] [PATCH] runqemu: correct rootfs setup to boot an ide hddimg

2017-11-05 Thread Thomas Perrot
vm_drive variable is malformed when the drive type is an ide device. Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index f0ddeea1bf..7d3b69bc01 100755 --- a/s

Re: [OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas PERROT
Hi, I agree, so I cleaned up, split into several commits, then superseded this one. Best regards, Thomas P. On Wed, Oct 25, 2017 at 1:06 PM, André Draszik <g...@andred.net> wrote: > On Wed, 2017-10-25 at 11:13 +0100, André Draszik wrote: > > On Wed, 2017-10-25 at 09:32 +0200

Re: [OE-core] [PATCH] kernel-fitimage: add DTB_LOAD to set dtb address

2017-10-25 Thread Thomas PERROT
Hi, it would seem that it is also necessary to add the entry field on some targets. I think the best would to be do as for UBOOT_RD_LOADADDRESS and UBOOT_RD_ENTRYPOINT. Best regards, Thomas P. On Wed, Oct 25, 2017 at 6:52 PM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On

[OE-core] [meta][PATCH 3/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
-boot_2017.01.bb:do_compile', 'u-boot_2017.01.bb:do_concat_dtb']) do_deploy (dependent Tasks ['u-boot_2017.01.bb:do_deploy_dtb', 'u-boot_2017.01.bb:do_install']) do_assemble_fitimage (dependent Tasks ['linux-yocto_4.10.bb:do_compile', 'u-boot_2017.01.bb:do_deploy']) Signed-off-by: Thomas Perrot

[OE-core] [meta][PATCH 1/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Bad image type replacement for aarch64 Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass

[OE-core] [meta][PATCH 2/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [meta][PATCH 3/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
-boot_2017.01.bb:do_compile', 'u-boot_2017.01.bb:do_concat_dtb']) do_deploy (dependent Tasks ['u-boot_2017.01.bb:do_deploy_dtb', 'u-boot_2017.01.bb:do_install']) do_assemble_fitimage (dependent Tasks ['linux-yocto_4.10.bb:do_compile', 'u-boot_2017.01.bb:do_deploy']) Signed-off-by: Thomas Perrot

[OE-core] [meta][PATCH 2/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [meta][PATCH 4/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
aarch64 compression Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-uboot.bbclass | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel-uboot.bbclass b/meta/classes/kernel-uboot.bbclass index 87f02654fa..06d2

[OE-core] [meta][PATCH 1/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Bad image type replacement for aarch64 Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [meta][pyro][PATCHv2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas PERROT
Hi, It's done, I just submit the path for the master branch. Best regards, Thomas P. On Tue, Oct 24, 2017 at 9:38 AM, akuster808 <akuster...@gmail.com> wrote: > > > On 10/20/2017 02:47 AM, Thomas Perrot wrote: > > - Bad image type replacement for aarch64 > > - F

[OE-core] [meta][PATCH 2/2] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas Perrot
(dependent Tasks ['u-boot_2017.01.bb:do_deploy_dtb', 'u-boot_2017.01.bb:do_install']) do_assemble_fitimage (dependent Tasks ['linux-yocto_4.10.bb:do_compile', 'u-boot_2017.01.bb:do_deploy']) Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 2 +-

[OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 7 +-- meta/classes/kernel-uboot.bbclass| 11 --- meta/classes/kernel.bbclass | 4 +++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbcl

Re: [OE-core] [meta][pyro][PATCHv2] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas PERROT
On Mon, 2017-10-23 at 18:23 +0200, Thomas Perrot wrote: > > Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> > > Your commit message doesn't explain what problem you're trying to solve. > > I can only guess that it's the same as this: > http://lists.openembedded.org/pip

[OE-core] [meta][pyro][PATCHv3] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas Perrot
(dependent Tasks ['u-boot_2017.01.bb:do_deploy_dtb', 'u-boot_2017.01.bb:do_install']) do_assemble_fitimage (dependent Tasks ['linux-yocto_4.10.bb:do_compile', 'u-boot_2017.01.bb:do_deploy']) Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 2 +-

Re: [OE-core] [meta][pyro][PATCH] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-23 Thread Thomas PERROT
Sorry, there is a bad copy/paste into this patch, I just pushed a version 2. Still sorry for my mistake Thomas P. On Mon, Oct 23, 2017 at 5:59 PM, Thomas Perrot <thomas.per...@tupi.fr> wrote: > Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> > --- > meta/classes/ke

[OE-core] [meta][pyro][PATCHv2] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-23 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 2 +- meta/classes/uboot-sign.bbclass | 21 + 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/

[OE-core] [meta][pyro][PATCH] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-23 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 2 +- meta/classes/uboot-sign.bbclass | 21 + 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/

[OE-core] [meta][pyro][PATCHv2] Fix some issues in the fitImage generation

2017-10-20 Thread Thomas Perrot
-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 6 +- meta/classes/kernel-uboot.bbclass| 11 --- meta/classes/kernel.bbclass | 4 +++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread Thomas PERROT
...). Best regards, Thomas P. On Wed, Oct 18, 2017 at 9:02 AM, André Draszik <g...@andred.net> wrote: > On Tue, 2017-10-17 at 18:54 +0200, Thomas Perrot wrote: > > - Bad image type replacement for aarch64 > > - Fix DTB path in fitimage.its > > - Ignore fitImag

[OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbcla

[OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type during the packaging of the initramfs Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel-fitimage.bbclass | 6 +- meta/classes/kernel.bbclass | 4 +++- 2

[OE-core] [PATCH] kernel: Fix a typo in kernel.bbclass

2016-05-23 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6e3e81e..fa0864c 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/c

[OE-core] [oe][fido][PATCH] Corrects the URI of the openssl's recipe from fido. The sources were moved to a new subdirectory.

2016-01-04 Thread Thomas Perrot
Signed-off-by: Thomas Perrot <thomas.per...@tupi.fr> --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index ba9bca6..a5b8ed3

[OE-core] [oe-core][PATCH 2/2] Set S to fix QA warning on volatile-binds.

2015-06-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- meta/recipes-core/volatile-binds/volatile-binds.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index 694ba1e..c5d7b5b 100644

[OE-core] [oe-core][PATCH 1/2] Set S to fix QA warning on systemd-serialgetty.

2015-06-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- meta/recipes-core/systemd/systemd-serialgetty.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c..399a88f 100644

[OE-core] [oe-core][PATCH v2 1/2] Set S to prevent QA warning on systemd-serialgetty.

2015-06-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- meta/recipes-core/systemd/systemd-serialgetty.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c..768b130 100644

[OE-core] [oe-core][PATCH v2 2/2] Set S to prevent QA warning on volatile-binds and corrects the path to COPYING.MIT.

2015-06-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- meta/recipes-core/volatile-binds/volatile-binds.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index

Re: [OE-core] [oe-core][PATCH 1/2] Set S to fix QA warning on systemd-serialgetty.

2015-06-25 Thread Thomas PERROT
have not correctly fixed the S value in the recipe of systemd-serialgetty and to fix a linked bug on the second patch on the recipe of volatile-binds. Best regards, Thomas P. On Thu, Jun 25, 2015 at 4:23 PM, Burton, Ross ross.bur...@intel.com wrote: On 25 June 2015 at 12:24, Thomas Perrot

[OE-core] [oe-core][PATCH] systemd-serialgetty: Remove SERIAL_CONSOLE definition, because it depends of machine definition. Set it, here, can be make the value is not good.

2015-05-22 Thread Thomas Perrot
Signed-off-by: Thomas Perrot thomas.per...@tupi.fr --- meta/recipes-core/systemd/systemd-serialgetty.bb |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c..06cb1b4 100644

Re: [OE-core] [oe-core][PATCH] systemd-serialgetty: Remove SERIAL_CONSOLE definition, because it depends of machine definition. Set it, here, can be make the value is not good.

2015-05-22 Thread Thomas PERROT
Sorry, I meant systemd-serialgetty.bb from meta instead of meta-systemd. So replace ?= by ??= should be a better solution. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [oe-core][PATCH] systemd-serialgetty: Remove SERIAL_CONSOLE definition, because it depends of machine definition. Set it, here, can be make the value is not good.

2015-05-22 Thread Thomas PERROT
: On Fri, May 22, 2015 at 7:09 AM, Thomas Perrot thomas.per...@tupi.fr wrote: Signed-off-by: Thomas Perrot thomas.per...@tupi.fr Nack! The setting here is the default if machine does not define it. I see no benefit in dropping this. -- Otavio Salvador O.S. Systems http

Re: [OE-core] [oe-core][PATCH] systemd-serialgetty: Remove SERIAL_CONSOLE definition, because it depends of machine definition. Set it, here, can be make the value is not good.

2015-05-22 Thread Thomas PERROT
thought at an incompatibility between systemd and rpi recipes. On Fri, May 22, 2015 at 4:32 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 22 May 2015 16:27:05 Thomas PERROT wrote: On Fri, May 22, 2015 at 4:06 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 22

Re: [OE-core] [oe-core][PATCH] systemd-serialgetty: Remove SERIAL_CONSOLE definition, because it depends of machine definition. Set it, here, can be make the value is not good.

2015-05-22 Thread Thomas PERROT
So it was a hardware issue, the USB to serial converter is dead. :-# On May 22, 2015 5:20 PM, Thomas PERROT thomas.per...@tupi.fr wrote: Ok, thank you for your help, so I should be a problem elsewhere. I thought that it was the problem because, I just replaced sysvinit by systemd

Re: [OE-core] [oe-core][PATCH] systemd-systemctl-native: fix checksum error

2015-05-05 Thread Thomas PERROT
Thanks you Ross, that was it the problem. On Tue, May 5, 2015 at 7:10 PM, Thomas PERROT thomas.per...@tupi.fr wrote: Hi, Yes, I used combo-layer to create combined repository. - http://fr.linkedin.com/pub

Re: [OE-core] [oe-core][PATCH] systemd-systemctl-native: fix checksum error

2015-05-05 Thread Thomas PERROT
Hi, Yes, I used combo-layer to create combined repository. - http://fr.linkedin.com/pub/thomas-perrot/37/436/876 https://plus.google.com/u/0/111501193434241021399 https://github.com/tprrt On Fri, May 1, 2015

[OE-core] [oe-core][PATCH] systemd-systemctl-native: fix checksum error

2015-04-22 Thread Thomas Perrot
From: tprrt tp...@tupi.fr ERROR: systemd-systemctl-native: md5 data is not matching for file:///home/tprrt/dev/oe-build-easy/combination/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 ERROR: systemd-systemctl-native: The new md5 checksum is 751419260aa954499f7abaabaa882bbe Signed-off-by: tprrt

[OE-core] [meta-oe][PATCH] zap_empty_root_password doesn't work with toybox, /etc/passwd isn't never edit if /etc/shadow exist.

2015-04-13 Thread Thomas Perrot
From: tprrt tp...@tupi.fr Signed-off-by: tprrt tp...@tupi.fr --- meta/classes/image.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 03cbbf7..541daef 100644 --- a/meta/classes/image.bbclass +++

Re: [OE-core] [meta-oe][PATCH] zap_empty_root_password doesn't work with toybox, /etc/passwd isn't never edit if /etc/shadow exist.

2015-04-13 Thread Thomas PERROT
Hi Ross, Yes, It's a logic bug, but I don't if there are another cases with this issue. Best regards, Thomas P. On Tue, Apr 14, 2015 at 12:12 AM, Burton, Ross ross.bur...@intel.com wrote: On 13 April 2015 at 23:08, Thomas Perrot thomas.per...@tupi.fr wrote: - elif [ -e ${IMAGE_ROOTFS

Re: [OE-core] State of bitbake world, Failed tasks 2015-02-20

2015-02-24 Thread Thomas PERROT
Hi Martin, Please, what is it your configuration to run bitbake world ? I tried to run bitbake world only on oe-core, for some targets and I obtain already the same issue, and I don't see this issue in your list of failed tasks. Here https://travis-ci.org/tprrt/meta-musl, I also tried with