summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyflame.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-pyflame: Disable for risv architectureKhem Raj2019-03-141-0/+2
| | | | | | Not yet supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyflame: Upgrade to 1.6.7Khem Raj2018-12-231-1/+2
| | | | | | | | | | Disable build on ppc as well Drop already upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com> Cc: Derek Straka <derek@asterius.io>
* python-pyflame: skip for aarch64 as wellMartin Jansa2018-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * fails with: | ../../git/src/ptrace.cc: In function 'user_regs_struct pyflame::PtraceGetRegs(pid_t)': | ../../git/src/ptrace.cc:127:14: error: 'PTRACE_GETREGS' was not declared in this scope | if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | ../../git/src/ptrace.cc:127:14: note: suggested alternative: 'PTRACE_GETREGSET' | if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | PTRACE_GETREGSET | ../../git/src/ptrace.cc: In function 'void pyflame::PtraceSetRegs(pid_t, user_regs_struct)': | ../../git/src/ptrace.cc:136:14: error: 'PTRACE_SETREGS' was not declared in this scope | if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | ../../git/src/ptrace.cc:136:14: note: suggested alternative: 'PTRACE_SETREGSET' | if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | PTRACE_SETREGSET | Makefile:524: recipe for target 'ptrace.o' failed | make[2]: *** [ptrace.o] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyflame: Disable for mips archKhem Raj2018-08-271-0/+1
| | | | | | | | Fails to build as support is missing src/ptrace.cc:135:48: error: 'regs' has incomplete type Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyflame: Use SHA instead of tag in SRC_URIKhem Raj2018-08-241-1/+1
| | | | | | | | tags are floating and bitbake will ping the remote host and this will fail in BB_NO_NETWORK cases Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au>
* python-pyflame: Limit support to just glibc based systemsKhem Raj2018-08-241-0/+1
| | | | | | | | | | Fixes: | checking build system type... x86_64-pc-linux-gnu | checking host system type... x86_64-bec-linux-musl | configure: error: Pyflame can only be built for Linux hosts Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au>
* meta-python: Add python-pyflame recipeAndrew Jeffery2018-08-241-0/+12
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>