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.

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

2017-06-16 Thread Mikko Ylinen
On 14/06/17 00:37, Cal Sullivan wrote: On 06/12/2017 09:22 AM, Wold, Saul wrote: On Fri, 2017-06-09 at 18:30 -0700, California Sullivan wrote: The EFI stub can be used to directly boot a kernel + initramfs. This addition was taken from meta-refkit. Signed-off-by: California Sullivan

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

2017-06-12 Thread Wold, Saul
On Fri, 2017-06-09 at 18:30 -0700, California Sullivan wrote: > The EFI stub can be used to directly boot a kernel + initramfs. > This addition was taken from meta-refkit. > > Signed-off-by: California Sullivan > --- >  

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

2017-06-09 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