<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-pyflame.inc, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-04-05T21:27:45+00:00</updated>
<entry>
<title>python-pyflame: remove unused inc file</title>
<updated>2020-04-05T21:27:45+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2020-04-05T18:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=105b8e030df70a9f1e642800d1fee9aa6e7b8e38'/>
<id>urn:sha1:105b8e030df70a9f1e642800d1fee9aa6e7b8e38</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyflame: Disable for risv architecture</title>
<updated>2019-03-14T14:24:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-03-12T17:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0597e79805b0e7d51c292b3767f3b8d097daf8de'/>
<id>urn:sha1:0597e79805b0e7d51c292b3767f3b8d097daf8de</id>
<content type='text'>
Not yet supported

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyflame: Upgrade to 1.6.7</title>
<updated>2018-12-23T21:29:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-23T18:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3b59515c5a5e550d309f2f75ff25268289b9b914'/>
<id>urn:sha1:3b59515c5a5e550d309f2f75ff25268289b9b914</id>
<content type='text'>
Disable build on ppc as well
Drop already upstreamed patches

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andrew Jeffery &lt;andrew@aj.id.au&gt;
Cc: Tim "moto-timo" Orling &lt;TicoTimo@gmail.com&gt;
Cc: Derek Straka &lt;derek@asterius.io&gt;
</content>
</entry>
<entry>
<title>python-pyflame: skip for aarch64 as well</title>
<updated>2018-09-10T18:51:50+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2018-09-10T18:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=90467a8d61b59d503ca4032d2dc32a5e14bea396'/>
<id>urn:sha1:90467a8d61b59d503ca4032d2dc32a5e14bea396</id>
<content type='text'>
* 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, &amp;regs)) {
|               ^~~~~~~~~~~~~~
| ../../git/src/ptrace.cc:127:14: note: suggested alternative: 'PTRACE_GETREGSET'
|    if (ptrace(PTRACE_GETREGS, pid, 0, &amp;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, &amp;regs)) {
|               ^~~~~~~~~~~~~~
| ../../git/src/ptrace.cc:136:14: note: suggested alternative: 'PTRACE_SETREGSET'
|    if (ptrace(PTRACE_SETREGS, pid, 0, &amp;regs)) {
|               ^~~~~~~~~~~~~~
|               PTRACE_SETREGSET
| Makefile:524: recipe for target 'ptrace.o' failed
| make[2]: *** [ptrace.o] Error 1

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyflame: Disable for mips arch</title>
<updated>2018-08-27T17:53:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-27T06:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=38717e1f552575d7726c47cbcd88f51ea521d4b7'/>
<id>urn:sha1:38717e1f552575d7726c47cbcd88f51ea521d4b7</id>
<content type='text'>
Fails to build as support is missing

src/ptrace.cc:135:48: error: 'regs' has incomplete type

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyflame: Use SHA instead of tag in SRC_URI</title>
<updated>2018-08-24T16:31:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-24T16:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9b5562e9a21d9ac6f707548a4170f4b6b81da781'/>
<id>urn:sha1:9b5562e9a21d9ac6f707548a4170f4b6b81da781</id>
<content type='text'>
tags are floating and bitbake will ping the remote host
and this will fail in BB_NO_NETWORK cases

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andrew Jeffery &lt;andrew@aj.id.au&gt;
</content>
</entry>
<entry>
<title>python-pyflame: Limit support to just glibc based systems</title>
<updated>2018-08-24T16:25:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-24T16:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a855c5b528ecfa9b10bbde0b0bf9d16179fd9566'/>
<id>urn:sha1:a855c5b528ecfa9b10bbde0b0bf9d16179fd9566</id>
<content type='text'>
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 &lt;raj.khem@gmail.com&gt;
Cc: Andrew Jeffery &lt;andrew@aj.id.au&gt;
</content>
</entry>
<entry>
<title>meta-python: Add python-pyflame recipe</title>
<updated>2018-08-24T16:14:01+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@aj.id.au</email>
</author>
<published>2018-05-10T06:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6c9ac25d7bed8403859435cbc2010bd1b6dd89ba'/>
<id>urn:sha1:6c9ac25d7bed8403859435cbc2010bd1b6dd89ba</id>
<content type='text'>
Signed-off-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
