<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes, branch feat/thud/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%2Fthud%2F2020.4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fthud%2F2020.4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-02-28T12:47:17+00:00</updated>
<entry>
<title>sota_bleeding: Also set aktualizr-native to the latest.</title>
<updated>2020-02-28T12:47:17+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=6ee652650f0af8a81faa7b37b2d8ea0eabb9f737'/>
<id>urn:sha1:6ee652650f0af8a81faa7b37b2d8ea0eabb9f737</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:24+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=580c22e055a079f12feb022aa1f669b63dc77c29'/>
<id>urn:sha1:580c22e055a079f12feb022aa1f669b63dc77c29</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:30+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=00c3c2a1220cbea3dc07a603cac25dfd63acabc8'/>
<id>urn:sha1:00c3c2a1220cbea3dc07a603cac25dfd63acabc8</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:06+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=c230ec2492eb0236464f4e746c84d8e49f9d085f'/>
<id>urn:sha1:c230ec2492eb0236464f4e746c84d8e49f9d085f</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>Rename defconfig and bootfiles</title>
<updated>2020-02-11T10:01:53+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=331ad9ea98e48429c2a518b3b7fb6d8adc5faa0c'/>
<id>urn:sha1:331ad9ea98e48429c2a518b3b7fb6d8adc5faa0c</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>Allow dots in ostree branch names and hw ids</title>
<updated>2020-01-15T10:02:39+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=f009b731074b814b134393dd98e12bff198939e2'/>
<id>urn:sha1:f009b731074b814b134393dd98e12bff198939e2</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:15+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=0a4e75079aeb3bd24a750e7253681827c659424d'/>
<id>urn:sha1:0a4e75079aeb3bd24a750e7253681827c659424d</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:26:25+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=bbc10ac613b2ddfcd4e23ada2e745ced1fb53f4b'/>
<id>urn:sha1:bbc10ac613b2ddfcd4e23ada2e745ced1fb53f4b</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:26:13+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=266a3d2a512febef37393f879c44781366b3eec2'/>
<id>urn:sha1:266a3d2a512febef37393f879c44781366b3eec2</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:26:01+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=d0f9a7880f71133885932a39cf3e6226e376e614'/>
<id>urn:sha1:d0f9a7880f71133885932a39cf3e6226e376e614</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
</feed>
