Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Bruce Ashfield
On Wed, Aug 28, 2019 at 8:27 PM Bruce Ashfield wrote: > > On Wed, Aug 28, 2019 at 8:24 PM Bruce Ashfield > wrote: > > > > On Wed, Aug 28, 2019 at 8:18 PM Mittal, Anuj wrote: > > > > > > On Wed, 2019-08-28 at 20:13 -0400, Bruce Ashfield wrote: > > > > > On Wed, Aug 28, 2019 at 8:01 PM Mittal, An

Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Bruce Ashfield
On Wed, Aug 28, 2019 at 8:24 PM Bruce Ashfield wrote: > > On Wed, Aug 28, 2019 at 8:18 PM Mittal, Anuj wrote: > > > > On Wed, 2019-08-28 at 20:13 -0400, Bruce Ashfield wrote: > > > > On Wed, Aug 28, 2019 at 8:01 PM Mittal, Anuj > > > wrote: > > > This is causing failure for 5.0 kernels probably

Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Bruce Ashfield
On Wed, Aug 28, 2019 at 8:18 PM Mittal, Anuj wrote: > > On Wed, 2019-08-28 at 20:13 -0400, Bruce Ashfield wrote: > > > On Wed, Aug 28, 2019 at 8:01 PM Mittal, Anuj > > wrote: > > This is causing failure for 5.0 kernels probably because the attr.py > > > python -> python3 changes are not there ...

Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Mittal, Anuj
On Wed, 2019-08-28 at 20:13 -0400, Bruce Ashfield wrote: > > On Wed, Aug 28, 2019 at 8:01 PM Mittal, Anuj > wrote: > This is causing failure for 5.0 kernels probably because the attr.py > > python -> python3 changes are not there ... > > > > ERROR: perf-1.0-r9 do_package_qa: QA Issue: /usr/libexe

Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Bruce Ashfield
On Wed, Aug 28, 2019 at 8:01 PM Mittal, Anuj wrote: > > This is causing failure for 5.0 kernels probably because the attr.py > python -> python3 changes are not there ... > > ERROR: perf-1.0-r9 do_package_qa: QA Issue: /usr/libexec/perf- > core/tests/attr.py contained in package perf-tests require

Re: [OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread Mittal, Anuj
This is causing failure for 5.0 kernels probably because the attr.py python -> python3 changes are not there ... ERROR: perf-1.0-r9 do_package_qa: QA Issue: /usr/libexec/perf- core/tests/attr.py contained in package perf-tests requires /usr/bin/python, but no providers found in RDEPENDS_perf-test

[OE-core] [PATCH 5/8] perf: change dependencies on python to python3

2019-08-28 Thread bruce . ashfield
From: Bruce Ashfield The upstream kernel can now handle python3 for the perf scripts, coupled with the impending EOL of python2, we switch the dependencies in perf (scripting) to python3. Outside of dependency changes, we also pass the following two variables to the perf build: PYTHON=python3 PY