[OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

Richard Purdie richard.purdie at linuxfoundation.org
Wed Feb 20 15:21:53 UTC 2019


On Wed, 2019-02-20 at 15:47 +0100, Alexander Kanavin wrote:
> On Wed, 20 Feb 2019 at 13:16, Fabio Berton
> <fabio.berton at ossystems.com.br> wrote:
> > -DRIDRIVERS = "swrast"
> > -DRIDRIVERS_append_x86_class-target =
> > ",radeon,r200,nouveau,i965,i915"
> > -DRIDRIVERS_append_x86-64_class-target =
> > ",radeon,r200,nouveau,i965,i915"
> > +DRIDRIVERS_class-native = "swrast"
> > +DRIDRIVERS_class-nativesdk = "swrast"
> > +DRIDRIVERS_append_x86_class-target =
> > ",r100,r200,nouveau,i965,i915"
> > +DRIDRIVERS_append_x86-64_class-target =
> > ",r100,r200,nouveau,i965,i915"
> 
> This produces:
> > configure: error: classic DRI driver 'r100' does not exist
> 
> radeon has been renamed to r100 in meson builds, until then it should
> be still 'radeon'.

Its getting a bit frustrating/tedious to kill all the builds and drop
the mesa patches again :(

Cheers,

Richard



More information about the Openembedded-core mailing list