summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/bootimg-pcbios.py
AgeCommit message (Expand)Author
2023-05-04wic: add support for proper kernel name to bootimg-pcbiosSergei Zhmylev
2021-06-29Use the label provided when formating a dos partitionjbouchard
2019-07-17wic: add support for kernel with initramfs bundledChee Yang Lee
2019-06-11wic/plugins: kernel image refer to KERNEL_IMAGETYPEChee Yang Lee
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-10-16wic: search nonarch STAGING_DATADIR for multilibKai Kang
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-07-17wic: get rid of using wic-toolsEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-06-14bootimg-pcbios: make boot image file uniqueEd Bartosh
2017-03-31wic: remove runner.show APIEd Bartosh
2017-03-31wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh
2017-03-22wic: improve getting syslinux pathEd Bartosh
2017-03-22wic: don't set creator.bootimg_dir in pluginsEd Bartosh
2017-03-04wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh
2017-03-04wic: raise WicError instead of calling logger.errorEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError instead of ImageError and CreatorErrorEd Bartosh
2017-03-04wic: raise WicError in wic pluginsEd Bartosh
2017-03-04wic: move errors moduleEd Bartosh
2017-03-04wic: use wic logger in wic source pluginsEd Bartosh
2017-02-15wic: direct: remove set_bootimg_dir setterEd Bartosh
2017-02-15wic: move disk operations to PartitionImage classEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh
2017-02-02wic: move 2 APIs to wic.engineEd Bartosh
2017-01-23wic: bootimg-pcbios: use wic-tools targetEd Bartosh
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-01-19wic: do not remove build dir in source pluginsEd Bartosh
2016-01-19wic: removed unused importsEd Bartosh
2016-01-17wic: get rid of 2 gettersEd Bartosh
2016-01-17wic: get rid of set_size and set_source_file settersEd Bartosh
2016-01-17wic: get rid of get_timeout getterEd Bartosh
2015-12-09wic: Allow to use a custom config for bootloadersMariano Lopez
2015-09-02wic: fix short variable namesEd Bartosh
2015-09-02wic: fix pylint warning redefined-builtinEd Bartosh
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh
2015-06-23wic: Add missing docstrings to plugin classesEd Bartosh
2015-06-23wic: Code cleanup: bad-classmethod-argumentEd Bartosh
2015-06-11wic: Move validation of --ptable option to wks parserEd Bartosh
2015-06-11wic: Refactored getting root device nameEd Bartosh
2015-06-11wic: Make _ptable_format publicEd Bartosh
2015-06-11wic: Use gptmbr.bin MBR for gpt partitionsEd Bartosh
2015-06-11wic: Add gpt to the list of supported partition table formatsEd Bartosh
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-24wic: code cleanup: undefined variablesEd Bartosh
2015-04-08wic: code cleanup: unused importsEd Bartosh
2015-02-07wic: use kB for the partitions sizeAlexandre Belloni
2014-10-30wic: Remove special-case bootimg_dirTom Zanussi
2014-10-18wic/bootimg-pcbios.py: checking the existance of syslinuxHongxu Jia