Re: [yocto] Yocto git server via http and mirror tarballs

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Maybe try to prepend PREMIRRORS , then possibly everytime it will use HTTP/HTTPS protocol instead git (because it will be the very first match). http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-PREMIRRORS Kind regards, Bartosz Woronicz Engineer, Software Configuration

[yocto] Additional layers with class and conf

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
I got two layers, meta-x and meta-y , meta-x got meta-y in bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .= ":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing INHERIT += "my" when I ran bitbake -e my-image, the INHERIT doesn't seem to contain "my" When I put

[yocto] Valgrind and sstate-cache

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Hi everyone, I have following issue. My sstate-cache is on the different machine and I run the -c memcheck (configured to valgrind) task on some recipe. The reports are not complete, because the embedded paths to source code are missing. What to do in that case? Is running "bitbake

Re: [yocto] [PULL] fixes in Dependency Explorer

2016-06-10 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: -- Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks

[yocto] [PULL] fixes in Dependency Explorer

2016-06-07 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
-- Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw >From 11f4a3e137e2eda76c8dce44c053d0db68d6b208 Mon Sep 17 00:00:00 2001 From: Bartosz Wieslaw Woronicz Date: Tue, 7 Jun 2016 17:08:16 +0200 Subject: [PATCH 1/2]

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw On 06.05.2016 15:55, EXT Khem Raj wrote: On May 6, 2016, at 1:43 AM, Chris Z. > wrote: Hi, Any tips ? you need to insert your

[yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Any ideas why I cannot build native valgrind ? http://pastebin.com/e2h6AWxN "Missing or unbuildable dependency chain was: ['valgrind-native', 'glibc-dbg-native']" Also tried bitbake glibc-dbg . nothing provides that, but it is required in recipe -- Kind regards, Bartosz Woronicz Engineer,

Re: [yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
PL/Wroclaw On 11.02.2016 11:57, EXT Burton, Ross wrote: Hi, On 11 February 2016 at 10:44, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: Any ideas why I cannot build native valgrind ? http://pastebin.com

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-10 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 09.02.2016 14:56, EXT Burton, Ross wrote: On 9 February 2016 at 13:51, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: Here is the whole bbclass/: / DESCRIPTION = "Creates symlink to the lates

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-09 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 08.02.2016 14:44, EXT Maciek Borzecki wrote: On pon, 2016-02-08 at 14:20 +0100, Woronicz, Bartosz ( NSN - PL/Wroclaw) wrote: The problem is, it doesn't doit delirebately, when I run bitbake -f -c latest_link myrecipe , it works when the process is in the tasks batch running bitbake

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-09 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#variable-flags Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw On 09.02.2016 10:10, EXT Burton, Ross wrote: On 9 February 2016 at 08:37, Woronicz, Bartosz ( NSN - PL/Wroclaw) <

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-08 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 04.02.2016 12:07, EXT Woronicz, Bartosz ( NSN - PL/Wroclaw) wrote: Whoa, That's great! However I modified it, so the link will be relative The problem is that it works until you have sstate cache empty, because after that it doesn't fetch and unpack when already have it in do_latest_link

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-04 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
aciek Borzecki wrote: On śro, 2016-02-03 at 11:13 +0100, Woronicz, Bartosz ( NSN - PL/Wroclaw) wrote: Let's say I have my package at host-64/tmp/work/x86_64-poky-linux/mypackage/1.2.3-r4/ I would like to have symlink created host-64/tmp/work/x86_64-poky-linux/mypackage/latest -&g

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-04 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
I will check that out, thanks! Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) NSN - PL/Wroclaw On 03.02.2016 16:40, EXT Burton, Ross wrote: On 3 February 2016 at 14:16, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nok

[yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-03 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Let's say I have my package at host-64/tmp/work/x86_64-poky-linux/mypackage/1.2.3-r4/ I would like to have symlink created host-64/tmp/work/x86_64-poky-linux/mypackage/latest -> 1.2.3-r4/ each time the new version is fetched and unpacked. How can I achieve that ? Which class, task

Re: [yocto] Where should I append Yocto bitbake task to create work folder symlink ?

2016-02-03 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
On 03.02.2016 11:28, EXT Burton, Ross wrote: On 3 February 2016 at 10:13, Woronicz, Bartosz ( NSN - PL/Wroclaw) <bartosz.woron...@nokia.com <mailto:bartosz.woron...@nokia.com>> wrote: Let's say I have my package at host-64/tmp/work/x86_64-poky-linux/mypackage/1.2.3-r4/