Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] wic: Allow to user defined files as config for bootloaders
@ 2015-11-18  8:25 mariano.lopez
  2015-11-18  8:25 ` [PATCH 1/2] wic: Prepare wicboot to allow custom bootloader config mariano.lopez
  2015-11-18  8:25 ` [PATCH 2/2] wic: Allow to use a custom config for bootloaders mariano.lopez
  0 siblings, 2 replies; 9+ messages in thread
From: mariano.lopez @ 2015-11-18  8:25 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@linux.intel.com>

These two patches add a new option for the bootloaders. This new option is
to have a configuration file as the bootloader config and it can be used with
"configfile" variable in the bootloader line. This is very useful when there
is need to create a multiboot image or when there is need to use scripting in
the bootloader.

This change doesn't include the changes in the documentation but once the
patches are commited to master, I will work on the documentation of this new
feature.

The following changes since commit d9aabf9639510fdb3e2ccc21ba5ae4aa9f6e4a57:

  gcc: Drop 4.8 (2015-11-16 14:59:18 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug8003
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8003

Mariano Lopez (2):
  wic: Prepare wicboot to allow custom bootloader config
  wic: Allow to use a custom config for bootloaders

 scripts/lib/wic/kickstart/__init__.py              |  7 +++
 .../lib/wic/kickstart/custom_commands/wicboot.py   |  5 ++
 scripts/lib/wic/plugins/source/bootimg-efi.py      | 66 ++++++++++++++--------
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   | 66 +++++++++++++---------
 4 files changed, 95 insertions(+), 49 deletions(-)

-- 
1.8.4.5



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

end of thread, other threads:[~2015-11-27 13:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18  8:25 [PATCH 0/2] wic: Allow to user defined files as config for bootloaders mariano.lopez
2015-11-18  8:25 ` [PATCH 1/2] wic: Prepare wicboot to allow custom bootloader config mariano.lopez
2015-11-18  8:25 ` [PATCH 2/2] wic: Allow to use a custom config for bootloaders mariano.lopez
2015-11-23 17:37   ` Ed Bartosh
2015-11-23 22:13     ` Mariano Lopez
2015-11-24 15:43       ` Ed Bartosh
2015-11-26 14:48         ` Mariano Lopez
2015-11-26 19:23           ` Mariano Lopez
2015-11-27 12:47             ` Ed Bartosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox