All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin
@ 2016-05-25 20:31 Christopher Larson
  2016-05-25 20:31 ` [PATCH 1/3] grub-efi.bbclass: also write startup.nsh for non-iso Christopher Larson
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Christopher Larson @ 2016-05-25 20:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

Currently, wic EFI images don't end up with startup.nsh, so the user has to
type in the correct bits into the EFI command-line, which isn't very
user-friendly. mkefidisk.sh in oe-core writes it for us, but we don't get it
for wic images.

Alter grub-efi.bbclass and gummiboot.bbclass to write it for the non-iso case,
not only iso, so wic can grab and use it, and alter wic's bootimg-efi plugin to
do so.

The following changes since commit bb4ead9b7b1400c37a72d148d9775bdf4210ec37:

  linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:49:55 +0100)

are available in the git repository at:

  git://github.com/kergoth/openembedded-core yocto-9556
  https://github.com/kergoth/openembedded-core/tree/yocto-9556

Christopher Larson (3):
  grub-efi.bbclass: also write startup.nsh for non-iso
  gummiboot.bbclass: also write startup.nsh for non-iso
  wic: bootimg-efi: include startup.nsh if it's available

 meta/classes/grub-efi.bbclass                 | 2 ++
 meta/classes/gummiboot.bbclass                | 2 ++
 scripts/lib/wic/plugins/source/bootimg-efi.py | 5 +++++
 3 files changed, 9 insertions(+)

-- 
2.8.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-30 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25 20:31 [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin Christopher Larson
2016-05-25 20:31 ` [PATCH 1/3] grub-efi.bbclass: also write startup.nsh for non-iso Christopher Larson
2016-05-25 20:31 ` [PATCH 2/3] gummiboot.bbclass: " Christopher Larson
2016-05-25 20:31 ` [PATCH 3/3] wic: bootimg-efi: include startup.nsh if it's available Christopher Larson
2016-05-25 20:33 ` [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin Christopher Larson
2016-05-25 20:35   ` Christopher Larson
2016-05-30 12:33 ` Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.