<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-core, branch dev/ti</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=dev%2Fti</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=dev%2Fti'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-05-16T08:28:12+00:00</updated>
<entry>
<title>Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES</title>
<updated>2018-05-16T08:28:12+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-02-08T20:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=340c0b07b79dce7bc3081f1212c3f82f660f6b81'/>
<id>urn:sha1:340c0b07b79dce7bc3081f1212c3f82f660f6b81</id>
<content type='text'>
User is able to customize the init script via OSTREE_INITRAMFS_IMAGE but
there is no way to set INITRAMFS_FSTYPES as it gets defined by
sota.bbclass. Create a new variable called OSTREE_INITRAMFS_IMAGE to
handle the INITRAMFS_FSTYPES update, and also allow the user to override
it.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>sota: introduce INITRAMFS_FSTYPES</title>
<updated>2018-05-15T08:49:49+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2017-11-20T08:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3af1b32743b245be8c4e199c6a3785bc92e93ab1'/>
<id>urn:sha1:3af1b32743b245be8c4e199c6a3785bc92e93ab1</id>
<content type='text'>
RAMDISK_EXT and IMAGE_FSTYPES of initramfs-ostree-image should not be
defined separately, because they are representing the same fstype of
a same initramfs image, or else, they turn out to be inconsistent if
the users change one of them.

So we use INITRAMFS_FSTYPES already defined in bitbake.conf, to be able
to set fstype for initramfs. And it should default to ext4.gz.u-boot or
ext4.gz depending on what OSTREE_BOOTLOADER is being set.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix incompatibilities with latest pyro, use wic on RPi</title>
<updated>2017-11-07T13:31:52+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-11-07T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9edb72f79953669259ee386ff6c9c5cfe59f6d9c'/>
<id>urn:sha1:9edb72f79953669259ee386ff6c9c5cfe59f6d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set IMAGE_OVERHEAD_FACTOR for fixed initrd size</title>
<updated>2017-08-14T12:21:41+00:00</updated>
<author>
<name>Jan-Simon Möller</name>
<email>dl9pf@gmx.de</email>
</author>
<published>2017-08-14T12:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=906a94f05f6f2ef3f373c456018931a56758f1cc'/>
<id>urn:sha1:906a94f05f6f2ef3f373c456018931a56758f1cc</id>
<content type='text'>
Set
IMAGE_OVERHEAD_FACTOR = "1.0"

Otherwise the initrd was 12M due to the default overhead (x1.3).</content>
</entry>
<entry>
<title>Override IMAGE_ROOTFS_EXTRA_SPACE</title>
<updated>2017-06-26T14:06:21+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-06-26T14:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fa0129a24d1d91a99f7dc17235177cb680049825'/>
<id>urn:sha1:fa0129a24d1d91a99f7dc17235177cb680049825</id>
<content type='text'>
AGL sets this to 500MB to allow extra space in the default image.  Set it to 0
in the initramfs.
</content>
</entry>
<entry>
<title>Inherit u-boot when u-boot images are required</title>
<updated>2017-04-12T16:32:25+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-04-12T16:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f8a90e45c8cfa8253468cf9376560f6de728169b'/>
<id>urn:sha1:f8a90e45c8cfa8253468cf9376560f6de728169b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OSTree-enabled image for raspberry Pi</title>
<updated>2016-10-27T09:35:21+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2016-10-25T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d6573cf9e0ca272433876ac517ed9924bd741268'/>
<id>urn:sha1:d6573cf9e0ca272433876ac517ed9924bd741268</id>
<content type='text'>
Bug-AGL: SPEC-254

v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma),
                re-add inherit gobject-introspection (!)

v3 [oytis]:     move boot logic to editable uEnv.txt

Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15
Signed-off-by: Anton Gerasimov &lt;anton@advancedtelematic.com&gt;
Signed-off-by: Jan-Simon Möller &lt;jsmoeller@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Fix initramfs build for sota</title>
<updated>2016-10-12T08:40:50+00:00</updated>
<author>
<name>Jan-Simon Möller</name>
<email>jsmoeller@linuxfoundation.org</email>
</author>
<published>2016-10-12T08:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=61477cc44ce0d2721d76f48cc8ccaba50d75d432'/>
<id>urn:sha1:61477cc44ce0d2721d76f48cc8ccaba50d75d432</id>
<content type='text'>
The initramfs_fstypes default to cpio.gz, we need ext4.gz.

Change-Id: Ib35e7ff23767fbe02b25f7605a22fcfb7b5899c8
Signed-off-by: Jan-Simon Möller &lt;jsmoeller@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Tuned initrd image and pseudo environment to fix bugs with extended</title>
<updated>2016-10-04T12:42:42+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2016-10-04T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=7bd3693b986e0a6e59016767ea6f075ba01ab68c'/>
<id>urn:sha1:7bd3693b986e0a6e59016767ea6f075ba01ab68c</id>
<content type='text'>
security attributes.

Bug-AGL: SPEC-259

Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e
Signed-off-by: Anton Gerasimov &lt;anton@advancedtelematic.com&gt;
</content>
</entry>
<entry>
<title>Added initramfs image and fixed several error to make AGL rootfs</title>
<updated>2016-09-26T13:44:53+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2016-09-26T13:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=844ddcf4496edfdb9b682f712ab1ae1cd16f1f97'/>
<id>urn:sha1:844ddcf4496edfdb9b682f712ab1ae1cd16f1f97</id>
<content type='text'>
bootable as an OSTree deployment

Bug-AGL: SPEC-253

Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6
Signed-off-by: Anton Gerasimov &lt;anton@advancedtelematic.com&gt;
</content>
</entry>
</feed>
