<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-sota, branch fix/testtoken-openssl-bin</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Ftesttoken-openssl-bin</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Ftesttoken-openssl-bin'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-09-17T15:20:39+00:00</updated>
<entry>
<title>aktualizr: Latest version with fixed libp11 paths.</title>
<updated>2018-09-17T15:20:39+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-09-17T15:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bfb8c8f3dda143f9c528cbfb2263f110c0099bd9'/>
<id>urn:sha1:bfb8c8f3dda143f9c528cbfb2263f110c0099bd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>softhsm-testtoken: Update paths for token import.</title>
<updated>2018-09-14T12:31:05+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-09-14T12:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3ca533c6216e9d0738210f62e475dfa845f5073c'/>
<id>urn:sha1:3ca533c6216e9d0738210f62e475dfa845f5073c</id>
<content type='text'>
And bump aktualizr recipe
</content>
</entry>
<entry>
<title>aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).</title>
<updated>2018-09-03T11:59:18+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-09-03T11:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=754903a6e45ddc951b967a069f7c717da6b8f0fb'/>
<id>urn:sha1:754903a6e45ddc951b967a069f7c717da6b8f0fb</id>
<content type='text'>
Includes fixes for Ubuntu 18.04.
</content>
</entry>
<entry>
<title>aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c).</title>
<updated>2018-09-03T07:15:18+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-31T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=34716bc07f1b699ffaba5d39d55c64ac28a81e18'/>
<id>urn:sha1:34716bc07f1b699ffaba5d39d55c64ac28a81e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ostree: Correction: it depends on bison-native for configuration.</title>
<updated>2018-08-17T12:44:05+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-17T12:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=552f18982c7f50ab3a13e1be5c3d87b5cd9195ad'/>
<id>urn:sha1:552f18982c7f50ab3a13e1be5c3d87b5cd9195ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ostree: add missing bison dependency.</title>
<updated>2018-08-17T09:44:10+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-17T09:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f793b7765fd6ecf92df954965d63f4f1586e0c62'/>
<id>urn:sha1:f793b7765fd6ecf92df954965d63f4f1586e0c62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ostree-initrd: Make it an initramfs, not initrd</title>
<updated>2018-08-14T14:03:10+00:00</updated>
<author>
<name>Yevgeny Popovych</name>
<email>yevgenyp@pointgrab.com</email>
</author>
<published>2018-07-20T15:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=212d71d273023470b82854c363854b301bd11314'/>
<id>urn:sha1:212d71d273023470b82854c363854b301bd11314</id>
<content type='text'>
The reasoning here is to allow initramfs generated by this recipe
to be included in FIT.

To do so w/o changing openembedded-core (it allows only cpio format) -
init script should be able to execute from a rootfs (i.e. true initramfs),
not ramdisk (initrd).
See [1] for more information on these keywords.

The gist of this change is switch from `pivot_root` to `switch_root`.
This also allows to get rid of some clutter, since `switch_root` handles
transition to new sysroot all by itself.
Again, see [1] for details on these utility/syscall.

[1] https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt

Signed-off-by: Yevgeny Popovych &lt;yevgenyp@pointgrab.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #367 from advancedtelematic/bugfix/unknown-signatures-master</title>
<updated>2018-08-14T13:54:29+00:00</updated>
<author>
<name>cajun-rat</name>
<email>philip.wise@here.com</email>
</author>
<published>2018-08-14T13:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c4902394cc6673b07ad5ee87570e02afbdf7b022'/>
<id>urn:sha1:c4902394cc6673b07ad5ee87570e02afbdf7b022</id>
<content type='text'>
aktualizr: bump to latest for key rotation and storage updates (master)</content>
</entry>
<entry>
<title>ostree: upgrade to v2018.7+</title>
<updated>2018-08-11T01:01:36+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2018-08-10T02:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=755280357b2ba29b6ec8299f4ce70fb9193876fe'/>
<id>urn:sha1:755280357b2ba29b6ec8299f4ce70fb9193876fe</id>
<content type='text'>
Upgrade OSTree to a git revision ahead of the v2018.7 release in order
to include additional memory leak fixes.

Upstream release notes since v2017.13+:
- https://github.com/ostreedev/ostree/releases/tag/v2017.14
- https://github.com/ostreedev/ostree/releases/tag/v2017.15
- https://github.com/ostreedev/ostree/releases/tag/v2018.1
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
- https://github.com/ostreedev/ostree/releases/tag/v2018.3
- https://github.com/ostreedev/ostree/releases/tag/v2018.4
- https://github.com/ostreedev/ostree/releases/tag/v2018.5
- https://github.com/ostreedev/ostree/releases/tag/v2018.6
- https://github.com/ostreedev/ostree/releases/tag/v2018.7

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>aktualizr: bump to latest for key rotation and storage updates.</title>
<updated>2018-08-08T14:15:58+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-08T14:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fd2c209f0fd68d0003fbef06ff5fed9f0262453f'/>
<id>urn:sha1:fd2c209f0fd68d0003fbef06ff5fed9f0262453f</id>
<content type='text'>
Work around a bug in oe-selftest with migration and aktualizr-info
interplay by forcing --allow-migrate for now.
</content>
</entry>
</feed>
