]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 4 Feb 2014 01:16:58 +0000 (19:16 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2014 12:56:55 +0000 (12:56 +0000)
commit6e147488b40f730e07f1e0f232083ed75388daa0
treed15350687a322340b34f2d0aacdda15d5ae8664e
parent663833d8ecccb36ab42150bc5c9c00be79fa5b93
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/mic/plugins/source/bootimg-efi.py [new file with mode: 0644]
scripts/lib/mic/plugins/source/bootimg-pcbios.py [new file with mode: 0644]