summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/crash/crash
Commit message (Collapse)AuthorAgeFilesLines
* crash: 7.1.9 -> 7.2.0Huang Qiyu2018-01-221-87/+0
| | | | | | | | 1)Upgrade crash from 7.1.9 to 7.2.0. 2)Delete 0004-crash-fix-build-failure-with-mips.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* crash: Upgrade to 7.1.9Khem Raj2017-07-011-112/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: fix build failure with mipsdengke.du@windriver.com2017-05-231-0/+87
| | | | | | | | | | | | | | | | | | When build crash with mips: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mips-linux-nat.c:157:1: error: conflicting types for 'ps_get_thread_area' ps_get_thread_area (const struct ps_prochandle *ph, ^~~~~~~~~~~~~~~~~~ In file included from gdb_proc_service.h:26:0, from mips-linux-nat.c:32: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This problem have been fixed on intel and arm plantform, we can use the similar approch to fix it on mips. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: 7.1.5 -> 7.1.8dengke.du@windriver.com2017-04-184-6/+188
| | | | | | | | 1. Upgrade crash to fix build failure with glibc 2.25. 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: update to version 7.1.5Derek Straka2016-06-233-6/+6
| | | | | | | * Resolves issues with gcc-6 on ARM Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: 7.1.2 -> 7.1.3Kai Kang2016-01-045-0/+207
| | | | | | | | | | | | | | | | | | Upgrade crash from 7.1.2 to 7.1.3. Add gdb source tarball and don't fetch and extract it during do_compile. And do some format tweaks. Exclude mips64 from COMPATIBLE_HOST which is not supported. And update ARCH setting for arm64, ppc64 and mips32. Add patch to enable parallel make for gdb. And don't write crash.target which causes rebuild fails. Backport patches to fix compile failures. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: upgrade from 7.0.9 to 7.1.2Kang Kai2015-07-304-0/+58
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>