<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/lib, branch feat/OTA-2142/aktualizr-resource-control</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FOTA-2142%2Faktualizr-resource-control</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FOTA-2142%2Faktualizr-resource-control'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-03-21T12:59:52+00:00</updated>
<entry>
<title>Cleanup (not) provisioned checks in oe-selftest</title>
<updated>2019-03-21T12:59:52+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-21T12:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e1867d7a7bd52d79fa3d051bb7b16f50934b88e6'/>
<id>urn:sha1:e1867d7a7bd52d79fa3d051bb7b16f50934b88e6</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Add resource control test</title>
<updated>2019-03-21T12:45:30+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-19T16:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c481c1df24ae6e4732a102e0007d763d137e56b0'/>
<id>urn:sha1:c481c1df24ae6e4732a102e0007d763d137e56b0</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix in oe-selftests/qemu_launch</title>
<updated>2019-03-20T13:13:41+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-19T16:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=a6246aa4839d58209a81d5215c87c0afbe762ecd'/>
<id>urn:sha1:a6246aa4839d58209a81d5215c87c0afbe762ecd</id>
<content type='text'>
Should build `imagename` and not 'core-image-minimal' in all cases

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Split oe-selftests by target machines</title>
<updated>2019-03-20T13:13:41+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-19T15:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8b98e1e0f908ef30f5a4459f2bd62442d2b6649b'/>
<id>urn:sha1:8b98e1e0f908ef30f5a4459f2bd62442d2b6649b</id>
<content type='text'>
To allow for more targeted testing

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>oe-selftest: look for expected error in stderr.</title>
<updated>2019-03-12T13:31:18+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-03-12T13:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b6b6bff264a451a2eb3eec44125633da0c1da6ce'/>
<id>urn:sha1:b6b6bff264a451a2eb3eec44125633da0c1da6ce</id>
<content type='text'>
The output was moved from stdout to stderr in a recent aktualizr commit.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #494 from advancedtelematic/test/rm-add-package-test</title>
<updated>2019-02-26T14:46:50+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-02-26T14:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=81b7c8c05f06ef1e651c1adf081f36ee8277c2db'/>
<id>urn:sha1:81b7c8c05f06ef1e651c1adf081f36ee8277c2db</id>
<content type='text'>
Remove add package test</content>
</entry>
<entry>
<title>updater.py: remove test_add_package.</title>
<updated>2019-02-26T10:34:50+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-02-26T10:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e611429678b993f91b57d954c82c871dbcfad499'/>
<id>urn:sha1:e611429678b993f91b57d954c82c871dbcfad499</id>
<content type='text'>
It was a nice idea when we were less confident about bitbaking and
oe-selftest, but at this point, it is redundant and provides no useful
information while adding extraneous time to the already long test suite.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>updater.py: no longer necessary to add meta-python for rpi.</title>
<updated>2019-02-26T10:28:00+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-02-26T10:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2d7473a2015dcc0af316f2ba76d157f0f36e796e'/>
<id>urn:sha1:2d7473a2015dcc0af316f2ba76d157f0f36e796e</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix oe-selftest for `aktualizr once`</title>
<updated>2019-01-28T13:51:54+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-01-28T13:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=52893366bbf554a58572b3a0cbf83e4337a3f026'/>
<id>urn:sha1:52893366bbf554a58572b3a0cbf83e4337a3f026</id>
<content type='text'>
CLI has changed

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.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>
</feed>
