]> code.ossystems Code Review - openembedded-core.git/commit
vulkan: Add recipe for Vulkan common loader
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Wed, 8 Mar 2017 13:21:52 +0000 (15:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2017 10:15:44 +0000 (10:15 +0000)
commitce0acee244cdae287fa0d3b048d371627a69a030
tree20d599659284fc1dacdc14ac205058dad102bf51
parent33c8918d41dda8218fd28d667182d71029ab22d5
vulkan: Add recipe for Vulkan common loader

Add a recipe for vulkan loader library and the vulkaninfo binary.

Vulkan can be built to support X11 or wayland or both. There is
currently no support for building tests, validation layers or even
the demos as that would require a bunch of otherwise unnecessary
dependencies.

Fix the build on musl by defaulting to getenv() if secure_getenv()
is not available.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/vulkan/vulkan/0001-Use-getenv-if-secure_getenv-does-not-exist.patch [new file with mode: 0644]
meta/recipes-graphics/vulkan/vulkan/demos-Don-t-build-tri-or-cube.patch [new file with mode: 0644]
meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb [new file with mode: 0644]