summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
AgeCommit message (Expand)Author
2020-12-10wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt
2020-10-07wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-04-26wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado
2020-04-26wic: Add --change-directory argumentRicardo Ribalda Delgado
2020-04-26wic: Fix multi images .wks with bitbakeRicardo Ribalda Delgado
2020-04-26wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-01-10wic: Add --include-path argumentPaul Barker
2019-09-27wic: Using the right rootfs size during prepare_rootfsAlessio Igor Bogani
2019-08-08wic: Make disk partition size consistently computedJason Wessel
2019-08-08wic: Add partition type for msdos partition tablesJason Wessel
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-26Revert "wic: Set a miniumum FAT16 volume size."Angus Lees
2019-02-28wic: Ensure that sourceparams values can contain '='Jan Kiszka
2018-09-12wic: Introduce the --use-label partition parameterKevin Hao
2018-08-15wic: Remove the unused variable Partition.sourceparams_dictKevin Hao
2018-05-22wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado
2018-03-03wic: Set a miniumum FAT16 volume size.Paulo Neves
2018-03-03wic: partition plugin wrongly assumes it is rootfsPaulo Neves
2018-03-03wic: Add post operation hook for SourcePluginParthiban Nallathambi
2018-01-02wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-12-18wic: partition.py: Update comments slightlyTom Rini
2017-11-05wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak
2017-07-21wic: implement wks option --mkfs-extraoptsEd Bartosh
2017-06-23wic: code cleanupEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-03-31wic: partition: Update fsck parametersDaniel Schultz
2017-03-31wic: remove prepare_empty_partition_squashfsEd Bartosh
2017-03-31wic: set FAT 16 for msdos partitionsEd Bartosh
2017-03-31wic: support 'msdos' fstypeEd Bartosh
2017-03-31wic: don't silently skip unknown fstypesEd Bartosh
2017-03-31wic: allow only supported fstypesEd Bartosh
2017-03-31wic: remove fsimage pluginEd Bartosh
2017-03-21wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: remove PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh
2017-03-04wic: remove PluginMgr.get_source_pluginsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError in core modulesEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie
2017-02-15wic: use the same partition object in direct and partitionedfsEd Bartosh
2017-02-02wic: code cleanupEd Bartosh
2017-02-02wic: move oe/misc.py one level upEd Bartosh
2017-02-02wic: partition: simlify calling plugin methodsEd Bartosh