<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/breakpad/breakpad_git.bb, 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-08-28T14:14:35+00:00</updated>
<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: 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>
<entry>
<title>breakpad: Fix mips build on musl</title>
<updated>2017-09-22T22:50:46+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-19T16:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=19de9be982068873bdaa7a44f9e10bf317a77999'/>
<id>urn:sha1:19de9be982068873bdaa7a44f9e10bf317a77999</id>
<content type='text'>
There still are issues but this makes it better
and fix can be upstreamed

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Upgrade to latest master</title>
<updated>2017-09-22T22:50:41+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-09-18T17:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cfa3f070885482dc2f0c3e13fe70f20fad46e35e'/>
<id>urn:sha1:cfa3f070885482dc2f0c3e13fe70f20fad46e35e</id>
<content type='text'>
Fix build with musl while here

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>breakpad: Upgrade to latest and fix use of ucontext_t</title>
<updated>2017-07-01T07:59:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-06-29T04:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=52919077a3e47bf96a41e4d8471e7b7bb7311031'/>
<id>urn:sha1:52919077a3e47bf96a41e4d8471e7b7bb7311031</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>
