[yocto] SOLVED RE: Recipe changes to pull/fetch the source code from local instead of a remote server.

2017-05-04 Thread Aravindhlal G . S . S
Alex, I went through all the variables and found that it is fetching the source code from the remote server. Thanks for your help, appreciate it. Best -Aravindh -Original Message- From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] Sent: 03 May 2017 14:17 To: Aravindhlal

Re: [yocto] [meta-raspberrypi] Building rpi-test-image for Pi3 64 bit

2017-05-04 Thread Andrea Galbusera
Il 03 mag 2017 6:19 PM, "Luca Carlon" ha scritto: What I'd like to be able to do is setup is a 64bit system including the libraries from the userland repo: https://github.com/raspberrypi/userland. I suspect vc4graphic is something different, isn't it? But maybe you're right and those libs will ne

[yocto] [qa-tools][PATCH] Full-test-cycle-wrapper: Add missing environments

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza Add missing environments for CROPS and BSP components Signed-off-by: Jose Perez Carranza --- scripts/full-test-cycle-wrapper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle-wrap

[yocto] [patchwork][PATCH v5] models.py: Improve Series naming when no cover letter is provided

2017-05-04 Thread Jose Lamego
The number/order prefix from a patch Subject line is inapropriately included when naming a Series where a cover letter is not provided and an additional prefix is present at the Subject. This change improves the substitution regex to omit the number/order prefix but include any other prefix that m

[yocto] [qa-tools][PATCH] external/testopia: Correct 'testrun_list' function

2017-05-04 Thread jose . perez . carranza
From: Jose Perez Carranza Correct function “testrun_list” to retrieve a list of of TestRun dictionaries instead of TestCase dictionaries. Signed-off-by: Jose Perez Carranza --- external/testopia.py | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff

[yocto] zombie Cookers with taskexp??

2017-05-04 Thread Mills, William
Hello, This is just a heads up. Last week I was using master branch of oe-core & bitbake and trying various things. I was alternating between running bitbake for building and running taskexp UI. I was not [intentionally] running a memory resident bitbake. Taskexp may do that under the covers

[yocto] Pre-compiling Python Byte Code

2017-05-04 Thread Chris Trobridge
To improve startup speed I have decided to pre-compile python3 byte code in my bb recipe. This is done semi automatically with the rpm build for Fedora but I've not found anything similar for Yocto. I initially tried to use compileall: python3 -m compileall ${D}/opt/test_app/python This al