Re: [OE-core] [PATCH] wic/bootimg-efi: allow multiple initrd

2019-06-18 Thread Lee, Chee Yang
My bad, I should test it with complete oe-selftest wic module. On 6/18/19, 4:37 AM, "Richard Purdie" wrote: On Thu, 2019-06-13 at 14:21 +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > Allow plugin bootimg-efi to configure with multiple initrd > through

Re: [OE-core] [PATCH] wic/bootimg-efi: allow multiple initrd

2019-06-17 Thread Richard Purdie
On Thu, 2019-06-13 at 14:21 +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > Allow plugin bootimg-efi to configure with multiple initrd > through source parameter. > > Uses ; to separate each initrd. > > e.g: > --sourceparams="loader=${EFI_PROVIDER},initrd=initrd1;initrd2" > >

[OE-core] [PATCH] wic/bootimg-efi: allow multiple initrd

2019-06-13 Thread chee . yang . lee
From: Chee Yang Lee Allow plugin bootimg-efi to configure with multiple initrd through source parameter. Uses ; to separate each initrd. e.g: --sourceparams="loader=${EFI_PROVIDER},initrd=initrd1;initrd2" Signed-off-by: Chee Yang Lee --- scripts/lib/wic/plugins/source/bootimg-efi.py | 24