summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pstack
Commit message (Collapse)AuthorAgeFilesLines
* pstack: require x11 in DISTRO_FEATURESMartin Jansa10 days1-1/+3
| | | | | | | | | * for libx11 and libxt * only 2.10 version seems to use it * surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: Ignore on musl and arm systemsKhem Raj13 days1-0/+2
| | | | | | It does not build on these systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: Do not define redundant SKhem Raj2025-07-062-4/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: Disable build on riscvKhem Raj2025-07-031-0/+3
| | | | | | It is not yet ported to riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: Always use gcc to compile itKhem Raj2025-07-031-0/+2
| | | | | | | | | | Fails to build/compile with clang TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/pstack/2.11/sources/pstack-2.11/libpstack/archreg.h:94:1: error: member access into incomplete type 'const CoreRegisters' (aka 'const pstack::Elf::user_regs_struct') 94 | REGMAP(0, regs[0]) | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pstack: add recipeWen Yang2025-07-014-0/+108
This recipe provides pstack for C/C++, Go, Rust, and Python. Signed-off-by: Wen Yang <wen.yang@linux.dev> Signed-off-by: Khem Raj <raj.khem@gmail.com>