<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch feat/OTA-3883/repo-manifest-upload</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FOTA-3883%2Frepo-manifest-upload</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FOTA-3883%2Frepo-manifest-upload'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-11-11T16:39:58+00:00</updated>
<entry>
<title>Bump aktualizr to latest master</title>
<updated>2019-11-11T16:39:58+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-11-11T16:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cea07e508e8d3ae49d4cdc7e7caa16cf44a5a898'/>
<id>urn:sha1:cea07e508e8d3ae49d4cdc7e7caa16cf44a5a898</id>
<content type='text'>
With support with new garage-push --repo-manifest option

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Only push repo manifest if garage-push supports it</title>
<updated>2019-11-11T16:26:26+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-11-11T16:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=82c41c269eccb87c297de0199f8d996f7da3866d'/>
<id>urn:sha1:82c41c269eccb87c297de0199f8d996f7da3866d</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Send a copy of repo manifest through garage-push</title>
<updated>2019-11-08T14:36:04+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-11-08T12:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e2d78039bc847ad6230caa0fe1b4658e7e9690b2'/>
<id>urn:sha1:e2d78039bc847ad6230caa0fe1b4658e7e9690b2</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #626 from liuming50/change-OTA_IMAGE_ROOTFS-to-TAR_IMAGE_ROOTFS</title>
<updated>2019-11-07T10:52:13+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-11-07T10:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=21a463dc264434dc132ae79526a824e7955e0032'/>
<id>urn:sha1:21a463dc264434dc132ae79526a824e7955e0032</id>
<content type='text'>
meta: change OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS</content>
</entry>
<entry>
<title>Merge pull request #621 from ricardosalveti/ostree</title>
<updated>2019-11-07T10:50:41+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-11-07T10:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b98cd8c8a088588b05e1ea38eef81b14606ece37'/>
<id>urn:sha1:b98cd8c8a088588b05e1ea38eef81b14606ece37</id>
<content type='text'>
Drop ostree_git in favor of the ostree recipe from meta-oe.</content>
</entry>
<entry>
<title>Merge pull request #624 from advancedtelematic/feat/OTA-3988/non-systemd-support</title>
<updated>2019-11-07T09:50:58+00:00</updated>
<author>
<name>Eugene Smirnov</name>
<email>30469026+eu-smirnov@users.noreply.github.com</email>
</author>
<published>2019-11-07T09:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=dc19f1fb7b458c3b12843ba7a7e4aa8984bd4d7c'/>
<id>urn:sha1:dc19f1fb7b458c3b12843ba7a7e4aa8984bd4d7c</id>
<content type='text'>
OTA-3988: Non-systemd/poky-sota local.conf</content>
</entry>
<entry>
<title>meta: change OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS</title>
<updated>2019-11-06T18:50:08+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-11-06T18:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d2805472041cf3613ba9e8c14e1f6cd4e600662e'/>
<id>urn:sha1:d2805472041cf3613ba9e8c14e1f6cd4e600662e</id>
<content type='text'>
No functional changes, rename OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS
since the later is a more common name.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop ostree_git in favor of the ostree recipe from meta-oe.</title>
<updated>2019-11-06T15:59:45+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2019-10-25T18:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9bca3262df0c162d210ae036bb20899da3685f5d'/>
<id>urn:sha1:9bca3262df0c162d210ae036bb20899da3685f5d</id>
<content type='text'>
A newer ostree recipe is now provided via the meta-oe layer, so drop
local ostree_git recipe in favor of the latest one from meta-oe.

Local bbappend created to enable curl, libarchive and
ostree-grub-generator, which were all enabled by default in ostree_git,
besides disabling soup as that is not really needed with curl (and
wasn't previously enabled).

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>Remove a now unnecessary hack in rpi oe-selftests (#625)</title>
<updated>2019-11-06T15:58:39+00:00</updated>
<author>
<name>lbonn</name>
<email>lbonn@users.noreply.github.com</email>
</author>
<published>2019-11-06T15:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2c9eb2c7509e4b8cbe8734c402fdd7db477d9200'/>
<id>urn:sha1:2c9eb2c7509e4b8cbe8734c402fdd7db477d9200</id>
<content type='text'>
Remove a now unnecessary hack in rpi oe-selftests</content>
</entry>
<entry>
<title>OTA-3988: Split the local.conf to a base and a distro specific part</title>
<updated>2019-11-06T12:35:34+00:00</updated>
<author>
<name>Mykhaylo Sul</name>
<email>ext-mykhaylo.sul@here.com</email>
</author>
<published>2019-11-06T08:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c74c4eb5399ed7a195e00172774a283582da6e44'/>
<id>urn:sha1:c74c4eb5399ed7a195e00172774a283582da6e44</id>
<content type='text'>
Signed-off-by: Mykhaylo Sul &lt;ext-mykhaylo.sul@here.com&gt;
</content>
</entry>
</feed>
