<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/conf/distro, branch fix/dots-in-names</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fdots-in-names</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fdots-in-names'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-12-04T10:46:30+00:00</updated>
<entry>
<title>Force a simple reproducible build mechanism</title>
<updated>2019-12-04T10:46:30+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-12-04T10:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=af1694c7044aee54761750080819d5c5d6ce09e4'/>
<id>urn:sha1:af1694c7044aee54761750080819d5c5d6ce09e4</id>
<content type='text'>
In 25a17f0346ab05b3212bb280e4a8b622bcf99bce, poky sets
reproducible_build by defaults. However, it is quite complex as it tries
to compute a plausible timestamp from source files, in a reproducible
ways.

Setting the timestamps to 0, just like ostree, is probably safer in our
case, so let's switch to our old behavior.

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>OTA-3988: make the DISTRO value in poky-sota-systemd.conf aligned to the systemd case</title>
<updated>2019-11-05T16:35:43+00:00</updated>
<author>
<name>Mykhaylo Sul</name>
<email>ext-mykhaylo.sul@here.com</email>
</author>
<published>2019-11-05T16:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3f904325ad5d307f308e020e9bc4d24a8afdf7af'/>
<id>urn:sha1:3f904325ad5d307f308e020e9bc4d24a8afdf7af</id>
<content type='text'>
Signed-off-by: Mykhaylo Sul &lt;ext-mykhaylo.sul@here.com&gt;
</content>
</entry>
<entry>
<title>OTA-3988: force an ostree boot indication only in case of non-systemd distro</title>
<updated>2019-11-05T09:09:25+00:00</updated>
<author>
<name>Mykhaylo Sul</name>
<email>ext-mykhaylo.sul@here.com</email>
</author>
<published>2019-11-05T08:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=40153ba5d77a83e78a9b844a8117b44be8b55df0'/>
<id>urn:sha1:40153ba5d77a83e78a9b844a8117b44be8b55df0</id>
<content type='text'>
Signed-off-by: Mykhaylo Sul &lt;ext-mykhaylo.sul@here.com&gt;
</content>
</entry>
<entry>
<title>Define virtual/network-configuration</title>
<updated>2019-03-06T09:58:00+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-06T09:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=1fdd1d1ced34de8eefe6d34da03c6db20b98f141'/>
<id>urn:sha1:1fdd1d1ced34de8eefe6d34da03c6db20b98f141</id>
<content type='text'>
Now provided by connman and networkd-dhcp-conf, added to images in our
supported platforms

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Remove connman* from base IMAGE_INSTALL_append</title>
<updated>2019-03-05T17:25:35+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-05T15:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b9abe3de1b58034604411b6a0821ccce83481272'/>
<id>urn:sha1:b9abe3de1b58034604411b6a0821ccce83481272</id>
<content type='text'>
No sense to force that if poky does not, let's move it to
platform-specific for now.

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>sota.conf: use reproducible builds by default</title>
<updated>2019-01-29T16:02:31+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2019-01-29T16:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3d3a0bf9faff855bb4bc0b17611036d3cfbc7ff9'/>
<id>urn:sha1:3d3a0bf9faff855bb4bc0b17611036d3cfbc7ff9</id>
<content type='text'>
Use reproducible builds by default. OSTree sets mtime to 0 at
commit time anyway. This makes sure that all mtime timestamps
are 0 already at build time. This is relevant for programs
which relies on mtime of deployed artifacts at runtime.

Python for instance writes the mtime of the source file into
bytecode files (pyc) at build time. When OSTree then clears
the mtime Python considers all bytecode files as stale.

Reproducible binaries also avoid unnecessary differences
between two OSTree commits. E.g. if the sstate cache is
cleared between two OSTree commits OpenEmbedded might create
slightly different binaries.

Note however that not all all recipe generate reproducible
binaries at this time.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>sota.conf: use usrmerge</title>
<updated>2018-11-28T15:30:23+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-11-28T15:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8f08a3b489206a2137600941eb45198cf15cecc9'/>
<id>urn:sha1:8f08a3b489206a2137600941eb45198cf15cecc9</id>
<content type='text'>
OSTree needs UsrMove to be implemented, meaning that everything
should be in /usr. OpenEmbedded has a distro feature usrmerge which
implements exactly that, and makes sure that no package install
anything in /bin, /sbin or /lib. Make use of it.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'morty' into pyro</title>
<updated>2017-07-05T10:11:52+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-07-05T10:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=69a0db9291725b1ddfa643dc00d6d2f1bf6c5caf'/>
<id>urn:sha1:69a0db9291725b1ddfa643dc00d6d2f1bf6c5caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build issues with yocto pyro</title>
<updated>2017-07-04T14:08:15+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-07-04T14:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e39692a25858acf79fedf44b9d9fdd8e71337957'/>
<id>urn:sha1:e39692a25858acf79fedf44b9d9fdd8e71337957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set default SOTA_CLIENT directly in sota.bbclass</title>
<updated>2017-06-08T15:54:32+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-06-08T15:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=08e225b8e66e25003108921c0b05688c7ea6892e'/>
<id>urn:sha1:08e225b8e66e25003108921c0b05688c7ea6892e</id>
<content type='text'>
</content>
</entry>
</feed>
