Re: [OE-core] [PATCHv2 3/6] vulkan-demos: Add recipe

2017-07-07 Thread Burton, Ross
On 7 July 2017 at 15:37, Burton, Ross wrote: > vulkan-demos doesn't seem to like musl: > No, it's not just musl. http://errors.yoctoproject.org/Errors/Latest/?filter=567c4c106e39202990a822c053a0265ebc8f459b&type=commit They're all qemux86? Ross --

Re: [OE-core] [PATCHv2 3/6] vulkan-demos: Add recipe

2017-07-07 Thread Burton, Ross
vulkan-demos doesn't seem to like musl: git/external/glm/glm/detail/../detail/func_common.inl:193:51: error: wrong number of template arguments (5, should be 6) struct compute_sign ^ http://errors.yoctoproject.org/Errors/Details/146971/ Ross --

[OE-core] [PATCHv2 3/6] vulkan-demos: Add recipe

2017-07-06 Thread Jussi Kukkonen
Sascha Willems collection of Vulkan demos is useful as a smoke testing tool. Add patch to install binaries and data. Use a combination of patch and do_install_append to avoid some 3D models with unclear licensing. Signed-off-by: Jussi Kukkonen --- ...ild-demos-with-questionably-licensed-data.pa