<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-connectivity, branch feat/thud/2020.10</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.10</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fthud%2F2020.10'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-08-26T07:46:45+00:00</updated>
<entry>
<title>nfs-utils: don't add nfs-home-mount.service without sota enabled</title>
<updated>2020-08-26T07:46:45+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2020-07-26T09:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=97918635d75ecf7c42dd97dff497dd2dbd996724'/>
<id>urn:sha1:97918635d75ecf7c42dd97dff497dd2dbd996724</id>
<content type='text'>
* nfs-home-mount.service is installed by do_install_append_sota, so only when sota is enabled
  but it was always added to SYSTEMD_SERVICE_ even when sota wasn't enabled resulting in
  do_patch failure:
  nfs-utils-2.5.1-r0 do_package: SYSTEMD_SERVICE_nfs-utils value nfs-home-mount.service does not exist

* use sota override everywhere

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>nfs-utils: fix nfs systemd daemons runtime issues</title>
<updated>2020-08-26T07:46:17+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-07-10T14:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e7215932ce2d7216eda390d2fe0e53148d27c9ec'/>
<id>urn:sha1:e7215932ce2d7216eda390d2fe0e53148d27c9ec</id>
<content type='text'>
nfs-mountd.service and nfs-statd.service rely on /var/lib/nfs to be
present in rootfs, or else they would run into problems for some files
missing in it.

But a ostree/ota rootfs does not have that directory (removed during
do_image), to fix that, we now copy them to /var/local/lib/nfs and
mount it to /var/lib/nfs at runtime, which is done in
nfs-home-mount.service.

nfs-mountd.service and nfs-statd.service need run after
nfs-home-mount.service.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
</entry>
<entry>
<title>meta: change virtual/network-configuration to network-configuration</title>
<updated>2020-07-08T13:51:07+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=6628d9721de89874b8ae735dcacfa3c214e3d207'/>
<id>urn:sha1:6628d9721de89874b8ae735dcacfa3c214e3d207</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>connman: Only apply our patch to 1.35.</title>
<updated>2020-02-10T13:06:36+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-02-10T13:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9beb16e281aac41199b5428e25071d510bfa6ac4'/>
<id>urn:sha1:9beb16e281aac41199b5428e25071d510bfa6ac4</id>
<content type='text'>
Also still set RPROVIDES for all other versions.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>zabbix-agent: configuration recipe</title>
<updated>2020-01-15T11:23:18+00:00</updated>
<author>
<name>Kostiantyn Bushko</name>
<email>kbushko@intellias.com</email>
</author>
<published>2020-01-14T13:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=56d4502f9055616d09ec49beaf64bd54299858c3'/>
<id>urn:sha1:56d4502f9055616d09ec49beaf64bd54299858c3</id>
<content type='text'>
Signed-off-by: Kostiantyn Bushko &lt;kbushko@intellias.com&gt;
</content>
</entry>
<entry>
<title>OTA-3988: Don't build the networkd-dhcp recipe if systemd is not included into the disto feature list</title>
<updated>2019-11-20T09:42:54+00:00</updated>
<author>
<name>Mykhaylo Sul</name>
<email>ext-mykhaylo.sul@here.com</email>
</author>
<published>2019-11-01T10:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6ab153019a72425ec85b3f4a20f95caded27f3d1'/>
<id>urn:sha1:6ab153019a72425ec85b3f4a20f95caded27f3d1</id>
<content type='text'>
Signed-off-by: Mykhaylo Sul &lt;ext-mykhaylo.sul@here.com&gt;
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>networkd-dhcp-conf: Remove allarch.</title>
<updated>2019-10-29T16:07:14+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-10-28T08:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2207fe9f85cbf998948a5645178cd673ac5647c2'/>
<id>urn:sha1:2207fe9f85cbf998948a5645178cd673ac5647c2</id>
<content type='text'>
We were setting PACKAGE_ARCH to MACHINE_ARCH anyway, so this wasn't
helping anything.

Suggested-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add bugfix service for old connman to systemd-networkd</title>
<updated>2019-08-01T12:08:03+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-31T17:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d96af116c0872bf198ea331187371eb2fc89979'/>
<id>urn:sha1:9d96af116c0872bf198ea331187371eb2fc89979</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Do not create connman's resolv.conf symlink at boot</title>
<updated>2019-08-01T12:08:03+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-31T16:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3dad9dfb5c2fed58a9524a383165dda5a140fc7a'/>
<id>urn:sha1:3dad9dfb5c2fed58a9524a383165dda5a140fc7a</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Set 'allarch' to aktualizr config recipes</title>
<updated>2019-04-29T07:23:29+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-11T16:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=830cb1ed904beed025833a55753883a99b5cb671'/>
<id>urn:sha1:830cb1ed904beed025833a55753883a99b5cb671</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
</feed>
