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-12 Thread Khem Raj
e: https://github.com/ARM-software/meta-mali > > --Hernan > > > > > -Original Message- > > From: Khem Raj [mailto:raj.k...@gmail.com] > > Sent: Wednesday, October 11, 2017 7:01 PM > > To: Gutierrez, Hernan Ildefonso (Boise R&D, FW) > > > >

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

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

2017-10-11 Thread Khem Raj
On Wed, Oct 11, 2017 at 3:15 PM, Gutierrez, Hernan Ildefonso (Boise R&D, FW) wrote: > 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 recip

[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