Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Maciej Borzęcki
On Fri, Sep 1, 2017 at 5:04 PM, Andrea Galbusera <giz...@gmail.com> wrote: > Hi Maciej, > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki <maciej.borze...@rndity.com> > wrote: >> >> On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera <giz...@gmail.com&

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-01 Thread Maciej Borzęcki
On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera wrote: > Hi! > > I was trying to share sstate between different hosts, but the consumer build > system seems to be unable to use re-use any sstate object. My scenario is > setup as follows: > > * The cache was populated by a

Re: [yocto] dd image to sdcard ?

2017-06-18 Thread Maciej Borzęcki
On Sun, Jun 18, 2017 at 9:17 PM, Burton, Ross wrote: > > On 18 June 2017 at 12:48, Riko Ho wrote: >> >> Which one of these files can be downloaded by "dd" directly to SDcard ? or >> how to write it to sdcard ? > > > The beaglebone BSP doesn't write

Re: [yocto] Python3 partial rootfs installation

2017-02-24 Thread Maciej Borzęcki
On Fri, Feb 24, 2017 at 9:50 AM, Jakob Simon-Gaarde wrote: > Hi. > > I want to use Python3 on yocto 2.2 so I added it as a dependency in my > project. Python3.5 was added to the final rootfs > but it is partial. Many of the standard libraries that are build during the > image

Re: [yocto] [wic] Fixed size partitions (--grow)

2017-02-14 Thread Maciej Borzęcki
On Tue, Feb 14, 2017 at 12:20 PM, Maciej Pijanowski wrote: > Hello, > > I have a question regarding wic. If this is not appropriate list to ask, > then > please point me to correct one. > > wic seems like a really simple and powerful tool. My intention was to create >

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Maciej Borzęcki
On Wed, Feb 8, 2017 at 1:02 PM, Robert P. J. Day <rpj...@crashcourse.ca> wrote: > On Wed, 8 Feb 2017, Maciej Borzęcki wrote: > >> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day <rpj...@crashcourse.ca> >> wrote: >> > >> > colleague asked me f

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-07 Thread Maciej Borzęcki
On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day wrote: > > colleague asked me for a list of OE/YP recipes for monitoring system > performance/resource utilization/profiling, i'm unaware of any single > list that tracks that sort of thing so i'll just ask what people are

Re: [yocto] Building on MacOS X

2017-01-12 Thread Maciej Borzęcki
On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera <giz...@gmail.com> wrote: > On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki > <maciej.borze...@rndity.com> wrote: >> >> On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling >> <timothy.t.orl...@linux.intel.com> w

Re: [yocto] Building on MacOS X

2017-01-12 Thread Maciej Borzęcki
On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki IIRC docker on mac relies on docker-machine, which in turn spins up a virtualbox VM. > > On Jan 12, 2017, at

Re: [yocto] arm-*-linux-gnueabi : unrecognized option -Wl, -soname

2016-09-06 Thread Maciej Borzęcki
On Tue, Sep 6, 2016 at 12:05 PM, Pietro wrote: > > > > "Daniel." writes: > >> I *guess* that it should be -Wl,-soname=libgpr.so.1 intead of >> -Wl,-soname,libgpr.so.1. Now from where this flags are comming is a >> good question.. > > No that is

Re: [yocto] Yocto and Google protobuffer

2016-09-02 Thread Maciej Borzęcki
On Fri, Sep 2, 2016 at 10:08 AM, Pietro <pulsarpie...@posteo.net> wrote: > Maciej Borzęcki > <maciej.borze...@rndity.com> writes: > >> On Thu, Sep 1, 2016 at 5:45 PM, Pietro <pulsarpie...@posteo.net> wrote: >>> Herman van Hazendonk <m...@herrie.or

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Maciej Borzęcki
On Thu, Sep 1, 2016 at 5:45 PM, Pietro wrote: > Herman van Hazendonk > writes: > >> If it takes the wrong version, it could be your layers aren't in the >> right order. That's the first thing to check. >> >> You might want to try to run bitbake with >>

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Maciej Borzęcki
On Thu, Sep 1, 2016 at 10:40 AM, Pietro <pulsarpie...@posteo.net> wrote: > Maciej Borzęcki > <maciej.borze...@rndity.com> writes: > >> On Wed, Aug 31, 2016 at 6:44 PM, Pietro <pulsarpie...@posteo.net> wrote: >>> Hi all, >>> >>> I am new

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Maciej Borzęcki
On Wed, Aug 31, 2016 at 6:44 PM, Pietro wrote: > Hi all, > > I am new to the Yocto building system and I could be talking nonsense. I > used to work with buildroot time ago and I remember there is an area > where compiled software/packages/tools previously built are

Re: [yocto] Layer priorities & package selection

2016-08-04 Thread Maciej Borzęcki
On Thu, Aug 4, 2016 at 9:28 AM, Gujulan Elango, Hari Prasath (H.) wrote: > > Hello all, > > > We are having two yocto layers in our project. One is SoC specific layer and > the other is the meta-ivi. Now we have two packages provided by both these > layers. wayland_1.9.0 &