<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/run-qemu-ota, branch fix/simple-reproducible</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fsimple-reproducible</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fsimple-reproducible'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-09-09T13:34:02+00:00</updated>
<entry>
<title>Print usage information after parameter checking.</title>
<updated>2019-09-09T13:34:02+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-09T12:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=357c65d44135b560b25e86ec33b1c1efccb0c7fa'/>
<id>urn:sha1:357c65d44135b560b25e86ec33b1c1efccb0c7fa</id>
<content type='text'>
No use printing all that if there's a problem anyway.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Prevent creating an overlay with any path but the current directory.</title>
<updated>2019-09-09T13:33:26+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-09T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=90b3f43885c7a1b68766cbea6b19e4ce40e3f79d'/>
<id>urn:sha1:90b3f43885c7a1b68766cbea6b19e4ce40e3f79d</id>
<content type='text'>
Anything else will cause problems because of the hackery with keeping
backup copies of the image and the u-boot rom.

Also warn about supplying a different image name after the overlay has
been created. That doesn't work and it will be ignored.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Copy the image and U-Boot rom when using overlays.</title>
<updated>2019-09-06T14:42:37+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-06T14:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e06640f8f1170ad868db3ecb1af9ff1d2f60c1a2'/>
<id>urn:sha1:e06640f8f1170ad868db3ecb1af9ff1d2f60c1a2</id>
<content type='text'>
Since bitbake can remove old images that an overlay was non-obviously
dependent on, the safest thing to do is make a copy of the image and
keep it alongside the overlay. When using the overlay later,
automatically use that image. Also do the same thing with the U-Boot
rom. This should also make moving the overlay file to another machine
much easier.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use 128M by default for qemu in oe-selftests</title>
<updated>2019-07-16T14:25:55+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-15T13:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=773276aa943390e73694385169207636e6caf036'/>
<id>urn:sha1:773276aa943390e73694385169207636e6caf036</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<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>
</feed>
