Re: [OE-core] [RESEND][PATCH v2 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-21 Thread Igor Opaniuk via lists.openembedded.org
On Tue, May 21, 2024 at 4:28 PM Igor Opaniuk via lists.openembedded.org wrote: > > Add support for force reboot in the case of fatal error. In some cases > it's better to force reboot (especially when hw watchdog is not > engaged) instead of waiting for 3600 seconds, for ex

[OE-core] [PATCH v2 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-21 Thread Igor Opaniuk via lists.openembedded.org
e etc). ALso fix indendation issues in the fatal() function implementation. Signed-off-by: Igor Opaniuk --- Changes in v2: - Drop RFC tag as requested by Alexander Kanavin .../initrdscripts/initramfs-framework/init| 23 +++ 1 file changed, 13 insertions(+), 10 deletions(-)

[OE-core] [RESEND][PATCH v2 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-21 Thread Igor Opaniuk via lists.openembedded.org
e etc). ALso fix indendation issues in the fatal() function implementation. Signed-off-by: Igor Opaniuk --- Changes in v2: - Drop RFC tag as requested by Alexander Kanavin .../initrdscripts/initramfs-framework/init| 23 +++ 1 file changed, 13 insertions(+), 10 deletions(-)

Re: [OE-core] [RFC PATCH 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-21 Thread Igor Opaniuk via lists.openembedded.org
Hello Alex, On Tue, May 21, 2024 at 1:17 PM Alexander Kanavin wrote: > > Seems ok to me, you can resend without the RFC. I'll just send v2 without the RFC tag, thanks! > > Alex > > On Mon, 20 May 2024 at 17:31, Igor Opaniuk via lists.openembedded.org > wrote: >

[OE-core] [RFC PATCH 1/1] initramfs-framework: support force reboot if fatal error occurs

2024-05-20 Thread Igor Opaniuk via lists.openembedded.org
e etc). ALso fix indendation issues in the fatal() function implementation. Signed-off-by: Igor Opaniuk --- .../initrdscripts/initramfs-framework/init| 23 +++ 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-framework

[OE-core] [oe-selftest] adding new tests workflow

2022-01-20 Thread Igor Opaniuk
for that and expect bitbake to rebuild only recipes that were changed? Thanks and looking forward to suggestions. Regards, Igor -- Best regards - Freundliche Grüsse - Meilleures salutations Igor Opaniuk Embedded Software Engineer T: +380 938364067 E: igor.opan...@foundries.io W

[OE-core] [PATCH 1/1] wic: support 512 byte size granularity

2022-01-13 Thread Igor Opaniuk
ixes for --size/--fixes-size. This is required for some SoCs (like i.MX8M/MM, where SIT image is stored on 0x8200, and actual boot image is at 0x8400). Signed-off-by: Igor Opaniuk --- meta/lib/oeqa/selftest/cases/wic.py | 11 +++ scripts/lib/wic/ksparser.py | 19 +++