<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes, branch dev/mikesul</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=dev%2Fmikesul</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=dev%2Fmikesul'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-01-14T13:15:06+00:00</updated>
<entry>
<title>meta: drop True option to getVar calls</title>
<updated>2019-01-14T13:15:06+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-01-14T13:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d49ae8261680ae2cfd4c0179eff013d2def92e1b'/>
<id>urn:sha1:d49ae8261680ae2cfd4c0179eff013d2def92e1b</id>
<content type='text'>
Search made with the following regex: getVar ?\((.*), True\), this is
to be consistent with OE.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>image_types_ota.bbclass: fix a typo</title>
<updated>2019-01-14T13:15:06+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-01-14T13:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2782c5c6243736884bcb6f901ed828014601787f'/>
<id>urn:sha1:2782c5c6243736884bcb6f901ed828014601787f</id>
<content type='text'>
type -&gt; size.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>classes/image_types_ostree.bbclass: fix checksum calculation</title>
<updated>2019-01-11T08:11:31+00:00</updated>
<author>
<name>Luka Pivk</name>
<email>luka.pivk@toradex.com</email>
</author>
<published>2019-01-10T10:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6cc3ab1c90f84feed212ea5cc2b4e6b1af1b2b2e'/>
<id>urn:sha1:6cc3ab1c90f84feed212ea5cc2b4e6b1af1b2b2e</id>
<content type='text'>
Adds initramfs and/or devicetree into checksum calculation.

According to ostree documentation if devicetree and/or initramfs are
included into ostree, checksum should also include them.

Signed-off-by: Luka Pivk &lt;luka.pivk@toradex.com&gt;
</content>
</entry>
<entry>
<title>image_garagesign: Use a lock to fix concurrency problems.</title>
<updated>2019-01-07T13:14:42+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-01-07T13:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=03ed45db93f511ee5fbc766436d5330ca33bf278'/>
<id>urn:sha1:03ed45db93f511ee5fbc766436d5330ca33bf278</id>
<content type='text'>
We remove GARAGE_SIGN_REPO at the start and end of this task, which
causes trouble if two images call this task at the same time. This
probably could be fixed in a better fashion (like putting the repo in an
image-specific subdirectory) but this is quick and easy, and the task
usually doesn't take long to run, so the lack of parallelization is not
a big loss.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #437 from LukaPivk/master</title>
<updated>2018-12-14T10:24:55+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-12-14T10:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cb8aec948c6c667cb0b0ebffddd2bebda00c7080'/>
<id>urn:sha1:cb8aec948c6c667cb0b0ebffddd2bebda00c7080</id>
<content type='text'>
classes/image_types_ostree.bbclass: add device tree to boot/devicetree</content>
</entry>
<entry>
<title>classes/image_types_ostree.bbclass: add device tree to boot/devicetree-*</title>
<updated>2018-12-14T08:30:25+00:00</updated>
<author>
<name>Luka Pivk</name>
<email>luka.pivk@toradex.com</email>
</author>
<published>2018-11-27T11:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=4f267b8acf4c0c2401f827c08b0e18da943c873a'/>
<id>urn:sha1:4f267b8acf4c0c2401f827c08b0e18da943c873a</id>
<content type='text'>
Include device trees into boot/devicetree-*-checksum. Device trees with
this name format get picked up by ostree and copied into boot/.
Ostree also generates entry inside uEnv.txt called fdt_file pointing to
this device tree.

Normaly one would include only one device tree. If KERNEL_DEVICETREE
includes more then one device tree this will add all the device trees
but ostree will still pick only one device tree and include it into
boot.

We are working on modifications to ostree so it will pickup all
the device trees.

Signed-off-by: Luka Pivk &lt;luka.pivk@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #440 from agners/mandate-usr-move</title>
<updated>2018-11-29T10:18:38+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-29T10:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=0b2db436420531d9f4a57e8ec27943bba6ac2b1f'/>
<id>urn:sha1:0b2db436420531d9f4a57e8ec27943bba6ac2b1f</id>
<content type='text'>
Use usrmerge</content>
</entry>
<entry>
<title>aktualizr and image_types_ota: more curly braces.</title>
<updated>2018-11-28T16:56:45+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-28T16:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d55d2dfa4f9fe96ffed95f95ccf3f24bded1c861'/>
<id>urn:sha1:d55d2dfa4f9fe96ffed95f95ccf3f24bded1c861</id>
<content type='text'>
Just trying to be careful and consistent. I didn't change every variable in
places where it seemed like it was obvious that we were dealing with purely
local variables.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>image_types_ostree: drop manual usrmove implementation</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-16T13:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=2b5d6110db3960a5f37b8ab0836226d7753c74e0'/>
<id>urn:sha1:2b5d6110db3960a5f37b8ab0836226d7753c74e0</id>
<content type='text'>
OpenEmbedded's usrmerge implementation checks that nothing is
installing in /bin, /sbin or /lib. Hence those directories
are empty by default. There is no need for the manual usrmove
anymore.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>image_types_ostree: make usrmerge mandatory</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-16T08:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d6cf7300d6d7cc6f9447f5882bc3186b6c7e255'/>
<id>urn:sha1:9d6cf7300d6d7cc6f9447f5882bc3186b6c7e255</id>
<content type='text'>
Make usrmerge a mandatory DISTRO feature when using the ostree class.
This will allow to remove the "manual" usrmerge implementation.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
</feed>
