]> code.ossystems Code Review - meta-freescale.git/commit
mesa: switch mesa to swrast renderer for mx8mm machine, resolve build issue
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 23 Aug 2019 09:31:14 +0000 (09:31 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Aug 2019 12:21:10 +0000 (09:21 -0300)
commit9a2210d9ec707531436dc4b56ce655c0bf50a8a8
tree37b9922fa93e7313a329288fc696dd79180ff12c
parentc1b7cfa9931ebd6373a9a24145a6eb34381895a4
mesa: switch mesa to swrast renderer for mx8mm machine, resolve build issue

After mesa update to 19.1.0, the OSMesa is not anymore explicitly set to
'classic' rather than defaults to 'none'. If the DRI driver is included
in the build and neither gl nor 'classic' osmesa is used - this causes
the build to fail.

This commit disables the gallium for mx8mm, sets the dri drivers to
swrast and explicitly defines the 'classic' osmesa to be built.

gallium is disabled since current support state of i.MX8M Mini GPU in
gallium is unknown.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-graphics/mesa/mesa_%.bbappend