Re: [meta-intel] Yocto meta-intel LMS patch:

2017-07-06 Thread Wold, Saul
Please review the  https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded   and  https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines On how to properly submit a patch to meta-intel@yoctoproject.org. This is not correctly formatted and the internal 0003* patch doe

[meta-intel] Yocto meta-intel LMS patch:

2017-07-06 Thread Vastrad, Anand
Hi meta-intel@yocto LMS8 is currently broken on meta-intel Yocto repository. Attached patch(same as below plain text) gets LMS8 working on meta-intel Yocto. Please pick this patch into meta-intel Yocto. Thanks, Anand Vastrad --

[meta-intel] [PATCH V2 5/5] meta-intel.inc: Set default DISK_SIGNATURE_UUID

2017-07-06 Thread California Sullivan
This lets the uefi-comboapp and new kickstart template work well together out of the box. Signed-off-by: California Sullivan --- conf/machine/include/meta-intel.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc in

[meta-intel] [PATCH V2 3/5] classes: Add uefi-comboapp bbclass

2017-07-06 Thread California Sullivan
This bbclass pulls in the portion of code that builds a UEFI combo application from meta-refkit to meta-intel. The combo app contains an EFI stub from systemd, which allows you to boot a kernel directly, a kernel, an initramfs, and a command line. This class is compatible as either an EFI_PROVIDER

[meta-intel] [PATCH V2 2/5] recipes: move sbsigntool from refkit to meta-intel

2017-07-06 Thread California Sullivan
This is a tool that allows you to sign binaries. Either this or pesign is needed to support secure boot. Signed-off-by: California Sullivan --- .../sbsigntool/sbsigntool-native_git.bb| 74 ++ 1 file changed, 74 insertions(+) create mode 100644 common/recipes-supp

[meta-intel] [PATCH V2 4/5] canned-wks: add generic-bootdisk kickstart template

2017-07-06 Thread California Sullivan
This is based off the template in meta-refkit. It uses the image's boot directory to create a vfat boot partition, which works with EFI. This works as a WKS_FILE target for the uefi-comboapp, and will likely be useful in the future as well. Signed-off-by: California Sullivan --- scripts/lib/wic

[meta-intel] [PATCH V2 1/5] systemd-boot_%.bbappend: compile and deploy EFI stub

2017-07-06 Thread California Sullivan
The EFI stub can be used to directly boot a kernel + initramfs. This addition was taken from meta-refkit. Signed-off-by: California Sullivan --- common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 8 1 file changed, 8 insertions(+) diff --git a/common/recipes-bsp/systemd-boot/sys

[meta-intel] [PATCH V2 0/5] Combo app + secure boot support

2017-07-06 Thread California Sullivan
Thanks for all the feedback in the last round. Here's the gist of what's changed with V2: * Took most of Mikko's simplified app creation. Thanks! * Dropped multiple apps support. This was complicated and confusing. * Made the initrd optional. * Fixed the circular dependency on INITRD_IMAGE, allowi

Re: [meta-intel] [PATCH RFC 2/4] systemd-boot_%.bbappend: compile and deploy EFI stub

2017-07-06 Thread Cal Sullivan
Unfortunately this adds another variable to the mix, and it would need to be changed in global context rather than recipe context, so in order to build an efi app that depends on it we'd need to add both IMAGE_CLASSES += "uefi_comboapp" and SYSTEMD_BOOT_BUILD_TARGET = "stub" to a .conf file.

[meta-intel] [PATCH] rmc: split rmc.bb and rmc-efi.bb into separate recipes

2017-07-06 Thread Todor Minchev
X32 builds require that the bootloader is built as x86_64 binary. This patch splits the build definitions of the RMC userspace application and the RMC EFI library into separate recipes and builds an x86_64 EFI library when DEFAULTTUNE is x32. Signed-off-by: Todor Minchev --- common/recipes-bsp/r