<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-initramfs/recipes-kernel, branch krogoth</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-03-04T08:06:07+00:00</updated>
<entry>
<title>linux-yocto-tiny-kexecboot: fix build error (cpio not found)</title>
<updated>2016-03-04T08:06:07+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2016-02-28T22:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c24380fbf98da5ba106888e31f0e9d95b7fbe5e6'/>
<id>urn:sha1:c24380fbf98da5ba106888e31f0e9d95b7fbe5e6</id>
<content type='text'>
As seen in the autobuilder the script generating the initramfs fails
because the .cpio is not found.

Match changes in the oe-core classes and redefine the INITRAMFS_TASK.
See commit 59a5f59 in oe-core "classes: Fix do_rootfs references"

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>linux-yocto-tiny-kexecboot: revert Yocto specific console check</title>
<updated>2016-03-04T08:06:07+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2016-02-28T22:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7183bacd5c866d433467a750e485e6c01af4aafc'/>
<id>urn:sha1:7183bacd5c866d433467a750e485e6c01af4aafc</id>
<content type='text'>
Revert Yocto-specific : "check console device file on fs when booting".
Fix kernel panic at boot because of the missing /dev/console.

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>linux-yocto-tiny-kexecboot: disable do_shared_workdir task</title>
<updated>2016-02-25T16:45:46+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2016-02-14T11:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=21a983bc3358ded6cf514c704bad18d36b453b35'/>
<id>urn:sha1:21a983bc3358ded6cf514c704bad18d36b453b35</id>
<content type='text'>
Simultaneous builds of mismatched kernel versions fail because of contamination.

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>linux-yocto-tiny-kexecboot: upgrade to 4.4</title>
<updated>2016-02-25T16:45:42+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2016-02-08T22:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=12b1768fc90bba9796609d590e6b7e7223f8c633'/>
<id>urn:sha1:12b1768fc90bba9796609d590e6b7e7223f8c633</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>linux-yocto-tiny-kexecboot: upgrade to 4.1</title>
<updated>2016-01-04T13:56:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-12-29T22:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bc29eac3d4826c9d857e94f26e8f90238d7130be'/>
<id>urn:sha1:bc29eac3d4826c9d857e94f26e8f90238d7130be</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc: add explicit SRC_URI</title>
<updated>2016-01-04T13:53:59+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2015-12-17T00:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bace907fc52743ca8bb7f95c525141df7133e204'/>
<id>urn:sha1:bace907fc52743ca8bb7f95c525141df7133e204</id>
<content type='text'>
After commit c2492ed SRC_URI of the recipe contains the kdump script.
Kdump is not in the purposes of this recipe so we restore the plain SRC_URI.

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>linux-yocto-tiny-kexecboot: remove 3.10, 3.17 and add 3.19</title>
<updated>2015-03-02T13:54:59+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-02-20T08:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7d8caa930f6ec2379bf765f83cc0f87dcf4de1d2'/>
<id>urn:sha1:7d8caa930f6ec2379bf765f83cc0f87dcf4de1d2</id>
<content type='text'>
* 3.10 and 3.17 were removed in oe-core and parsing fails because of the require line

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec-tools-klibc_2.0.2: backport patch to fix build with separate B and S</title>
<updated>2015-01-28T08:51:53+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2015-01-20T23:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a433accf63eaaa3f0ffbb1a7346d90f5357b207f'/>
<id>urn:sha1:a433accf63eaaa3f0ffbb1a7346d90f5357b207f</id>
<content type='text'>
Catching up with oe-core commit 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2
( kexec-tools: separate B and S) which removed autotools-brokensep for a newer
version.

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>linux-yocto-tiny-kexecboot_3.17: initial commit based on 3.17-rc6</title>
<updated>2014-10-05T21:48:09+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2014-09-30T20:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8d2e5730892ba82fa03c7c370a42b2d092faa688'/>
<id>urn:sha1:8d2e5730892ba82fa03c7c370a42b2d092faa688</id>
<content type='text'>
Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
</content>
</entry>
<entry>
<title>kexec_tools_klibc_2.0.2: update x86_vfscanf.patch</title>
<updated>2014-08-10T14:07:18+00:00</updated>
<author>
<name>Andrea Adami</name>
<email>andrea.adami@gmail.com</email>
</author>
<published>2014-08-04T21:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d357cc7df07580468365d4adfda556cf55168a15'/>
<id>urn:sha1:d357cc7df07580468365d4adfda556cf55168a15</id>
<content type='text'>
The POSIX standard
http://pubs.opengroup.org/onlinepubs/009695399/functions/fgets.html
states:

If the stream is at end-of-file ... fgets() shall return a null pointer...
If a read error occurs ... fgets() shall return a null pointer...

Signed-off-by: Andrea Adami &lt;andrea.adami@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
