]> code.ossystems Code Review - openembedded-core.git/commit
mesa.inc: allow the user to choose the build type
authorTrevor Woerner <twoerner@gmail.com>
Wed, 11 Dec 2019 17:23:34 +0000 (12:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Dec 2019 23:22:03 +0000 (23:22 +0000)
commit6a6b775d69aa59102e1f6a68c88276be6d54a8e6
tree17a4a876934e8d3d92e7517019603e20836dfa23
parent5b12211ef7856bedafd356f6b7a03add46eca6c7
mesa.inc: allow the user to choose the build type

Upstream mesa can either be built as a debug release (the default) or a
production release. This patch allows the user to choose which one they
want by setting MESA_BUILD_TYPE to either 'production' or 'debug' as
they see fit. Under OpenEmbedded a production build will be performed by
default.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc