]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 14:50:10 +0000 (14:50 +0000)
commit3835f04fc35228178fdac5d4f7c8a72b9568c330
tree017146c7cfab02eaa626cafdc94a072a07871102
parentc09a6bd8e26ed1e1bbfdf8e711cd3ed1e58ceaee
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.

(From OE-Core rev: ce0acee244cdae287fa0d3b048d371627a69a030)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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]