<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes/sota_raspberrypi.bbclass, branch feat/test-polling-interval</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Ftest-polling-interval</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Ftest-polling-interval'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-03-06T15:12:43+00:00</updated>
<entry>
<title>Replace connman with systemd-networkd on raspberrypi</title>
<updated>2019-03-06T15:12:43+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-03-06T11:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8e33202195c3e0c133ba705d6c77e669fcf3bfad'/>
<id>urn:sha1:8e33202195c3e0c133ba705d6c77e669fcf3bfad</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@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>Add support for device tree overlays in FIT images</title>
<updated>2019-02-05T11:52:04+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton.gerasimov@here.com</email>
</author>
<published>2019-02-05T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=495f5db09da6a1e5b7a16460d9f4bf26fbee2dff'/>
<id>urn:sha1:495f5db09da6a1e5b7a16460d9f4bf26fbee2dff</id>
<content type='text'>
Signed-off-by: Anton Gerasimov &lt;anton.gerasimov@here.com&gt;
</content>
</entry>
<entry>
<title>Add support for rollback on Raspberry Pi</title>
<updated>2018-09-18T12:54:23+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton.gerasimov@here.com</email>
</author>
<published>2018-06-01T11:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c035200bda65f96880cb1663a5841faeb4470861'/>
<id>urn:sha1:c035200bda65f96880cb1663a5841faeb4470861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update fitimage initramfs image name</title>
<updated>2018-09-04T12:11:11+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2018-09-03T16:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=236b8ff38d3fcab77eb81848c521d09f66421f30'/>
<id>urn:sha1:236b8ff38d3fcab77eb81848c521d09f66421f30</id>
<content type='text'>
From poky master

This fixes image builds but does not boot yet...
</content>
</entry>
<entry>
<title>ostree-initrd: Make it an initramfs, not initrd</title>
<updated>2018-08-14T14:03:10+00:00</updated>
<author>
<name>Yevgeny Popovych</name>
<email>yevgenyp@pointgrab.com</email>
</author>
<published>2018-07-20T15:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=212d71d273023470b82854c363854b301bd11314'/>
<id>urn:sha1:212d71d273023470b82854c363854b301bd11314</id>
<content type='text'>
The reasoning here is to allow initramfs generated by this recipe
to be included in FIT.

To do so w/o changing openembedded-core (it allows only cpio format) -
init script should be able to execute from a rootfs (i.e. true initramfs),
not ramdisk (initrd).
See [1] for more information on these keywords.

The gist of this change is switch from `pivot_root` to `switch_root`.
This also allows to get rid of some clutter, since `switch_root` handles
transition to new sysroot all by itself.
Again, see [1] for details on these utility/syscall.

[1] https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt

Signed-off-by: Yevgeny Popovych &lt;yevgenyp@pointgrab.com&gt;
</content>
</entry>
<entry>
<title>classes, images: Use standard variables for initramfs</title>
<updated>2018-08-14T14:03:10+00:00</updated>
<author>
<name>Yevgeny Popovych</name>
<email>yevgenyp@pointgrab.com</email>
</author>
<published>2018-06-19T10:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9dcfcdb9aa2da833a3b86b87fbbb22b60e5d7e3c'/>
<id>urn:sha1:9dcfcdb9aa2da833a3b86b87fbbb22b60e5d7e3c</id>
<content type='text'>
This will reduce the level of indirection and improve compatibility
with the rest of OE.
For example, FIT that includes initramfs may now be built.

Signed-off-by: Yevgeny Popovych &lt;yevgenyp@pointgrab.com&gt;
</content>
</entry>
<entry>
<title>Use FIT image on RPi</title>
<updated>2018-02-22T09:52:02+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2018-02-21T15:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=38de2f4eeb74281784defe0ff6d9e3638e8fd583'/>
<id>urn:sha1:38de2f4eeb74281784defe0ff6d9e3638e8fd583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sota_raspberrypi.bbclass: Enable U-Boot for Raspberry Pi</title>
<updated>2018-01-11T16:12:07+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2018-01-11T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=1be51459ab93b1f4c83a22624928610eecdd1dd4'/>
<id>urn:sha1:1be51459ab93b1f4c83a22624928610eecdd1dd4</id>
<content type='text'>
Enable U-Boot for Raspberry Pi using the new setting
from Yocto/OE layer meta-raspberrypi RPI_USE_U_BOOT.

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