summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/ksparser.py
AgeCommit message (Expand)Author
2021-08-20wic: Add --no-fstab-update part optionDaniel Gomez
2021-05-31Add support for erofs filesystemsRichard Weinberger
2021-01-01wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang
2020-08-22wic: Add 512 Byte alignment to --offsetJoshua Watt
2020-06-10wic: Fix --extra-space argument handlingJoshua Watt
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-04-26wic: root: Add an opt. destination on include-pathRicardo Ribalda Delgado
2020-04-26wic: Add --change-directory argumentRicardo Ribalda Delgado
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-02-15wic: Honor APPENDKevin Hao
2020-01-10wic: Add --include-path argumentPaul Barker
2019-08-08wic: Add partition type for msdos partition tablesJason Wessel
2019-06-28wic: python2 -> python3Robert Yang
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-01-14wic: allow bitbake variables in kickstarter filesRasmus Villemoes
2018-09-12wic: Introduce the --use-label partition parameterKevin Hao
2018-09-11wic: squashfs does support partition uuid.Emmanuel Roullit
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-12-18wic: kparser.py: Check for SquashFS and use-uuidTom 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: remove extra double-quote on documentation stringJean-Francois Dagenais
2017-03-31wic: allow only supported fstypesEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: ksparser: set default disk to 'sda'Ed Bartosh
2017-02-15wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie
2017-02-02wic: move 2 APIs to wic.engineEd Bartosh
2016-12-22wic: add --fixed-size wks optionMaciej Borzecki
2016-07-20wic: mountpoint is an optional argumentMaciej Borzecki
2016-05-14wic: don't use L suffix for integersEd Bartosh
2016-05-14wic: don't inherit classes from objectEd Bartosh
2016-04-29wic: add --system-id wks optionEd Bartosh
2016-03-28wic: fix type of no-table optionEd Bartosh
2016-02-04wic: default to empty bootloader configMaciej Borzecki
2016-01-19wic: pylinted ksparser moduleEd Bartosh
2016-01-19wic: implement search of includesEd Bartosh
2016-01-19wic: ksparser: add support for includeEd Bartosh
2016-01-19wic: use unique partition numberEd Bartosh
2016-01-19wic: move wks parsing code to KickStart._parseEd Bartosh
2016-01-19wic: rename kickstarter.py -> ksparser.pyEd Bartosh