summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad
Commit message (Collapse)AuthorAgeFilesLines
* 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>