summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/rawcopy.py
Commit message (Expand)AuthorAgeFilesLines
* wic: fix images build in parallelMaxim Uvarov2020-01-191-1/+1
* wic/rawcopy: Support files in sub-directoriesEugene Smirnov2019-10-191-0/+3
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-14/+1
* wic: support filesystem label for rawcopyMartin Hundebøll2017-12-101-0/+22
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* wic: remove empty plugin methodsEd Bartosh2017-03-231-19/+0
* wic: use kernel_dir instead of bootimg_dirEd Bartosh2017-03-231-5/+5
* wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-03-101-1/+1
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError in wic pluginsEd Bartosh2017-03-041-5/+3
* wic: use wic logger in wic source pluginsEd Bartosh2017-03-041-5/+9
* wic: code cleanupEd Bartosh2017-02-021-1/+0
* wic: move oe/misc.py one level upEd Bartosh2017-02-021-1/+1
* wic: make sure that partition size is always an integer in internal processingMaciej Borzecki2016-11-151-2/+2
* wic: rawcopy: make source filenames uniqueEd Bartosh2016-07-211-1/+1
* wic: use sparse_copy to preserve sparsenessEd Bartosh2016-05-061-4/+3
* wic: rawcopy: Copy source file to build folderNoor Ahsan2016-01-071-3/+4
* wic: code cleanup: superfluous-parensEd Bartosh2015-06-231-2/+2
* wic: Add missing docstrings to plugin classesEd Bartosh2015-06-231-0/+4
* wic: Code cleanup: bad-classmethod-argumentEd Bartosh2015-06-231-3/+3
* wic: code cleanup: wildcard importsEd Bartosh2015-04-241-1/+1
* wic: rawcopy: ensure comparison is done on intAlexandre Belloni2015-04-091-1/+1
* wic: code cleanup: unused importsEd Bartosh2015-04-091-1/+0
* wic: rawcopy: support skippingAlexandre Belloni2015-03-101-2/+9
* wic: add rawcopy source pluginAlexandre Belloni2015-02-141-0/+77