summaryrefslogtreecommitdiffstats
path: root/scripts/run-qemu-ota
Commit message (Collapse)AuthorAgeFilesLines
* Add a --secondary-network option to run-qemu-otaPhil Wise2018-03-191-0/+3
| | | | | This sets up a simulated 'in vehicle' network. Add support for a Primary node with a DHCP server and a secondary node with a DHCP client.
* Autodetect KVMPhil Wise2017-11-161-1/+5
| | | | | | | | | | | Autodetect KVM by using the 'kvm-ok' command line tool. This has two benefits: Firstly, it improves the UX of run-qemu-ota when working on machines without KVM (e.g. AWS). Previously, people had to use the --no-kvm option in these cases. Secondary, it makes oe-selftest usable on machines without KVM. Our tests call run-qemu-ota, and we want to able to run them on machines without KVM.
* Remove unused import, break long linesPhil Wise2017-11-161-2/+5
|
* Refactor QemuCommand class into its own file/module.Patrick Vacek2017-11-131-116/+2
|
* Fix race condition in run-qemu-otaAnton Gerasimov2017-11-081-1/+1
|
* Make it easier to build from branches and run a specific imagePhil Wise2017-09-131-3/+7
| | | | | | | | | | Is is now easy to build a specific branch by adding the following line to local.conf BRANCH_pn-aktualizr = "mybranchname" Also, the run-qemu-ota script can also take a path to an image file, which is useful for long-term test images.
* PRO-3923 Add persistence option to run-qemu scriptJon Oster2017-09-051-2/+25
|
* Copy run-qemu script over from meta-updater-qemux86-64Phil Wise2017-07-201-0/+150
Also remove old bash scripts for running inside qemu