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)."
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
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
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 =
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
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.
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
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
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
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
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
11 matches
Mail list logo