Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-21 Thread Khem Raj
On 2/21/20 2:23 PM, Bruce Ashfield wrote: On Fri, Feb 21, 2020 at 5:16 PM Khem Raj wrote: On 2/21/20 1:43 PM, Joshua Watt wrote: On Thu, Feb 13, 2020 at 9:58 PM wrote: From: He Zhe To make the native python3 is always used, - Use sed one-liner instead - Add substitution for

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-21 Thread Bruce Ashfield
On Fri, Feb 21, 2020 at 5:16 PM Khem Raj wrote: > > > > On 2/21/20 1:43 PM, Joshua Watt wrote: > > On Thu, Feb 13, 2020 at 9:58 PM wrote: > >> > >> From: He Zhe > >> > >> To make the native python3 is always used, > >> > >> - Use sed one-liner instead > >> - Add substitution for

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-21 Thread Khem Raj
On 2/21/20 1:43 PM, Joshua Watt wrote: On Thu, Feb 13, 2020 at 9:58 PM wrote: From: He Zhe To make the native python3 is always used, - Use sed one-liner instead - Add substitution for ${S}/scripts/bpf_helpers_doc.py to fix the following warning. File

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-21 Thread Joshua Watt
On Thu, Feb 13, 2020 at 9:58 PM wrote: > > From: He Zhe > > To make the native python3 is always used, > > - Use sed one-liner instead > - Add substitution for ${S}/scripts/bpf_helpers_doc.py to fix the > following warning. > > File "/usr/lib/python3.6/sysconfig.py", line 421, in _init_posix >

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-14 Thread Richard Purdie
On Fri, 2020-02-14 at 08:18 -0500, Bruce Ashfield wrote: > On Thu, Feb 13, 2020 at 10:58 PM wrote: > > From: He Zhe > > > > To make the native python3 is always used, > > > > - Use sed one-liner instead > > - Add substitution for ${S}/scripts/bpf_helpers_doc.py to fix the > > following

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-14 Thread Bruce Ashfield
On Thu, Feb 13, 2020 at 10:58 PM wrote: > > From: He Zhe > > To make the native python3 is always used, > > - Use sed one-liner instead > - Add substitution for ${S}/scripts/bpf_helpers_doc.py to fix the > following warning. > > File "/usr/lib/python3.6/sysconfig.py", line 421, in _init_posix

Re: [OE-core] [PATCH v3] perf: Correct the substitution of python shebangs

2020-02-13 Thread Chen, Qi
TA From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of zhe...@windriver.com [zhe...@windriver.com] Sent: Friday, February 14, 2020 11:57 AM To: openembedded-core@lists.openembedded.org