<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/conf, branch test/rm-add-package-test</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=test%2Frm-add-package-test</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=test%2Frm-add-package-test'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-01-29T16:02:31+00:00</updated>
<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>Update layer compatibility to thud.</title>
<updated>2018-10-02T12:03:59+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-10-02T12:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=350599a287b0b23a99614aee03300b26a793d7af'/>
<id>urn:sha1:350599a287b0b23a99614aee03300b26a793d7af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>layer.conf: add LAYERSERIES_COMPAT markup</title>
<updated>2018-04-16T22:04:39+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-04-16T22:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=24cdee96ef2cc3f55daf4c50e97360fc05b03de8'/>
<id>urn:sha1:24cdee96ef2cc3f55daf4c50e97360fc05b03de8</id>
<content type='text'>
Allows the user to easily identify if the layer is compatible with
oe-core.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>Drop rvi-sota-client and remove meta-rust dependency</title>
<updated>2018-01-22T17:15:40+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2018-01-22T17:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=62b32e9cc348758e8569040f4d5f4d337234d3ad'/>
<id>urn:sha1:62b32e9cc348758e8569040f4d5f4d337234d3ad</id>
<content type='text'>
Remove the old RVI SOTA Client and the dependecy
from Yocto/OE layer meta-rust.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
</content>
</entry>
<entry>
<title>sota_raspberrypi*.inc: Included meta-python</title>
<updated>2018-01-05T15:01:31+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2018-01-05T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5764d3fb222f06c43a5944056cc892c0e5f79ba6'/>
<id>urn:sha1:5764d3fb222f06c43a5944056cc892c0e5f79ba6</id>
<content type='text'>
Add Yocto/OE layer meta-updater to bblayers as it
required for building recipe rpi-gpio for Yocto/OE
layer meta-raspberrypi.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Add fixes for compatibility with Rocko</title>
<updated>2017-11-17T15:43:33+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton.gerasimov@openmailbox.org</email>
</author>
<published>2017-11-14T09:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=eab456117ad96a43104cef95c68d9bddf4c65872'/>
<id>urn:sha1:eab456117ad96a43104cef95c68d9bddf4c65872</id>
<content type='text'>
</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>sota: Support m3ulcb</title>
<updated>2017-06-22T10:19:56+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2017-05-31T07:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ae8a5db4668b153baa1b4aaf814f2cdd685e6466'/>
<id>urn:sha1:ae8a5db4668b153baa1b4aaf814f2cdd685e6466</id>
<content type='text'>
Support Renesas R Car Starter Kit Generation 3 (m3ulcb).

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
</content>
</entry>
</feed>
