<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes, branch feat/zeus/2020.3</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-02-28T12:47:11+00:00</updated>
<entry>
<title>sota_bleeding: Also set aktualizr-native to the latest.</title>
<updated>2020-02-28T12:47:11+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=fd7e7365f005e258cc316b18242061ac2ce6846b'/>
<id>urn:sha1:fd7e7365f005e258cc316b18242061ac2ce6846b</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:21+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=8fbdc85ae0152fd0fab48b749980d0f834752b38'/>
<id>urn:sha1:8fbdc85ae0152fd0fab48b749980d0f834752b38</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>meta: move HOSTTOOLS definitions to sota.conf.inc</title>
<updated>2020-02-28T12:42:00+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=574664c2dba05769c2ee00bef2be6ad0dac16e24'/>
<id>urn:sha1:574664c2dba05769c2ee00bef2be6ad0dac16e24</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>image_types_ostree: set version metadata field</title>
<updated>2020-02-09T19:21:34+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=3c009a79a1ee57cf6896f650514f22a8229e09d4'/>
<id>urn:sha1:3c009a79a1ee57cf6896f650514f22a8229e09d4</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>Allow dots in ostree branch names and hw ids</title>
<updated>2020-01-15T11:24:05+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=e9aaea1cdad182401e99d5061c724d2e6f84bc9a'/>
<id>urn:sha1:e9aaea1cdad182401e99d5061c724d2e6f84bc9a</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-15T11:24:05+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=008e95a59b6aadbceccec35eb09a8f35a3cd62c9'/>
<id>urn:sha1:008e95a59b6aadbceccec35eb09a8f35a3cd62c9</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:39:14+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=6848a157080b63c340512f63e9ff7f5b70997c6f'/>
<id>urn:sha1:6848a157080b63c340512f63e9ff7f5b70997c6f</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:39:14+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=2882c94733ca7719c22f28c825cf95b39bdbb614'/>
<id>urn:sha1:2882c94733ca7719c22f28c825cf95b39bdbb614</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:39:14+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=74f66a0b136ec59618d519b89bc6b3fa6bc6b212'/>
<id>urn:sha1:74f66a0b136ec59618d519b89bc6b3fa6bc6b212</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
<entry>
<title>Fix uart output on raspberrypi3</title>
<updated>2019-11-12T17:11:38+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-11-12T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=825772aadcbfb38a8e3d26a43d35d2bcd3b0f537'/>
<id>urn:sha1:825772aadcbfb38a8e3d26a43d35d2bcd3b0f537</id>
<content type='text'>
The broadcom firmware now needs device trees to be present in/boot to
set it up.

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
</feed>
