From: Stefan Stanacar <stefanx.stanacar@intel.com>
To: openembedded-core@lists.openembedded.org
Cc: dvhart@linux.intel.com
Subject: [PATCH 0/3] Add gummiboot boot manager alongside grub-efi
Date: Thu, 6 Mar 2014 20:15:53 +0200 [thread overview]
Message-ID: <cover.1394128875.git.stefanx.stanacar@intel.com> (raw)
Hello,
This series adds recipes for gummiboot and a class allowing it to be used
as the boot loader for live/hddimg images.
Without changing EFI_PROVIDER, we have the same behaviour for EFI machines.
Using EFI_PROVIDER = "gummiboot" an installed image will use gummiboot instead
of grub-efi as it's boot manager.
I've tested this on FRI2, NUC and minnow (live USB boot and install from USB and boot)
with EFI_PROVIDER = "gummiboot" and KERNEL_FEATURES_append = " cfg/efi-ext"
in local.conf
This is a partial fix for YB#4082.
Cheers,
Stefan
The following changes since commit a01af0202558e6ed9d16590b3a8d1dd1b95c0374:
recipes: bump PRs (2014-03-05 17:36:37 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib stefans/gummiboot
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stefans/gummiboot
Stefan Stanacar (3):
recipes-bsp: Add gummiboot and gnu-efi recipes
bootimg/grub-efi.bbclass: allow using a different class for EFI images
classes: Add gummiboot class
meta/classes/boot-directdisk.bbclass | 7 +-
meta/classes/bootimg.bbclass | 9 +-
meta/classes/grub-efi.bbclass | 6 ++
meta/classes/gummiboot.bbclass | 112 +++++++++++++++++++++
.../gnu-efi/gnu-efi/parallel-make-archives.patch | 48 +++++++++
.../gnu-efi/gnu-efi/parallel-make.patch | 22 ++++
meta/recipes-bsp/gnu-efi/gnu-efi_3.0u.bb | 33 ++++++
meta/recipes-bsp/gummiboot/gummiboot_git.bb | 25 +++++
.../initrdscripts/files/init-install-efi.sh | 51 +++++++---
9 files changed, 290 insertions(+), 23 deletions(-)
create mode 100644 meta/classes/gummiboot.bbclass
create mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
create mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make.patch
create mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi_3.0u.bb
create mode 100644 meta/recipes-bsp/gummiboot/gummiboot_git.bb
--
1.8.5.3
next reply other threads:[~2014-03-06 18:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 18:15 Stefan Stanacar [this message]
2014-03-06 18:15 ` [PATCH 1/3] recipes-bsp: Add gummiboot and gnu-efi recipes Stefan Stanacar
2014-03-06 22:27 ` Darren Hart
2014-03-09 8:00 ` Saul Wold
2014-03-09 15:34 ` Stanacar, StefanX
2014-03-06 18:15 ` [PATCH 2/3] bootimg/grub-efi.bbclass: allow using a different class for EFI images Stefan Stanacar
2014-03-06 22:31 ` Darren Hart
2014-03-06 18:15 ` [PATCH 3/3] classes: Add gummiboot class Stefan Stanacar
2014-03-06 22:36 ` Darren Hart
2014-03-07 9:57 ` Stanacar, StefanX
2014-03-11 21:38 ` Darren Hart
2014-03-12 6:18 ` Koen Kooi
2014-03-12 10:04 ` Stanacar, StefanX
2014-03-12 9:39 ` Matt Fleming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1394128875.git.stefanx.stanacar@intel.com \
--to=stefanx.stanacar@intel.com \
--cc=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.