<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-04-21T20:03:35+00:00</updated>
<entry>
<title>meta-initramfs: put images and initrdscripts in recipes-core</title>
<updated>2020-04-21T20:03:35+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2020-04-21T15:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bf41d89325f1135f928f444ddb91163de91f4313'/>
<id>urn:sha1:bf41d89325f1135f928f444ddb91163de91f4313</id>
<content type='text'>
Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove LICENSE = "MIT" from packagegroups and images</title>
<updated>2019-08-30T16:27:57+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-08-30T15:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9d559933d7243969777625c7a66511fc43f1f2a0'/>
<id>urn:sha1:9d559933d7243969777625c7a66511fc43f1f2a0</id>
<content type='text'>
This is the default in the packagegroup and image classes.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot-image: replace deprecated license file</title>
<updated>2017-10-04T14:53:36+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2017-10-03T19:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5343e044989eca88f5369ed553b3264f13707101'/>
<id>urn:sha1:5343e044989eca88f5369ed553b3264f13707101</id>
<content type='text'>
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot-image: disable runtime dependency on run-postinsts</title>
<updated>2017-02-13T17:43:31+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2017-02-07T23:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=547c047e429408bbd8fa154038fd33a9abc099be'/>
<id>urn:sha1:547c047e429408bbd8fa154038fd33a9abc099be</id>
<content type='text'>
The runtime dependency chain leads to the install of unneeded files:

 /usr/sbin/run-postinsts
 /usr/sbin/update-rc.d

This comes from the default value of ROOTFS_BOOTSTRAP_INSTALL='run-postinsts'
To fix this, for this image we need an empty var.

While there, do the same for KERNELDEPMODDEPEND as suggested in image.bbclass.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-{debug,kexecboot}-image: zero out the rootfs_extra_space in initramfs images</title>
<updated>2016-04-28T08:37:47+00:00</updated>
<author>
<name>Stephano Cetola</name>
<email>stephano.cetola@linux.intel.com</email>
</author>
<published>2016-04-14T21:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=63606ed546d64b5bd1998c66bb522d1dd9e65c6a'/>
<id>urn:sha1:63606ed546d64b5bd1998c66bb522d1dd9e65c6a</id>
<content type='text'>
Setting IMAGE_ROOTFS_EXTRA_SPACE impacts the initramfs images, results
in an error about INITRAMFS_MAXSIZE.

Signed-off-by: Stephano Cetola &lt;stephano.cetola@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot-image: remove obsolete IMAGE_ vars</title>
<updated>2013-07-09T10:28:24+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2013-07-04T19:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9d53e8111db2a1dc2a3df05926d90988c08e7dbe'/>
<id>urn:sha1:9d53e8111db2a1dc2a3df05926d90988c08e7dbe</id>
<content type='text'>
* above variables are not in oe-core anymore

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTION</title>
<updated>2013-06-18T21:11:14+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2013-06-17T20:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eb426661f4c8d00703627cb35540cdc7dd1ec58b'/>
<id>urn:sha1:eb426661f4c8d00703627cb35540cdc7dd1ec58b</id>
<content type='text'>
* plus some minor editing of comments

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME</title>
<updated>2013-05-13T08:50:24+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2013-05-12T23:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5c49f8c7c0b1954213f54acd3e9597209c65a8ad'/>
<id>urn:sha1:5c49f8c7c0b1954213f54acd3e9597209c65a8ad</id>
<content type='text'>
* We used to export this in the days an external script handled the image
* generation. This is no longer the case and hence we no longer need
* this export.
* As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot-image: update IMAGE_INSTALL after mtd-utils split</title>
<updated>2013-02-19T00:48:45+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2013-02-14T22:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cb4ac55a33d1964042ee9a3d277ea10573e23664'/>
<id>urn:sha1:cb4ac55a33d1964042ee9a3d277ea10573e23664</id>
<content type='text'>
Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>initramfs-kexecboot-image: zap LDCONFIGDEPEND</title>
<updated>2012-08-24T09:06:17+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2012-08-22T21:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf'/>
<id>urn:sha1:fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf</id>
<content type='text'>
* Override the settings of image.bbclass:
* we don't need ld.so.cache in our minimal image.
* While there, remove now unused ONLINE_PACKAGE_MANAGEMENT var.

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
</feed>
