[oe-commits] Tom Zanussi : wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 13:00:43 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 6e147488b40f730e07f1e0f232083ed75388daa0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6e147488b40f730e07f1e0f232083ed75388daa0

Author: Tom Zanussi <tom.zanussi at linux.intel.com>
Date:   Mon Feb  3 19:16:58 2014 -0600

wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin

Implement the BootimgPcbiosPlugin and BootimgEFIPlugin SourcePlugin
classes.  The configure/prepare_partition() methods are implemented
using code derived from similar code in the Wic_PartData class.

These classes have the corresponding names 'bootimg-pcbios' and
'bootimg-efi', which are the names that should be used in the --source
parameters of the .wks partition commands.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/lib/mic/plugins/source/bootimg-efi.py    | 161 +++++++++++++++++++
 scripts/lib/mic/plugins/source/bootimg-pcbios.py | 187 +++++++++++++++++++++++
 2 files changed, 348 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=6e147488b40f730e07f1e0f232083ed75388daa0


More information about the Openembedded-commits mailing list