aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
AgeCommit message (Collapse)Author
2021-03-15breakpad: Do not fallback to android implementation for ↵Khem Raj
getcontext/setcontext on musl with musl, it tried to use local implementation which is geared towards android and does not compile with musl/linux Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-14breakpad: Exclude for ppc64Khem Raj
It does not build, errors out like ../git/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet." Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-14breakpad: Upgrade to latestKhem Raj
License-Update: added APSL 2.0 and BSD-3-Clause and libunwind license Forward patches as needed and drop patches applied upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25breakpad: Disable build on riscvKhem Raj
Unsupported arch as of now Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-15breakpad: Update to latest upstreamKhem Raj
Drop upstreamed patch Adjust syscalls for mips64 Drop fpregset_t/mcontext alternatives for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-28breakpad: fix patch striplevel to avoid 'devtool modify breakpad' errorChris Laplante
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 <chris.laplante@agilent.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-04breakpad: Drop SRCPV from PVKhem Raj
This causes errors like OSError: [Errno 36] File name too long: Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-23breakpad: Fix build with gcc9 on x86Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-23breakpad: Update to latestKhem Raj
- 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 <raj.khem@gmail.com>
2018-02-11breakpad: disable calls to getcontext() with muslAndre McCurdy
Musl does not currently provide getcontext(). Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-04breakpad: fix typo ( minidump_cpu_arm.h -> minidump_cpu_arm64.h )Andre McCurdy
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-10-02breakpad: Fix build with musl/mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22breakpad: Fix mips build on muslKhem Raj
There still are issues but this makes it better and fix can be upstreamed Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22breakpad: Upgrade to latest masterKhem Raj
Fix build with musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-01breakpad: Upgrade to latest and fix use of ucontext_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02breakpad: Upgrade to latestKhem Raj
* Switch to using git * Gets aarch64 support * Define PV and use SRCPV * increment PE to 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>