<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-sota, branch fixgb</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fixgb</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fixgb'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-11-24T11:12:25+00:00</updated>
<entry>
<title>meta: replace bberror with bbfatal</title>
<updated>2018-11-24T11:12:25+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2018-11-11T10:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c72d82867d4dd7e2dddaea24e1e56b2349f1af03'/>
<id>urn:sha1:c72d82867d4dd7e2dddaea24e1e56b2349f1af03</id>
<content type='text'>
When calling bbfatal, it reports error message and exit 1, it should be
used to replace of 'bberror &amp;&amp; exit 1' to avoid being redundant.

Also fixed some incorrect bberror usages and typos.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: fix hardware ID config section.</title>
<updated>2018-11-22T13:29:50+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-22T13:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=4669df770116b0eb0c78e5fc7602e80137a858fe'/>
<id>urn:sha1:4669df770116b0eb0c78e5fc7602e80137a858fe</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Allow setup custom hardware_id</title>
<updated>2018-11-22T09:15:35+00:00</updated>
<author>
<name>Serhiy Stetskovych</name>
<email>patriotyk@gmail.com</email>
</author>
<published>2018-11-21T09:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=01700ac5f0f3aaaee17b9dc426b0697996d17c70'/>
<id>urn:sha1:01700ac5f0f3aaaee17b9dc426b0697996d17c70</id>
<content type='text'>
Signed-off-by: Serhiy Stetskovych &lt;patriotyk@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: Bump to latest and fix names.</title>
<updated>2018-11-16T10:12:02+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-16T10:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e0f2275894daeb268180648ceb5488f45757d592'/>
<id>urn:sha1:e0f2275894daeb268180648ceb5488f45757d592</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: use config instead of environment variables.</title>
<updated>2018-11-13T11:20:17+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-13T11:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=1063b5af1db42c486a8b79ee65b168003ebc36cd'/>
<id>urn:sha1:1063b5af1db42c486a8b79ee65b168003ebc36cd</id>
<content type='text'>
This should make the secondary config dir process better anyway, and it
finally gets rid of a hacky workaround that we'd been using for ages.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: improve secondary config directory logic.</title>
<updated>2018-11-13T11:20:17+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-13T10:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2a5447189d13948b4e052d92c59da9d439feb807'/>
<id>urn:sha1:2a5447189d13948b4e052d92c59da9d439feb807</id>
<content type='text'>
Use -d and warn if directory is invalid.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: Fix virtual secondary support.</title>
<updated>2018-11-13T09:03:51+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-12T13:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f05f7e554575fcc0720564ebc4703a3811644897'/>
<id>urn:sha1:f05f7e554575fcc0720564ebc4703a3811644897</id>
<content type='text'>
Use /etc/sota/ecus as using /var/sota/ecus was conflicting with the
provisioning recipes that also use /var/sota. Not totally ideal, but the
best compromise I could find.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: bump to latest for server URL newline fix.</title>
<updated>2018-11-09T11:35:39+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-09T11:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=94b473ae770faeca5c25959d36c3cc602ab18948'/>
<id>urn:sha1:94b473ae770faeca5c25959d36c3cc602ab18948</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: Remove implicit_writer. It is now unused.</title>
<updated>2018-10-29T10:59:13+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-10-29T10:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bfb6fa0046083ae613673a33ad48732fed2b4ef4'/>
<id>urn:sha1:bfb6fa0046083ae613673a33ad48732fed2b4ef4</id>
<content type='text'>
Bump to the latest version as well.
</content>
</entry>
<entry>
<title>Remove aktualizr hacks related to ubuntu support</title>
<updated>2018-10-25T15:43:05+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2018-10-25T14:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fd344a4e41b59e3c0c3db40797e3a4bd45a78863'/>
<id>urn:sha1:fd344a4e41b59e3c0c3db40797e3a4bd45a78863</id>
<content type='text'>
</content>
</entry>
</feed>
