Re: [OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-08-16 Thread Khasim Mohammed
Hi, On Thu, 2020-07-23 at 15:21 +0530, Khasim Syed Mohammed wrote: > List of files defined using IMAGE_BOOT_FILES are installed into > the boot partition when preparing an image using the wic tool with > the bootimg-efi source plugin. > > The code snippet introduced is taken as is from bootimg-pa

Re: Fw: [OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-07-23 Thread Khasim Mohammed
Hi Lee, On Fri, 2020-07-24 at 12:12 +0530, Khasim Mohammed wrote: > > > From: openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> on behalf of Lee Chee Yang > via lists.openembedded.org &l

[OE-core] [PATCH] selftest: wic: IMAGE_BOOT_FILES test to run on bootimg-efi

2020-07-23 Thread Khasim Mohammed
bootimg-efi is updated to install files listed in IMAGE_BOOT_FILES into the boot partition. The test_mkefidisk in oeqa selftest is updated to run IMAGE_BOOT_FILES test for bootimg-efi. Change-Id: Id577e853fecc5fe58531c7afa33db3b1c00c8319 Signed-off-by: Khasim Syed Mohammed --- meta/lib/oeqa/self

[OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-07-23 Thread Khasim Mohammed
List of files defined using IMAGE_BOOT_FILES are installed into the boot partition when preparing an image using the wic tool with the bootimg-efi source plugin. The code snippet introduced is taken as is from bootimg-partition.py Change-Id: I8dbb6b4e7c24870f587a6f31e6ae4a87d7033782 Issue-Id: PLA