<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch feat/headers</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fheaders</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fheaders'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-08-06T06:30:42+00:00</updated>
<entry>
<title>aktualizr: Bump to latest and install headers in dev package.</title>
<updated>2020-08-06T06:30:42+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-05T14:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c6df41eaf3a8f22c838f05d9f53e8f8b67d1f4ba'/>
<id>urn:sha1:c6df41eaf3a8f22c838f05d9f53e8f8b67d1f4ba</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #757 from advancedtelematic/fix/pythonnative</title>
<updated>2020-08-03T14:05:08+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-03T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=a85ed5864ddfb60b612f69f04e3224ef71ec17c8'/>
<id>urn:sha1:a85ed5864ddfb60b612f69f04e3224ef71ec17c8</id>
<content type='text'>
Inherit python3native instead of using HOSTTOOLS.</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>Merge pull request #754 from shr-project/jansa/master</title>
<updated>2020-07-30T11:18:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-30T11:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b95d0d80624deecc54e0b99d054b8f58bfc0a588'/>
<id>urn:sha1:b95d0d80624deecc54e0b99d054b8f58bfc0a588</id>
<content type='text'>
nfs-utils: don't add nfs-home-mount.service without sota enabled</content>
</entry>
<entry>
<title>Merge pull request #756 from advancedtelematic/fix/restore-bootloader-option</title>
<updated>2020-07-29T09:20:16+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-29T09:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8f6b6c3739c566e98c2654a8aadd2339ed676595'/>
<id>urn:sha1:8f6b6c3739c566e98c2654a8aadd2339ed676595</id>
<content type='text'>
qemucommand: Restore custom booloader parameter.</content>
</entry>
<entry>
<title>qemucommand: Restore custom booloader parameter.</title>
<updated>2020-07-29T08:46:10+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-29T08:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f90d617d3af138ed8616829dc403488a700aaae3'/>
<id>urn:sha1:f90d617d3af138ed8616829dc403488a700aaae3</id>
<content type='text'>
The functionality was (presumably unintentionally) removed, but the
option was still present.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>nfs-utils: don't add nfs-home-mount.service without sota enabled</title>
<updated>2020-07-26T09:41:26+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=980acf2c7c76695dd6a8ce1a4a300e4f487ace41'/>
<id>urn:sha1:980acf2c7c76695dd6a8ce1a4a300e4f487ace41</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>Merge pull request #753 from liuming50/fix-nfs-utils-issues</title>
<updated>2020-07-14T07:41:19+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-14T07:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5f7f0d139b3c81e163ad46d366cf1d843c3cb793'/>
<id>urn:sha1:5f7f0d139b3c81e163ad46d366cf1d843c3cb793</id>
<content type='text'>
nfs-utils: fix nfs systemd daemons runtime issues</content>
</entry>
<entry>
<title>Merge pull request #748 from advancedtelematic/feat/2020.8</title>
<updated>2020-07-13T08:50:47+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-13T08:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bb5abcc666842531da13050a5acaf7e95b066cfc'/>
<id>urn:sha1:bb5abcc666842531da13050a5acaf7e95b066cfc</id>
<content type='text'>
aktualizr: Bump to 2020.8 release.</content>
</entry>
<entry>
<title>nfs-utils: fix nfs systemd daemons runtime issues</title>
<updated>2020-07-10T14:36:32+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=92fbc4533b692e2c4b88a9df73b3398bececd158'/>
<id>urn:sha1:92fbc4533b692e2c4b88a9df73b3398bececd158</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>
</feed>
