<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-core, branch feat/zeus/2020.3</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-02-28T12:39:38+00:00</updated>
<entry>
<title>initramfs-ostree-image: drop image_repo_manifest from IMAGE_CLASSES</title>
<updated>2020-02-28T12:39:38+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2020-01-26T14:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=45ca7786ffa34a2b640a5637675eaeeb595dad85'/>
<id>urn:sha1:45ca7786ffa34a2b640a5637675eaeeb595dad85</id>
<content type='text'>
We should remove image_repo_manifest from IMAGE_CLASSES instead of
dropping buildinfo_manifest from IMAGE_PREPROCESS_COMMAND, which would
ensure the entire class not to be inherited.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't try to put the repo manifest in the initramfs image.</title>
<updated>2019-09-09T15:06:02+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-09T15:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=506edc97f72440066b6be42ced01ece8390ea499'/>
<id>urn:sha1:506edc97f72440066b6be42ced01ece8390ea499</id>
<content type='text'>
It isn't very useful there and just takes up space.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-ostree-image: unset EXTRA_IMAGEDEPENDS to avoid extra dependencies</title>
<updated>2019-07-24T21:49:16+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2019-07-24T21:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e556e32c8449fc324481d0d74682f5e04a191477'/>
<id>urn:sha1:e556e32c8449fc324481d0d74682f5e04a191477</id>
<content type='text'>
It is common for machine configurations to set EXTRA_IMAGEDEPENDS, which
can end up causing circular dependencies when building the initramfs
image (they are usually only required for the actual rootfs image).

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&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>Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES</title>
<updated>2018-02-09T02:32:03+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=84913d17a11cbc3ec357ed91bdc725db6b639469'/>
<id>urn:sha1:84913d17a11cbc3ec357ed91bdc725db6b639469</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>2017-11-20T08:45:32+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=3163e1d6baacb9c456a58a547b8136ff1942e803'/>
<id>urn:sha1:3163e1d6baacb9c456a58a547b8136ff1942e803</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>
</feed>
