Re: [yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-13 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
e- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, October 12, 2017 9:51 PM > To: Gutierrez, Hernan Ildefonso (Boise R&D, FW) > > Cc: yocto > Subject: Re: [yocto] How to use two recipes to satisfy different PROVIDES -- > gpu support > > On Th

Re: [yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-11 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
Hernan Ildefonso (Boise R&D, FW) > > Cc: yocto > Subject: Re: [yocto] How to use two recipes to satisfy different PROVIDES -- > gpu support > > On Wed, Oct 11, 2017 at 3:15 PM, Gutierrez, Hernan Ildefonso (Boise R&D, > FW) wrote: > > Hi, > > > > We

[yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-11 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
Hi, We have a GPU in our system. We created a recipe to satisfy all the dependencies for core-image-weston (virtual/egl, virtual/libgl, etc.), except virtual/mesa, which is not provided by our GPU recipe. When one builds core-image-weston, the image requires mesa to build as well. Our approach

[yocto] Framework to implement mirroring in Yocto

2017-10-06 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
Hi, We are planning to implement a mirror for both source code downloaded and sscache in our work environment. We are planning to use Nexus and Nuget to allow storage and versioning control. We don't know if these are the right tools. Since we are about to embark in this project, before starti

Re: [yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-11 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
I can directly pass kernel/rootfs generated by yocto and Qemu can boot as when one runs runqemu under yocto. --Hernan From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gutierrez, Hernan Ildefonso (Boise R&D, FW) Sent: Wednesday, September 06, 20

[yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-06 Thread Gutierrez, Hernan Ildefonso (Boise R&D, FW)
Hi, As the subject states, I am looking to see if Yocto can build a qemu image to run under MS windows. I have used the standard qemuarm/qemuarm64 MACHINES as defined in default recipes to run under linux, but I wonder if there is a recipe to build qemu which I can deploy to MS windows boxes.