summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2021-10-01wic/bootimg-efi: Add Unified Kernel Image optionKristian Klausen
2021-09-26wic:direct.py: ignore invalid mountpoints during fstab updateMarkus Volk
2021-09-17wic: keep rootfs_size as integerAlexander Kanavin
2021-09-04wic: Add extra-space argumentKristian Klausen
2021-08-20wic: Add --no-fstab-update part optionDaniel Gomez
2021-08-17scripts/lib/wic/help/py: "Redhat" -> "Red Hat"Robert P. J. Day
2021-08-12wic: don't forcibly pass -T defaultRoss Burton
2021-06-29Use the label provided when formating a dos partitionjbouchard
2021-05-31Add support for erofs filesystemsRichard Weinberger
2021-05-06classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari
2021-03-02scripts/lib/wic/partition.py: do not set FAT sizeAlexander Kanavin
2021-02-26wic: Warn if an ext filesystem affected by the Y2038 problem is usedFlorian Bezdeka
2021-02-09wic: debug mode to keep tmp directoryLee Chee Yang
2021-01-20wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker
2021-01-20wic: Copy rootfs dir if fstab needs updatingPaul Barker
2021-01-20wic: Update pseudo db when excluding content from rootfsPaul Barker
2021-01-20wic: Ensure internal workdir is not reusedPaul Barker
2021-01-13wic: Allow exec_native_cmd to run HOSTTOOLSPaul Barker
2021-01-13wic: Add workdir argumentPaul Barker
2021-01-01wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang
2020-12-20wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt
2020-12-15wic: Introduce empty plugin to create unformatted empty partitionsDiego Sueiro
2020-11-08isoimage-isohybrid.py: Support adding files/dirsChaitanya Vadrevu
2020-10-07wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie
2020-09-14wic/bootimg-efi: IMAGE_EFI_BOOT_FILES variable added to separate bootimg-efi ...Khairul Rohaizzat Jamaluddin
2020-09-02wic: misc: Add /bin to the list of searchpathsVijai Kumar K
2020-08-22wic: Add 512 Byte alignment to --offsetJoshua Watt
2020-08-06wic: fix typoDaniel Ammann
2020-07-25wic/bootimg-efi: Add support for IMAGE_BOOT_FILESKhasim Mohammed
2020-07-18wic/filemap: Fall back to standard copy when no way to get the block mapKevin Hao
2020-07-18wic/filemap: Drop the unused get_unmapped_ranges()Kevin Hao
2020-07-18wic/filemap: Drop the unused block_is_unmapped()Kevin Hao
2020-06-16wic: Fix error message when reporting invalid offsetJoshua Watt
2020-06-10wic: Fix --extra-space argument handlingJoshua Watt
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-04-26wic: rootfs: Combine path_validation in one functionRicardo Ribalda Delgado
2020-04-26wic: root: Add an opt. destination on include-pathRicardo Ribalda Delgado
2020-04-26wic: misc: Do not find for executables in ASSUME_PROVIDEDRicardo Ribalda Delgado
2020-04-26wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado
2020-04-26wic: Continue if excluded_path does not existRicardo 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-25wic: use Filesystem UUID when expand swap partitionLee Chee Yang
2020-04-07Revert "wic: Fix permissions when using exclude or include path"Richard Purdie
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-04-06wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-04-01wic: align layer plugin pathLee Chee Yang
2020-03-22wic/direct: reserve 2 sector for extended partitionChee Yang Lee