[OE-core] [PATCH] oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes

2023-03-27 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald Jeanne Allow 'multiubi' fstype image. Set 'MULTIUBI_BUILD' with two entries to allow configuration for two different '.ubifs'. Configure 'MKUBIFS_ARGS_*' and 'UBINIZE_ARGS_*' for both configurations. Signed-off-by: Romuald Jeanne --- meta/lib/oeqa/selftest/cases/imagefeatures.py

[OE-core] [PATCH] oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes

2023-03-20 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald Jeanne Allow 'multiubi' fstype image. Set 'MULTIUBI_BUILD' with two entries to allow configuration for two different '.ubifs'. Configure 'MKUBIFS_ARGS_*' and 'UBINIZE_ARGS_*' for both configurations. Signed-off-by: Romuald Jeanne --- meta/lib/oeqa/selftest/cases/imagefeatures.py

[OE-core] [PATCH] image_types: fix multiubi var init

2023-03-10 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald Jeanne Make sure to expand all MKUBIFS_ARGS_ and UBINIZE_ARGS_ vars in 'do_image_multiubi' task to use them to init the local 'mkubifs_args' and 'ubinize_args' vars. See [YOCTO #15065] Signed-off-by: Romuald JEANNE --- meta/classes-recipe/image_types.bbclass | 3 +++ 1 file

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-09 Thread Romuald Jeanne via lists.openembedded.org
To: Romuald JEANNE Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function On Thu, Mar 9, 2023 at 8:55 AM Romuald Jeanne via lists.openembedded.org<http://lists.openembedded.org> mailto:st@lists.openembedd

[OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-08 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald JEANNE As vname var is needed in multiubi_mkfs() function, we need to keep it defined and use it as parameter to the new write_ubi_config() function. See [YOCTO #15027] Signed-off-by: Romuald JEANNE --- meta/classes-recipe/image_types.bbclass | 13 +++-- 1 file changed,

[OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-03 Thread Romuald Jeanne via lists.openembedded.org
From: Romuald JEANNE As vname var is needed in multiubi_mkfs() function, we need to keep it defined and use it as parameter to the new write_ubi_config() function. See [YOCTO #15027] Signed-off-by: Romuald JEANNE --- meta/classes-recipe/image_types.bbclass | 13 +++-- 1 file changed,