[OE-core] [PATCH 0/3] Deploy startup.nsh for wic's bootimg-efi plugin

Christopher Larson kergoth at gmail.com
Wed May 25 20:31:40 UTC 2016


From: Christopher Larson <chris_larson at 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




More information about the Openembedded-core mailing list