summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/rawcopy.py
AgeCommit message (Expand)Author
2023-11-27wic: rawcopy: add support for zstd decompressionMalte Schmidt
2022-08-12wic: add 'none' fstype for custom imageJeongBong Seo
2022-08-12scripts: Add copyright statements to files without oneRichard Purdie
2022-02-16wic: rawcopy: Add support for packed imagesStefan Herbrechtsmeier
2021-05-31Add support for erofs filesystemsRichard Weinberger
2020-01-19wic: fix images build in parallelMaxim Uvarov
2019-10-19wic/rawcopy: Support files in sub-directoriesEugene Smirnov
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2017-12-10wic: support filesystem label for rawcopyMartin Hundebøll
2017-06-23wic: flatten directory structureEd Bartosh
2017-03-23wic: remove empty plugin methodsEd Bartosh
2017-03-23wic: use kernel_dir instead of bootimg_dirEd Bartosh
2017-03-10wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError in wic pluginsEd Bartosh
2017-03-04wic: use wic logger in wic source pluginsEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh
2016-11-15wic: make sure that partition size is always an integer in internal processingMaciej Borzecki
2016-07-21wic: rawcopy: make source filenames uniqueEd Bartosh
2016-05-06wic: use sparse_copy to preserve sparsenessEd Bartosh
2016-01-07wic: rawcopy: Copy source file to build folderNoor Ahsan
2015-06-23wic: code cleanup: superfluous-parensEd Bartosh
2015-06-23wic: Add missing docstrings to plugin classesEd Bartosh
2015-06-23wic: Code cleanup: bad-classmethod-argumentEd Bartosh
2015-04-24wic: code cleanup: wildcard importsEd Bartosh
2015-04-09wic: rawcopy: ensure comparison is done on intAlexandre Belloni
2015-04-09wic: code cleanup: unused importsEd Bartosh
2015-03-10wic: rawcopy: support skippingAlexandre Belloni
2015-02-14wic: add rawcopy source pluginAlexandre Belloni