summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py
Commit message (Expand)AuthorAgeFilesLines
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh2017-03-041-2/+2
* wic: raise WicError in wic pluginsEd Bartosh2017-03-041-21/+13
* wic: move errors moduleEd Bartosh2017-03-041-1/+1
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-041-24/+32
* wic: move disk operations to PartitionImage classEd Bartosh2017-02-151-2/+2
* wic: fix call of serial_console_form_kargsEd Bartosh2017-02-051-1/+1
* wic: remove syslinux.pyEd Bartosh2017-02-021-1/+37
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-4/+4
* wic: removed unused importsEd Bartosh2016-01-191-1/+0
* wic: get rid of get_rootfs and set_rootfsEd Bartosh2016-01-181-1/+1
* wic: get rid of get_timeout getterEd Bartosh2016-01-181-4/+1
* wic: adjust code for new data structureEd Bartosh2016-01-181-2/+2
* wic: Refactor getting bitbake variablesEd Bartosh2015-07-021-5/+1
* wic: Move validation of --ptable option to wks parserEd Bartosh2015-06-111-6/+2
* wic: Refactored getting root device nameEd Bartosh2015-06-111-2/+1
* wic: Make _ptable_format publicEd Bartosh2015-06-111-4/+4
* wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh2015-06-111-1/+9
* wic: Add gpt to the list of supported partition table formatsEd Bartosh2015-06-111-1/+1
* wic: Add plugin for single partition diskAdrian Freihofer2015-05-031-0/+182