<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes, branch feat/warrior/2020.4</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fwarrior%2F2020.4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fwarrior%2F2020.4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-03-24T13:50:22+00:00</updated>
<entry>
<title>Rename defconfig and bootfiles</title>
<updated>2020-03-24T13:50:22+00:00</updated>
<author>
<name>Minori Yasumura</name>
<email>minori@witz-inc.co.jp</email>
</author>
<published>2020-02-11T07:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=32aae74c37c246ac4e4b933391dce2dad993714c'/>
<id>urn:sha1:32aae74c37c246ac4e4b933391dce2dad993714c</id>
<content type='text'>
The file name of sota has been changed in AGL, so change it to apply.

Signed-off-by: Minori Yasumura &lt;minori@witz-inc.co.jp&gt;
</content>
</entry>
<entry>
<title>sota_bleeding: Also set aktualizr-native to the latest.</title>
<updated>2020-02-28T12:47:13+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-02-27T11:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5d56db24f8741a8aedd6a3cc93ec24f829e0a24b'/>
<id>urn:sha1:5d56db24f8741a8aedd6a3cc93ec24f829e0a24b</id>
<content type='text'>
I'm a bit surprised we never noticed this was missing!

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>image_types_ostree: update doc link.</title>
<updated>2020-02-28T12:45:22+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-02-18T08:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=15560b3eafc1700951dca3cc0a88e33e4c8710c1'/>
<id>urn:sha1:15560b3eafc1700951dca3cc0a88e33e4c8710c1</id>
<content type='text'>
Most of the README content has been moved to the docs portal, so provide
the direct link.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>image_types_ostree: set version metadata field</title>
<updated>2020-02-28T12:42:28+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2020-01-28T22:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d520ce911002fc9005c722e64f315298d73f28f5'/>
<id>urn:sha1:d520ce911002fc9005c722e64f315298d73f28f5</id>
<content type='text'>
OSTree uses the "version" metadata field in various places, e.g. in
ostree admin status. Use DISTRO_VERSION as default version number
source. This gives a more human readable version number to a
particular OSTree:
$ ostree admin status
* torizon f1825d8a8f89c48cc0915ea059bd23463a97655757a53ae0ab0fe7a97e1ebeb2.0
    Version: 3.0+snapshot-20200128
    origin refspec: f1825d8a8f89c48cc0915ea059bd23463a97655757a53ae0ab0fe7a97e1ebeb

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>meta: move HOSTTOOLS definitions to sota.conf.inc</title>
<updated>2020-02-28T12:42:02+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2020-01-26T21:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b736c8524b85f3e2d3e21fd77c4b5587316b665f'/>
<id>urn:sha1:b736c8524b85f3e2d3e21fd77c4b5587316b665f</id>
<content type='text'>
HOSTTOOLS and HOSTTOOLS_NONFATAL are global variables that being
handled in base_eventhandler, so they must be defined in config files
or in INHERIT classes or classes being inherited by base.bbclass, or
else we might run into the following problems:
```
$ bitbake pkgname
$ bitbake imgname
```

the HOSTTOOLS and HOSTTOOLS_NONFATAL in the above image recipe, for
instance, 'repo python' in image_repo_manifest.bbclass, they would not
be copied to HOSTTOOLS_DIR.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Allow dots in ostree branch names and hw ids</title>
<updated>2020-01-15T10:02:37+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2020-01-08T11:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=64706dfeb13aa64597e2519b8acadb3511539baf'/>
<id>urn:sha1:64706dfeb13aa64597e2519b8acadb3511539baf</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>meta: add python to HOSTTOOLS_NONFATAL</title>
<updated>2020-01-15T10:02:14+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-12-31T20:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3910ccc77137cb26f71f3f9294f7fdb9a1266f5e'/>
<id>urn:sha1:3910ccc77137cb26f71f3f9294f7fdb9a1266f5e</id>
<content type='text'>
repo is requiring python to be able to work correctly, add python to
HOSTTOOLS_NONFATAL as well.

image_repo_manifest is actually a image bbclass, move it to
IMAGE_CLASSES instead of inheriting it in sota.bbclass.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>keep new name suggestion remove ostree repo check</title>
<updated>2019-12-12T15:38:48+00:00</updated>
<author>
<name>Zee314159</name>
<email>252806294@qq.com</email>
</author>
<published>2019-11-27T03:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ad656c49acf9c56e82927b952668fa17f6682e40'/>
<id>urn:sha1:ad656c49acf9c56e82927b952668fa17f6682e40</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
<entry>
<title>Use regex and add some variables</title>
<updated>2019-12-12T15:38:48+00:00</updated>
<author>
<name>Zee314159</name>
<email>252806294@qq.com</email>
</author>
<published>2019-11-19T07:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ee1dce5dbb8cb333fa0cd2db24d2d24c6f62ee7d'/>
<id>urn:sha1:ee1dce5dbb8cb333fa0cd2db24d2d24c6f62ee7d</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
<entry>
<title>Add sanity checks for user-defined SOTA variables</title>
<updated>2019-12-12T15:38:48+00:00</updated>
<author>
<name>Zee314159</name>
<email>252806294@qq.com</email>
</author>
<published>2019-11-18T13:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c3f09964c46c1e9bafafe389cd5109831310a163'/>
<id>urn:sha1:c3f09964c46c1e9bafafe389cd5109831310a163</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
</feed>
