[yocto] Section 5.10.6, current YP reference manual, "default working directory"

2017-02-22 Thread Robert P. J. Day
just noticed this in ref manual: "${B} is no longer the default working directory for tasks. Consequently, any custom tasks you define now need to either have the [dirs] flag set, or the task needs to change into the appropriate working directory manually (e.g using cd for a shell task)."

Re: [yocto] Section 5.10.6, current YP reference manual, "default working directory"

2017-02-22 Thread Burton, Ross
On 22 February 2017 at 11:58, Robert P. J. Day wrote: > so, *technically*, that claim in the ref manual is not wholly true; > there are still a small number of tasks that use that default > directory. is that a distinction worth making in the reference manual? > The point was that tasks used to

Re: [yocto] Section 5.10.6, current YP reference manual, "default working directory"

2017-02-22 Thread Robert P. J. Day
On Wed, 22 Feb 2017, Burton, Ross wrote: > > On 22 February 2017 at 11:58, Robert P. J. Day wrote: > so, *technically*, that claim in the ref manual is not wholly true; > there are still a small number of tasks that use that default > directory. is that a distinction worth makin

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-22 Thread Eddie Cai
Hi Trevor Here is mine Build Configuration: BB_VERSION= "1.32.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "firefly-rk3288" DISTRO= "poky" DISTRO_VERSION= "2.2.1" TUNE_FEATURES =

Re: [yocto] task is executed even when sstate-cache md5 matches

2017-02-22 Thread Richard Purdie
On Tue, 2017-02-21 at 06:30 +, Pepe Perez wrote: > I have following siginfo packages: > > Generated in my build sstate-cache > build/sstate-cache/be/sstate:proc- > fifo::1.0.3:r1::3:be9c419f0caa05042d43c03d576d2e15_fetch.tgz.siginfo > > Previously existing in my build SSTATE_MIRRORS: > /centr

Re: [yocto] [meta-cgl][PATCH 2/3] openais: change SRC_URI http to fix error

2017-02-22 Thread Adrian Dudau
On sön, 2017-02-19 at 19:51 -0800, akuster808 wrote: > ping. > > is there an issue with this patch ? > > - armin Hi Armin, There is nothing wrong with your patches, just that I've been on vacation the past weeks and now I was trying to get meta-cgl to build again on master before merging them. 

Re: [yocto] task is executed even when sstate-cache md5 matches

2017-02-22 Thread Burton, Ross
On 22 February 2017 at 16:50, Pepe Perez wrote: > This is important for me because I'm working in a project in which > do_fetch should not be executed, but always resolved with the sstate > do_fetch can't be resolved by sstate. If fetch needs to execute, it will download it from a source mirror

[yocto] [qa-tools][PATCH 1/3] testopia_update/product: Fix regex to match test case id

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza Add space to the regex to match all the digits of the test case id Signed-off-by: Jose Perez Carranza --- testopia_update/product/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testopia_update/product/__init__.py b/testopia_update/pro

[yocto] [qa-tools][PATCH 3/3] testopia_update: Fix options verification for config and params

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza A function was created to handle the load of options separately for configuration and parameters Signed-off-by: Anibal Limon Signed-off-by: Jose Perez Carranza --- testopia_update.py | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) d

[yocto] [qa-tools][PATCH 2/3] testopia_update: Add suppor for Testopia products

2017-02-22 Thread jose . perez . carranza
From: Jose Perez Carranza Add a list of supported products currently available on Testopia Signed-off-by: Jose Perez Carranza --- testopia_update/product/__init__.py| 22 ++ testopia_update/product/adt.py | 4 testopia_update/product/bitbake.py

[yocto] Trying to build: DEFAULTTUNE = "armcortexa5hf-neon"

2017-02-22 Thread Peter Spierenburg
I am trying to build yocto for the ADSP-SC589 chip which includes an ARM. I believe that the correct directive is: DEFAULTTUNE = "armcortexa5hf-neon" I started by trying to add the directive to the local.conf file, but I got this result: Tuning 'armcortexa5hf-neon' has no defined featur