[oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
RenderDoc is a MIT licensed stand-alone multi-platform graphics debugger that allows easy frame by frame capture and detailed introspection of any applications using Vulkan, OpenGL, OpenGL ES, and others. Signed-off-by: Adrian Ratiu --- ...d-instead-of-cross-compiling-shim-bi.patch | 57

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Details/272045/ On Thu, Sep 26, 2019 at 1:02 AM Adrian Ratiu wrote: > > RenderDoc is a MIT licensed stand-alone multi-platform graphics > debugger that allows easy frame by frame capture and detailed > introspection of any applications using Vulkan, OpenGL,

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
Hello, On Thu, 26 Sep 2019, Khem Raj wrote: https://errors.yoctoproject.org/Errors/Details/272045/ Is using COMPATIBLE_MACHINE to stop the recipe from being built on mips an acceptable solution? Something like: COMPATIBLE_MACHINE_mipsarch = "(^$)" On Thu, Sep 26, 2019 at 1:02 AM Adrian

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Khem Raj
On Thu, Sep 26, 2019 at 8:10 AM Adrian Ratiu wrote: > > Hello, > > On Thu, 26 Sep 2019, Khem Raj wrote: > > https://errors.yoctoproject.org/Errors/Details/272045/ > > Is using COMPATIBLE_MACHINE to stop the recipe from being built on > mips an acceptable solution? Something like: > > COMPATIBLE_M

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
On Thu, 26 Sep 2019, Khem Raj wrote: On Thu, Sep 26, 2019 at 8:10 AM Adrian Ratiu wrote: Hello, On Thu, 26 Sep 2019, Khem Raj wrote: > https://errors.yoctoproject.org/Errors/Details/272045/ Is using COMPATIBLE_MACHINE to stop the recipe from being built on mips an acceptable solution?