<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts, branch pyro</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-02-13T14:56:31+00:00</updated>
<entry>
<title>Fix flag deprecation warning.</title>
<updated>2018-02-13T14:56:31+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-01-18T17:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9f2bbe9bcbc4468029b04383279bb5c35963c8a4'/>
<id>urn:sha1:9f2bbe9bcbc4468029b04383279bb5c35963c8a4</id>
<content type='text'>
Partial cherry-pick of 84baa1c3d8f996f7daf2d8aa3d26197378218f21 from
rocko.
</content>
</entry>
<entry>
<title>Add a hint when machine autodetection fails</title>
<updated>2017-12-01T10:04:56+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-12-01T10:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fba014fd897e938a130d1229929839c7930bc671'/>
<id>urn:sha1:fba014fd897e938a130d1229929839c7930bc671</id>
<content type='text'>
Also fix a pylint warning about indentation
</content>
</entry>
<entry>
<title>Merge pull request #181 from advancedtelematic/bugfix/PRO-4319/duplicate-bblayers-snippets</title>
<updated>2017-11-17T11:17:24+00:00</updated>
<author>
<name>OYTIS</name>
<email>tossel@gmail.com</email>
</author>
<published>2017-11-17T11:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3d5e35d7a1afc604a18587cb736a66c0cc9c3977'/>
<id>urn:sha1:3d5e35d7a1afc604a18587cb736a66c0cc9c3977</id>
<content type='text'>
Ignore configuration templates to avoid duplicate inclusion of stuff</content>
</entry>
<entry>
<title>Ignore configuration templates to avoid duplicate inclusion of stuff</title>
<updated>2017-11-17T09:36:06+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-11-16T17:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e31b5428a4dff2b5d68daf34f079c4789c0c5d4b'/>
<id>urn:sha1:e31b5428a4dff2b5d68daf34f079c4789c0c5d4b</id>
<content type='text'>
Also add IMAGE_ROOTFS_EXTRA_SPACE to qemu configuration which was
the original motivation for returning TEMPLATECONF processing (see
https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/9 )
</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>Rough draft of a run-qemu-ota test.</title>
<updated>2017-11-13T16:18:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2017-11-07T16:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d5ad230a7558ae9adea42ea69d633d489c6dec0'/>
<id>urn:sha1:9d5ad230a7558ae9adea42ea69d633d489c6dec0</id>
<content type='text'>
Not very useful yet. Could be made into a function for the purpose of
running arbitrary commands via SSH, for example. However, I had plenty
of trouble even getting this far.

Note that I created a softlink to qemucommand to get around the Python
path issues in oe-selftest. I'm not sure if there's a better way to
handle that, since manipulating the path is seemingly impossible.
</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>Merge pull request #166 from advancedtelematic/bugfix/pyrobuild</title>
<updated>2017-11-09T08:46:49+00:00</updated>
<author>
<name>cajun-rat</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-11-09T08:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cbb8f8ff4e231f1842089fa6eaecf382e3673619'/>
<id>urn:sha1:cbb8f8ff4e231f1842089fa6eaecf382e3673619</id>
<content type='text'>
Fix incompatibilities with latest pyro, use wic on RPi</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>
</feed>
