<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/run-qemu-ota, branch fix/meta-python-depend</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fmeta-python-depend</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fmeta-python-depend'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-03-19T15:31:31+00:00</updated>
<entry>
<title>Add a --secondary-network option to run-qemu-ota</title>
<updated>2018-03-19T15:31:31+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2018-03-19T15:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fc8f9b4b1721a029a30bf41e6086cfbff085089d'/>
<id>urn:sha1:fc8f9b4b1721a029a30bf41e6086cfbff085089d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Autodetect KVM</title>
<updated>2017-11-16T10:07:49+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-11-16T10:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=24e5a6d45886365cecce74c2c9aa1cfd8c0da69a'/>
<id>urn:sha1:24e5a6d45886365cecce74c2c9aa1cfd8c0da69a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove unused import, break long lines</title>
<updated>2017-11-16T10:00:22+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-11-16T10:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=0b1fd4b3c456a64e40a7ff1125f005c0b72eafd8'/>
<id>urn:sha1:0b1fd4b3c456a64e40a7ff1125f005c0b72eafd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor QemuCommand class into its own file/module.</title>
<updated>2017-11-13T16:15:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2017-11-07T14:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=06711c8543a3af13203b4352b25b1875c29c16f2'/>
<id>urn:sha1:06711c8543a3af13203b4352b25b1875c29c16f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix race condition in run-qemu-ota</title>
<updated>2017-11-08T11:07:48+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-11-08T11:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=443e92c7416df8fd9e450b5711d120ed02137503'/>
<id>urn:sha1:443e92c7416df8fd9e450b5711d120ed02137503</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it easier to build from branches and run a specific image</title>
<updated>2017-09-13T14:58:59+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-08-07T13:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9f5623f22b2f1b4f58a6b41a51193cd441042d4e'/>
<id>urn:sha1:9f5623f22b2f1b4f58a6b41a51193cd441042d4e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>PRO-3923 Add persistence option to run-qemu script</title>
<updated>2017-09-05T10:13:54+00:00</updated>
<author>
<name>Jon Oster</name>
<email>jon@advancedtelematic.com</email>
</author>
<published>2017-09-05T10:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c37424f1cb7cb4e8780b22ba628bb38ab77ab6b6'/>
<id>urn:sha1:c37424f1cb7cb4e8780b22ba628bb38ab77ab6b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy run-qemu script over from meta-updater-qemux86-64</title>
<updated>2017-07-20T08:20:31+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-07-20T08:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5ec153ae190020bfc5a75b5064348d45a565d21b'/>
<id>urn:sha1:5ec153ae190020bfc5a75b5064348d45a565d21b</id>
<content type='text'>
Also remove old bash scripts for running inside qemu
</content>
</entry>
</feed>
