summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-4/+3
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Upgrade to 2023.06.01 releaseKhem Raj2024-01-312-7/+35
| | | | | | Add a backport to fix build with latest clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update to latest trunkKhem Raj2023-07-1310-179/+38
| | | | | | | | Fix build with latest glibc trunk 2.38+ while here drop upstreamed patches Add new dependency on zlib Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-218-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-02-241-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Fix build with gcc13Khem Raj2023-01-292-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: fix branch for gtest in SRC_URIThomas Perrot2022-02-091-1/+1
| | | | | | | The commit 4fe018038f87 is in the main branch, so the do_fetch task failed. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-4/+4
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-12/+12
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Fix type mismatch for SIGSTKSZKhem Raj2021-05-112-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Do not fallback to android implementation for ↵Khem Raj2021-03-153-48/+58
| | | | | | | | | 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>
* breakpad: Exclude for ppc64Khem Raj2021-03-141-0/+2
| | | | | | | 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>
* breakpad: Upgrade to latestKhem Raj2021-03-148-164/+49
| | | | | | | | 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>
* breakpad: Disable build on riscvKhem Raj2020-04-251-0/+2
| | | | | | Unsupported arch as of now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update to latest upstreamKhem Raj2019-12-155-113/+50
| | | | | | | | Drop upstreamed patch Adjust syscalls for mips64 Drop fpregset_t/mcontext alternatives for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update dont-clobber-rsp patch to latestKhem Raj2019-09-111-0/+46
| | | | | | This is based on upstream submission Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: fix patch striplevel to avoid 'devtool modify breakpad' errorChris Laplante2019-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* breakpad: Drop SRCPV from PVKhem Raj2019-02-041-2/+2
| | | | | | | This causes errors like OSError: [Errno 36] File name too long: Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Fix build with gcc9 on x86Khem Raj2018-12-232-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update to latestKhem Raj2018-12-234-317/+7
| | | | | | | | | | - 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>
* breakpad: Pass correct type name to sizeof()Khem Raj2018-09-091-9/+6
| | | | | | | | | 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 <raj.khem@gmail.com> Cc: Andre McCurdy <armccurdy@gmail.com>
* breakpad: remove unused patchMaxin John2018-03-161-199/+0
| | | | | | | | Remove the following unused patch: 0005-Import-necessary-definitions-from-stab.h.patch Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* breakpad: disable calls to getcontext() with muslAndre McCurdy2018-02-112-0/+53
| | | | | | | Musl does not currently provide getcontext(). Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* breakpad: fix typo ( minidump_cpu_arm.h -> minidump_cpu_arm64.h )Andre McCurdy2017-10-041-1/+1
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Fix build with musl/mipsKhem Raj2017-10-023-1/+88
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Fix mips build on muslKhem Raj2017-09-222-0/+21
| | | | | | | | 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>
* breakpad: Upgrade to latest masterKhem Raj2017-09-2212-5/+645
| | | | | | | Fix build with musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Upgrade to latest and fix use of ucontext_tKhem Raj2017-07-012-5/+248
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Upgrade to latestKhem Raj2016-12-021-3/+21
| | | | | | | | | | * 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>
* breakpad: disable ppc from being built.Armin Kuster2016-08-151-0/+2
| | | | | | | | ../trunk/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet." | #error "This code has not been ported to your platform yet." Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, ↵Martin Jansa2015-07-161-0/+11
| | | | | | breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Install missing headersKhem Raj2015-04-131-0/+5
| | | | | | | | | | We have compile failures due these headers missing from sysroot and other breakpad headers referring to them. So when some package wants to link with breakpad ends up in build errors. Change-Id: I61161e33dfb1ea6383e421e7bd2cb96bb9b06688 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Upgrade to r1435Khem Raj2015-04-131-1/+1
| | | | | | | | Fixes parallel build issue with breakpad-native amongst other updates Change-Id: Icc26234ccb4ba77543e8dca52b27ceaeb2f77747 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: update to latest svnAnders Darander2014-05-031-2/+3
| | | | | | | | The old license file, COPYING has been renamed to LICENSE. It has also been appended with the the disclaimer from src/common/convert_UTF.h (see r1285). Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: add initial recipeAnders Darander2013-10-211-0/+72
Breakpad is an open-source multi-platform crash reporting system. Apart from the breakpad recipe, add a bbclass for applications that want to use this library. This bbclass will set up the include path and also generate the symbol file. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>