<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch RemoveATSgarage</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=RemoveATSgarage</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=RemoveATSgarage'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-11-08T11:34:26+00:00</updated>
<entry>
<title>Replace more references to ATS Garage with HERE OTA Connect.</title>
<updated>2018-11-08T11:34:26+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-08T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b391dfa5d28527097ce18e649be875c1b73c9c94'/>
<id>urn:sha1:b391dfa5d28527097ce18e649be875c1b73c9c94</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update README.adoc</title>
<updated>2018-11-08T11:34:26+00:00</updated>
<author>
<name>Xavier Gully</name>
<email>42768701+xaviergully@users.noreply.github.com</email>
</author>
<published>2018-11-06T13:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=86b10919f48f68601c9f82a462035a1a824c8025'/>
<id>urn:sha1:86b10919f48f68601c9f82a462035a1a824c8025</id>
<content type='text'>
Update the reference to https://connect.ota.here.com

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #424 from advancedtelematic/feat/add-thud-to-readme</title>
<updated>2018-11-07T09:17:04+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-07T09:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cb0fcbfcbc1a0cea89367c1115301976280251f7'/>
<id>urn:sha1:cb0fcbfcbc1a0cea89367c1115301976280251f7</id>
<content type='text'>
Added 'thud' to list of supported releases</content>
</entry>
<entry>
<title>Added 'thud' to list of supported releases</title>
<updated>2018-11-06T15:14:36+00:00</updated>
<author>
<name>Arthur Taylor</name>
<email>arthur.taylor@here.com</email>
</author>
<published>2018-11-06T15:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=567cb7e93e1f76735f781bcca862b3a056af4f4c'/>
<id>urn:sha1:567cb7e93e1f76735f781bcca862b3a056af4f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #421 from agners/master-toradex</title>
<updated>2018-11-02T16:16:32+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-02T16:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c684c3474cb580a8f58b8299e9e901440ebf56d0'/>
<id>urn:sha1:c684c3474cb580a8f58b8299e9e901440ebf56d0</id>
<content type='text'>
classes: image_types_ostree: use locking during OSTree repo update</content>
</entry>
<entry>
<title>classes: image_types_ostree: use locking during OSTree repo update</title>
<updated>2018-11-02T09:49:42+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-10-31T18:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=7dfa63e7ee47e23f41e1f0a5dce30cf642b95457'/>
<id>urn:sha1:7dfa63e7ee47e23f41e1f0a5dce30cf642b95457</id>
<content type='text'>
The OSTree repository might be shared accross several individual
OSTree builders. Use bitbakes lockfiles mechanism to lock the
OSTree for exclusive use.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>classes: image_types_ostree: check OSTree repo existence using ostree</title>
<updated>2018-11-02T09:49:42+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-11-02T09:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f2cf964b132f0ab462264daaf017a9a533dbd667'/>
<id>urn:sha1:f2cf964b132f0ab462264daaf017a9a533dbd667</id>
<content type='text'>
Currently we assume if the OSTree repo exists, that there is a
OSTree repo in it. This does not need to be true in general, and
when using lockfiles bitbake will create the directory before
the do_image_ostree task is executed the first time.

Use ostree refs to detect whether the target directory contains a
OSTree repo.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #418 from advancedtelematic/fix/master/secondary-image-cred-packages</title>
<updated>2018-11-01T11:26:42+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-01T11:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b7cb6f35d5605a1e68470b5199586f8b541ddf62'/>
<id>urn:sha1:b7cb6f35d5605a1e68470b5199586f8b541ddf62</id>
<content type='text'>
Update packages removed for secondary-image.</content>
</entry>
<entry>
<title>secondary_image: also remove aktualizr-uboot-env-rollback.</title>
<updated>2018-11-01T11:10:07+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-01T11:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=a5bc44f95bc84b21da5684e4fcbcb4480e4bed1e'/>
<id>urn:sha1:a5bc44f95bc84b21da5684e4fcbcb4480e4bed1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update packages removed for secondary-image.</title>
<updated>2018-10-31T12:48:01+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-10-31T11:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=99cbb535d9391ce96a5d8285ba1ec2475f0147b8'/>
<id>urn:sha1:99cbb535d9391ce96a5d8285ba1ec2475f0147b8</id>
<content type='text'>
</content>
</entry>
</feed>
