<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/breakpad, branch zeus</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-09-11T23:01:49+00:00</updated>
<entry>
<title>breakpad: Update dont-clobber-rsp patch to latest</title>
<updated>2019-09-11T23:01:49+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-11T22:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ebe908a21ab070f97d1a41c68f5ba296c4d745a8'/>
<id>urn:sha1:ebe908a21ab070f97d1a41c68f5ba296c4d745a8</id>
<content type='text'>
This is based on upstream submission

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: fix patch striplevel to avoid 'devtool modify breakpad' error</title>
<updated>2019-08-28T14:14:35+00:00</updated>
<author>
<name>Chris Laplante</name>
<email>chris.laplante@agilent.com</email>
</author>
<published>2019-08-27T21:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3ac60b4903a20079851617f3369e4aefbae1b8d3'/>
<id>urn:sha1:3ac60b4903a20079851617f3369e4aefbae1b8d3</id>
<content type='text'>
Since the patch is modifying files in a self-contained git repo that is
.gitignored, git ends up thinking we have just touched a submodule.

This leads to 'devtool modify breakpad' failing with:

    Exception: bb.process.ExecutionError: Execution of 'git add .; git -c
    user.name="OpenEmbedded" -c user.email="oe.patch@oe" commit -a -m
    "Committing changes from do_patch

    %% ignore - from do_patch"' failed with exit code 1:
    On branch devtool
    Changes not staged for commit:
            modified:   src/third_party/lss (modified content)

            no changes added to commit

            ERROR: Function failed: patch_task_postfunc

Signed-off-by: Chris Laplante &lt;chris.laplante@agilent.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Drop SRCPV from PV</title>
<updated>2019-02-04T18:11:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-02-04T08:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3a0a0024bf0bcc1ddc6f5a67a0f646258108e6eb'/>
<id>urn:sha1:3a0a0024bf0bcc1ddc6f5a67a0f646258108e6eb</id>
<content type='text'>
This causes errors like
OSError: [Errno 36] File name too long:

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Fix build with gcc9 on x86</title>
<updated>2018-12-23T21:29:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-23T00:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bf5cc7e1ffad95184079d69c6ab59ba96e5e0806'/>
<id>urn:sha1:bf5cc7e1ffad95184079d69c6ab59ba96e5e0806</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Update to latest</title>
<updated>2018-12-23T21:29:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-19T06:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d596859cdf1d0c3d9a3dafcf73c5f40ab7321bd8'/>
<id>urn:sha1:d596859cdf1d0c3d9a3dafcf73c5f40ab7321bd8</id>
<content type='text'>
- Drop upstreamed ucontext_t patch
- basename is now available in musl
- Pin ARM-only ISA on armv5 and older arches
- Use COMPATIBLE_HOST instead of COMPATIBLE_MACHINE
- memory.h has been renamed to memory_allocator.h in latest breakpad

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Pass correct type name to sizeof()</title>
<updated>2018-09-09T17:56:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-09T17:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6718a9cc2d97bcfd0616af2c0f264b7ca49f35b1'/>
<id>urn:sha1:6718a9cc2d97bcfd0616af2c0f264b7ca49f35b1</id>
<content type='text'>
memset is clearing memory area address starting at contect.context but
it needs the correct size of type 'ucontext_t', currently its getting
size of 'ucontext_t*'

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andre McCurdy &lt;armccurdy@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: remove unused patch</title>
<updated>2018-03-17T02:14:24+00:00</updated>
<author>
<name>Maxin John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2018-02-28T15:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7a6f6434e7f60cc3ae788beccac7e34b7abb2750'/>
<id>urn:sha1:7a6f6434e7f60cc3ae788beccac7e34b7abb2750</id>
<content type='text'>
Remove the following unused patch:
        0005-Import-necessary-definitions-from-stab.h.patch

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: disable calls to getcontext() with musl</title>
<updated>2018-02-11T19:48:12+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2018-01-24T23:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=46bfecb776a4514c795b87df54c2cab48d6e859d'/>
<id>urn:sha1:46bfecb776a4514c795b87df54c2cab48d6e859d</id>
<content type='text'>
Musl does not currently provide getcontext().

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: fix typo ( minidump_cpu_arm.h -&gt; minidump_cpu_arm64.h )</title>
<updated>2017-10-04T14:53:36+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2017-10-03T23:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1ca33a5677d8452c568130989fdd29191453c61d'/>
<id>urn:sha1:1ca33a5677d8452c568130989fdd29191453c61d</id>
<content type='text'>
Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Fix build with musl/mips</title>
<updated>2017-10-02T12:34:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-22T03:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4b6a4e91d05f2d295b60f763c21f6608d1a414be'/>
<id>urn:sha1:4b6a4e91d05f2d295b60f763c21f6608d1a414be</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
