Re: Building vulkan-samples
Alexander Kanavin
vulkan-samples recipe is simply using the standard cmake installation
toggle quoted message
Show quoted text
routine from cmake.bbclass, so all questions should be aimed to upstream. And upstream doesn't want you to run installation at all, it wants you to execute the samples directly from the build tree. You may want to check CMakeLists.txt to really understand what happens. The path should be ${B}/app/bin/${HOST_ARCH}, it will be substituted to actual values by bitbake when parsing the recipe, not by shell when running the task. Alex On Fri, 23 Sept 2022 at 19:24, Edgar Mobile <heideggm@...> wrote:
|
|