| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/lib/devtool/deploy.py: add --port/-P argument for target connection | Tim Orling | 2017-03-01 | 1 | -4/+22 |
* | runqemu: support UEFI with OVMF firmware | Patrick Ohly | 2017-03-01 | 1 | -1/+41 |
* | runqemu: also accept -image suffix for rootfs parameter | Patrick Ohly | 2017-03-01 | 1 | -3/+3 |
* | runqemu: fix undefined variable reference in check_arg_path() | Patrick Ohly | 2017-03-01 | 1 | -1/+1 |
* | devtool: upgrade: fix error of import recipeutils | Luck Hoang | 2017-02-23 | 1 | -0/+4 |
* | scripts/buildstats-diff: fix epoch numbers in --ver-diff | Markus Lehtonen | 2017-02-23 | 1 | -1/+1 |
* | wic: direct: move creation of PartitionedImage to __init__ | Ed Bartosh | 2017-02-15 | 1 | -4/+4 |
* | wic: direct: move generation of part.realnum to PartitionedImage | Ed Bartosh | 2017-02-15 | 1 | -13/+13 |
* | wic: direct: add PartitionedImage.prepare method | Ed Bartosh | 2017-02-15 | 1 | -13/+11 |
* | wic: direct: set bootloader.source in the __init__ | Ed Bartosh | 2017-02-15 | 1 | -6/+7 |
* | wic: direct: move UUID generation to PartitionedImage | Ed Bartosh | 2017-02-15 | 1 | -12/+11 |
* | wic: direct: add 'realnum' attribute to partition | Ed Bartosh | 2017-02-15 | 1 | -26/+20 |
* | wic: direct: remove useless code | Ed Bartosh | 2017-02-15 | 1 | -3/+1 |
* | wic: direct: don't catch ImagerError | Ed Bartosh | 2017-02-15 | 1 | -4/+1 |
* | wic: direct: remove set_bootimg_dir setter | Ed Bartosh | 2017-02-15 | 3 | -11/+2 |
* | wic: ksparser: set default disk to 'sda' | Ed Bartosh | 2017-02-15 | 1 | -1/+1 |
* | wic: remove utils/oe/__init__.py | Ed Bartosh | 2017-02-15 | 1 | -22/+0 |
* | wic: move PartitionedImage class to direct.py | Ed Bartosh | 2017-02-15 | 2 | -303/+276 |
* | wic: move disk operations to PartitionImage class | Ed Bartosh | 2017-02-15 | 5 | -196/+111 |
* | wic: Add --exclude-path option to rootfs source plugin. | Kristian Amlie | 2017-02-15 | 5 | -1/+52 |
* | wic: remove unused argument scripts_path | Ed Bartosh | 2017-02-15 | 3 | -6/+5 |
* | wic: direct: remove unused import | Ed Bartosh | 2017-02-15 | 1 | -2/+1 |
* | wic: direct: remove unused plugin attributes | Ed Bartosh | 2017-02-15 | 1 | -4/+0 |
* | wic: make sure layout_partitions is called once | Ed Bartosh | 2017-02-15 | 1 | -12/+0 |
* | wic: use the same partition object in direct and partitionedfs | Ed Bartosh | 2017-02-15 | 3 | -96/+73 |
* | wic: direct: get rid of _get_parts getter | Ed Bartosh | 2017-02-15 | 1 | -28/+8 |
* | wic: partitionedfs: rename __create_partition and __add_disk | Ed Bartosh | 2017-02-15 | 1 | -8/+8 |
* | wic: partitionedfs: get rid of __add_partition | Ed Bartosh | 2017-02-15 | 1 | -10/+4 |
* | wic: partitionedfs: merged __format_disks and create | Ed Bartosh | 2017-02-15 | 1 | -10/+5 |
* | build-perf-test-wrapper.sh: fix issues with non-existing path arguments | Markus Lehtonen | 2017-02-15 | 1 | -2/+2 |
* | oe-build-perf-test: drop --commit-results | Markus Lehtonen | 2017-02-15 | 1 | -104/+0 |
* | build-perf-test-wrapper.sh: use oe-git-archive | Markus Lehtonen | 2017-02-15 | 1 | -6/+12 |
* | scripts/oe-git-archive: support creating bare repositories | Markus Lehtonen | 2017-02-15 | 1 | -4/+7 |
* | scripts: Implement oe-git-archive | Markus Lehtonen | 2017-02-15 | 1 | -0/+244 |
* | classes: Drop now unneeded update_data calls | Richard Purdie | 2017-02-15 | 1 | -1/+0 |
* | devtool: improve parse failure handling | Paul Eggleton | 2017-02-07 | 2 | -2/+16 |
* | recipetool: create: do not treat numbers in SCM URLs as versions | Paul Eggleton | 2017-02-07 | 1 | -2/+1 |
* | recipetool: create: properly handle npm optional dependencies | Paul Eggleton | 2017-02-07 | 1 | -7/+49 |
* | wic: fix call of serial_console_form_kargs | Ed Bartosh | 2017-02-05 | 1 | -1/+1 |
* | wic: isoimage-isohybrid: use wic-tools to get syslinux path | Ed Bartosh | 2017-02-05 | 1 | -1/+1 |
* | wic: flatten imager class hierarchy | Ed Bartosh | 2017-02-05 | 4 | -193/+56 |
* | python-3-manifest: split out typing | Anders Darander | 2017-02-05 | 1 | -0/+3 |
* | python-3-manifest: add ipaddress to python3-io | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | python-3-manifest: add _compat_pickle to python3-pickle | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | python-3-manifest: add socketserver to netserver | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | python-3-manifest: add argparse to RDEPENDS for netclient | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | python3-manifest: move htlm.py to python3-html | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | python-3-manifest: fix adding imp to importlib | Anders Darander | 2017-02-05 | 1 | -1/+1 |
* | wic: get rid of image_output_dir variable | Ed Bartosh | 2017-02-02 | 1 | -5/+1 |
* | wic: direct: fix creation of work directory | Ed Bartosh | 2017-02-02 | 1 | -1/+1 |