Re: [yocto] Building on MacOS X

2017-01-16 Thread Brian Avery
Hi, A couple of comments even though I'm coming late to the discussion. So, from what I've understood from the above, the main issue with the docker approach to building a yocto/oe image on the mac is that it was much slower... Here's some numbers that don’t quite agree with that assertion: I

Re: [yocto] Building on MacOS X

2017-01-16 Thread Burton, Ross
On 14 January 2017 at 19:45, Roger Smith wrote: > Is Building Yocto project on a POSIX system, a desire for the Yocto > project? It would allow support on all bsd UNIX’s including macOS > Making OE itself work isn't rocket science - fix a few Linuxisms in bitbake, port

Re: [yocto] Building on MacOS X

2017-01-14 Thread Tim Orling
t.). It’s probably only a matter of time >> until Apple prevents that from working, too, though, e.g. by making some >> standard system tools signed binaries that no longer load preloaded >> libraries. >> >> > > > This topic could have been clarified be

Re: [yocto] Building on MacOS X

2017-01-14 Thread Roger Smith
preloaded libraries. > > This topic could have been clarified better, since there are multiple ways to “build” Yocto Project in MacOS X, Is Building Yocto project on a POSIX system, a desire for the Yocto project? It would allow support on all bsd UNIX’s including macOS There are m

Re: [yocto] Building on MacOS X

2017-01-13 Thread Clemens Lang
Hi, > On 12 Jan 2017, at 23:59, Mark Hatle wrote: > > As far as I know pseudo and the security introduced in 10.11 that affect > preloading is likely the biggest technical problem... everything else is just > "it's not Linux”. With System Integrity Protection

Re: [yocto] Building on MacOS X

2017-01-12 Thread Mark Hatle
On 1/12/17 11:41 AM, Roger Smith wrote: > I have Parallels (running on El Capitan the one before Sierra) and ubuntu 14 > running my current build environment on a MacBook Pro, but boy is the build > slow… I also worked at Apple for 19 years on drivers inside MacOS X/iOS, so I > am > more than

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 8:50 AM, Andrea Galbusera wrote: > > On Thu, Jan 12, 2017 at 5:21 PM, Belisko Marek > wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling >

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 10:43 AM, Maciej Borzęcki > wrote: > > On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera > wrote: >> On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki >> wrote: >>> >>>

Re: [yocto] Building on MacOS X

2017-01-12 Thread Maciej Borzęcki
On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera wrote: > On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki > wrote: >> >> On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling >> wrote: >> > You can also build using Docker

Re: [yocto] Building on MacOS X

2017-01-12 Thread Andrea Galbusera
On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki wrote: > 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

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 17:55, Maciej Borzęcki wrote: > IIRC docker on mac relies on docker-machine, which in turn spins up a > virtualbox VM. > That's the old Docker (Docker Toolbox), the new Docker (Docker for Mac) uses the built-in hypervisor so basically works

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] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 17:41, Roger Smith wrote: > As I mentioned, I tried to simply source the oe-init-build-env, and got an > error that the readlink command that yocto is using is incompatible with > the bsd version of readlink built into os x. > Yes, we assume GNU

Re: [yocto] Building on MacOS X

2017-01-12 Thread Roger Smith
I have Parallels (running on El Capitan the one before Sierra) and ubuntu 14 running my current build environment on a MacBook Pro, but boy is the build slow… I also worked at Apple for 19 years on drivers inside MacOS X/iOS, so I am more than motivated to have this working natively rather

Re: [yocto] Building on MacOS X

2017-01-12 Thread Andrea Galbusera
On Thu, Jan 12, 2017 at 5:21 PM, Belisko Marek wrote: > 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 > Well the re is other

Re: [yocto] Building on MacOS X

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 8:21 AM, Belisko Marek wrote: > 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 > Well the re is other

Re: [yocto] Building on MacOS X

2017-01-12 Thread Belisko Marek
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 Well the re is other limitation about slow filesystem access from docker on osx. There is workaround to use nfs

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
You can also build using Docker containers: https://github.com/crops/docker-win-mac-docs/wiki > On Jan 12, 2017, at 7:34 AM, Burton, Ross wrote: > > > On 12 January 2017 at 15:14, Roger Smith

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 15:39, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki > Yes, this is the link I was failing to find, thanks Tim. This is basically the official way of using OE on

Re: [yocto] Building on MacOS X

2017-01-12 Thread Mark Hatle
On 1/12/17 9:14 AM, Roger Smith wrote: > Is there any documentation for running the Yocto build system on Mac OS X or > macOS as Apple now calls it? I am working with the Intel Aero board. Before I > go > down the rabbit hole of fixing issues like this one (and I am using the bash > shell), I’d

Re: [yocto] Building on MacOS X

2017-01-12 Thread Burton, Ross
On 12 January 2017 at 15:14, Roger Smith wrote: > Is there any documentation for running the Yocto build system on Mac OS X > or macOS as Apple now calls it? I am working with the Intel Aero board. > Before I go down the rabbit hole of fixing issues like this one (and I

[yocto] Building on MacOS X

2017-01-12 Thread Roger Smith
Is there any documentation for running the Yocto build system on Mac OS X or macOS as Apple now calls it? I am working with the Intel Aero board. Before I go down the rabbit hole of fixing issues like this one (and I am using the bash shell), I’d like to know if anyone has build it on os x