summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/bootimg-partition.py
Commit message (Expand)AuthorAgeFilesLines
* wic: bootimg-partition allow to set var to get boot filesAnibal Limon2024-03-261-2/+3
* wic: bootimg-partition: Fix file name in debug messageDaniel Semkowicz2023-10-011-1/+1
* scripts: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* wic: fix typoDaniel Ammann2020-08-061-1/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-14/+1
* wic: bootimg-partition: Select a preferred type if multi kernel images are in...Kevin Hao2018-08-211-9/+13
* wic: bootimg-partition: Add support to specify a custom extlinux.confKevin Hao2018-08-211-32/+47
* wic: bootimg-partition: Add support to create the u-boot boot config fileKevin Hao2018-08-151-3/+48
* wic: bootimg-partition: Add do_configure_partition() methodKevin Hao2018-08-151-24/+37
* wic: bootimg-partition: Use the relative path in the install_taskKevin Hao2018-08-151-8/+6
* wic: partition plugin wrongly assumes it is rootfsPaulo Neves2018-03-041-1/+1
* wic: allow multiple /boot partitions with different contentEnrico Scholz2017-09-251-4/+13
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* wic: remove empty plugin methodsEd Bartosh2017-03-231-20/+0
* wic: use kernel_dir instead of bootimg_dirEd Bartosh2017-03-231-6/+6
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError in wic pluginsEd Bartosh2017-03-041-7/+4
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-041-11/+17
* wic: code cleanupEd Bartosh2017-02-021-2/+2
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-1/+1
* wic: do not remove build dir in source pluginsEd Bartosh2016-01-201-3/+0
* wic: Add missing docstrings to plugin classesEd Bartosh2015-06-231-0/+5
* wic: Code cleanup: bad-classmethod-argumentEd Bartosh2015-06-231-3/+3
* wic: code cleanup: wildcard importsEd Bartosh2015-04-241-1/+1
* wic: bootimg-partition: Stop removing whole workdirAlexandre Belloni2015-02-081-1/+1
* wic: add globbing support in IMAGE_BOOT_FILES entriesMaciej Borzecki2014-12-191-9/+32
* wic: IMAGE_BOOT_FILES format checks in bootimg-partition sourceMaciej Borzecki2014-12-191-0/+2
* wic: Update bootimg-partition to use bootimg_dirTom Zanussi2014-10-301-2/+7
* wic: add new bootimg-partition pluginMaciej Borzecki2014-09-231-0/+108