summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: _exec_cmd: produce error if exit code is not 0Ed Bartosh2017-01-161-10/+4
* direct.py: fix getting image nameEd Bartosh2017-01-161-2/+2
* canned-wks: remove mpc8315e-rdb.wksEd Bartosh2017-01-161-6/+0
* wic/isoimage-isohybrid: remove do_stage_partition()Ioan-Adrian Ratiu2017-01-162-49/+4
* wic: fix parsing of 'bitbake -e' outputEd Bartosh2017-01-161-8/+6
* gummiboot: Remove old gummiboot recipe, related class and wks fileAlejandro Hernandez2017-01-161-11/+0
* gummiboot: Remove/change gummiboot references with systemd-bootAlejandro Hernandez2017-01-091-12/+10
* wic: add kickstart file for MPC8315Ed Bartosh2016-12-221-0/+6
* wic: add --fixed-size wks optionMaciej Borzecki2016-12-225-42/+105
* wic: look for wks files in <layer>/wicEd Bartosh2016-12-221-2/+5
* wic: obey the rootfs size from the metadataChristopher Larson2016-12-171-1/+12
* wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani2016-12-131-3/+4
* wic: fix function comment typosMaciej Borzecki2016-11-151-2/+2
* wic: check that filesystem is specified for a rootfs partitionMaciej Borzecki2016-11-151-0/+4
* wic: use partition size when creating empty partition filesMaciej Borzecki2016-11-151-2/+2
* wic: make sure that partition size is always an integer in internal processingMaciej Borzecki2016-11-153-6/+12
* systemd-bootdisk.wks: use PARTUUIDEd Bartosh2016-11-151-1/+1
* wic: call os.ftruncate instead of running truncateEd Bartosh2016-11-062-7/+13
* canned-wks: use GPT partition tableEd Bartosh2016-10-113-3/+3
* systemd-bootdisk.wks: update kernel command lineEd Bartosh2016-10-111-1/+1
* mkgummidisk.wks: update kernel command lineEd Bartosh2016-10-091-1/+1
* mkefidisk.wks: update kernel command lineEd Bartosh2016-10-071-1/+1
* mkefidisk.wks: use MSDOS partition tableEd Bartosh2016-10-071-1/+1
* wic: rewrite MBR disk identifierEd Bartosh2016-10-072-3/+11
* wic: generate PARTUUID for MDOS partitionsEd Bartosh2016-10-072-4/+13
* wic: set PARTUUID only for gpt partition tableEd Bartosh2016-10-071-1/+1
* mkefidisk.wks: use partition UUID and GPT partition tableEd Bartosh2016-10-011-2/+2
* wic: rename and amend systemd-boot wks fileJianxun Zhang2016-10-011-2/+2
* wic: remove partition imagesEd Bartosh2016-09-241-1/+8
* directdisk*.wks: add serial console supportEd Bartosh2016-09-223-3/+3
* wic: rawcopy: make source filenames uniqueEd Bartosh2016-07-211-1/+1
* wic: mountpoint is an optional argumentMaciej Borzecki2016-07-201-1/+1
* wic: clone gummiboot wks for systemd-bootJianxun Zhang2016-07-201-0/+11
* wic: add systemd-boot option in EFI boot image pluginJianxun Zhang2016-07-201-3/+5
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-034-26/+0
* wic: encode help textEd Bartosh2016-06-021-1/+1
* wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson2016-05-301-0/+5
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-05-201-1/+1
* wic: add help for --bmap commandline optionEd Bartosh2016-05-191-1/+4
* wic: implement --bmap optionEd Bartosh2016-05-194-12/+26
* wic: add bmaptool to the list of utilitiesEd Bartosh2016-05-191-1/+2
* wic: use next builtin instead of .next methodEd Bartosh2016-05-142-2/+2
* wic: don't encode unicode stringsEd Bartosh2016-05-141-7/+0
* wic: decode output of subprocess.communicateEd Bartosh2016-05-141-2/+2
* wic: use // operator instead of /Ed Bartosh2016-05-142-10/+10
* wic: use find_executable in favor of bb.utils.whichEd Bartosh2016-05-141-8/+2
* wic: don't use L suffix for integersEd Bartosh2016-05-141-4/+4
* wic: refactor pluginbaseEd Bartosh2016-05-141-28/+14
* wic: remove unused functionsEd Bartosh2016-05-141-68/+1
* wic: use new syntax of 'except' statementEd Bartosh2016-05-143-3/+3