Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Tim Orling
On Mac and Windows you need a samba volume. See: https://github.com/crops/docker-win-mac-docs/wiki On Wed, Jul 18, 2018 at 11:44 AM Darcy Watkins wrote: > Hi Will, > > > > I managed to get a docker Yocto build under Linux working, but using a > simplified volume mounting scheme. I ran into an

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Darcy Watkins
Hi Will, I managed to get a docker Yocto build under Linux working, but using a simplified volume mounting scheme. I ran into an issue building with CentOS 7.5 so I used CentOS 7.4 in a container (since the build used to always work before the CentOS update). I haven’t gotten back to trying i

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Frazer, Will
Hi Darcy, Don’t suppose you solved this? I have a yocto 2.3 build that works OK in a virtual machine but seems to throw a v.similar error to what you have reported below. Similarly I have various mounts outside of the container to inject pre-build components & pick up build artifacts. Thanks,