[meta-intel] [PATCH V2 3/4] quark: amend EFI Bootloader option

2016-10-19 Thread Jianxun Zhang
We cannot override the current EFI bootloader selection with another "EFI_PROVIDER=..." in a local.conf in a build/conf directory when it is specified by "=" syntax in the current conf file for quark. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf

[meta-intel] [PATCH V2 2/4] README: Provide information for how to live-boot quark with hddimg

2016-10-19 Thread Jianxun Zhang
This change adds the procedure to boot quark with images in hddimg format. Signed-off-by: Jianxun Zhang --- README | 11 +++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 772ac4e..777c66c 100644 --- a/README +++ b/README @@ -248,6

[meta-intel] [PATCH V2 0/4] RMC support for quark(hddimg)

2016-10-19 Thread Jianxun Zhang
This V2 changed to use LABELS_LIVE instead of LABELS which always triggers a warning message in OE. We should either amend OE document to direct people to use _LIVE or _VM for LABELS or remove the warning message to just use LABELS nicely. Jianxun Zhang (4): quark: explicitly set boot entry in

[meta-intel] [PATCH V2 4/4] rmc: Add example for Galileo Gen 2 (Quark)

2016-10-19 Thread Jianxun Zhang
This is an experimental RMC sample for quark. At runtime, a boot option with board name will be available for user to boot the Galileo. Note: The supported image type is hddimg instead of the direct- boot image type usually used on quark. Use a USB stick flashed with the image to boot the Galileo

[meta-intel] [PATCH V2 1/4] quark: explicitly set boot entry in bootloader

2016-10-19 Thread Jianxun Zhang
This is to get rid of "install" option when booting quark with an image in hddimg format. EFI installer doesn't work on quark at this point. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf | 9 + 1 file changed, 9 insertions(+) diff --git