<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/conf, branch master</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2021-08-04T11:24:28+00:00</updated>
<entry>
<title>layer.conf: Update to honister</title>
<updated>2021-08-04T11:24:28+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-30T08:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cfff20049478baf8653fd3b08b51f9dca616d192'/>
<id>urn:sha1:cfff20049478baf8653fd3b08b51f9dca616d192</id>
<content type='text'>
This marks the layers as compatible with honister now they use the new override
syntax.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Manually fix conversion</title>
<updated>2021-08-04T11:24:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T17:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=48389de678da8f059f36c8394d0ed0328e7ddfe5'/>
<id>urn:sha1:48389de678da8f059f36c8394d0ed0328e7ddfe5</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-07-30T08:29:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T17:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee'/>
<id>urn:sha1:31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee</id>
<content type='text'>
This is the result of automated script (0.9.0) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: update LAYERSERIES_COMPAT for hardknott</title>
<updated>2021-03-17T10:50:57+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-03-17T10:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=79b0cadd1b913fbc2eb0f1f420f9746b14441819'/>
<id>urn:sha1:79b0cadd1b913fbc2eb0f1f420f9746b14441819</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: add gatesgarth to LAYERSERIES_COMPAT</title>
<updated>2020-10-16T19:25:35+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2020-10-16T19:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=4372dfe4a72e658558923c39a255cef0ed365e2b'/>
<id>urn:sha1:4372dfe4a72e658558923c39a255cef0ed365e2b</id>
<content type='text'>
Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>Inherit python3native instead of using HOSTTOOLS.</title>
<updated>2020-08-03T11:47:30+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-03T06:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=628c4e317618d1b03da41e43cf0ede69c1fa4695'/>
<id>urn:sha1:628c4e317618d1b03da41e43cf0ede69c1fa4695</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta: change virtual/network-configuration to network-configuration</title>
<updated>2020-05-10T08:36:20+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-05-10T08:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5e08158e9eae225ce74017f5ea51fdf1ba27943b'/>
<id>urn:sha1:5e08158e9eae225ce74017f5ea51fdf1ba27943b</id>
<content type='text'>
The name 'virtual' is a recipe specific concept but not a package
specific one, it's confusing that a package provides 'virtual/' names.

Let's drop 'virtual/' from network-configuration, to keep consistent
with yocto naming styles.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: update LAYERSERIES_COMPAT for dunfell</title>
<updated>2020-03-25T13:06:48+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2020-03-25T13:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=92ab3bbf186d93736c36b35c22ecb86d72f944d7'/>
<id>urn:sha1:92ab3bbf186d93736c36b35c22ecb86d72f944d7</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta: move HOSTTOOLS definitions to sota.conf.inc</title>
<updated>2020-01-30T15:07:07+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=3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6'/>
<id>urn:sha1:3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6</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> build and run image without ostree support for qemux86-64</title>
<updated>2020-01-20T21:00:41+00:00</updated>
<author>
<name>Kostiantyn Bushko</name>
<email>kbushko@intellias.com</email>
</author>
<published>2020-01-17T11:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ad01ab114dd83edda61c06aa01fd899c80ee0a68'/>
<id>urn:sha1:ad01ab114dd83edda61c06aa01fd899c80ee0a68</id>
<content type='text'>
Signed-off-by: Kostiantyn Bushko &lt;kbushko@intellias.com&gt;
</content>
</entry>
</feed>
