Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-10 Thread Richard Purdie
On Wed, 2022-02-09 at 12:02 +0100, yoctoproj...@neumann-web.eu wrote: > Hello Vyacheslav and Richard, > > thank you both for your feedback, > > On Mon, 2022-02-08 at 10:44, Vyacheslav Yurkov wrote: > > Any reason you set SDK to be read-only? Perhaps your use case can be covered > > by extensible

Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-09 Thread Tobias Neumann
Hello Vyacheslav and Richard, thank you both for your feedback, On Mon, 2022-02-08 at 10:44, Vyacheslav Yurkov wrote: > Any reason you set SDK to be read-only? Perhaps your use case can be covered > by extensible SDK? I mean if you have some shared libraries between project, > isn't that enough t

Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-08 Thread Richard Purdie
On Mon, 2022-02-07 at 16:30 +0100, yoctoproj...@neumann-web.eu wrote: > > thank you for your reply and please excuse that I didn't clarify my intent > correctly in my first mail. Your assumption, that I meant the cmake of the SDK > is correct. And your assumption regarding that the install path is

Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-08 Thread Vyacheslav Yurkov
On 07.02.2022 16:30, Tobias Neumann wrote: Because a SDK is specific for a hardware platform, but not for a project using that hardware platform, it is readonly and can be used for all projects with this hardware. This however requires that the compiled libraries generated with this SDK during t

Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-07 Thread Tobias Neumann
> Richard Purdie hat am 03.02.2022 14:07 > geschrieben: > > Hi, > > On Fri, 2022-01-28 at 13:22 +0100, Tobias Neumann wrote: > > regarding my bug report > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14703 I was > > forwarded to here to discuss requirements for a proper fix. > > > > In

Re: [OE-core] [RFC] support for multi project toolchain-cmake

2022-02-03 Thread Richard Purdie
Hi, On Fri, 2022-01-28 at 13:22 +0100, Tobias Neumann wrote: > regarding my bug report > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14703 I was > forwarded to here to discuss requirements for a proper fix. > > In the report, I already mentioned a non-generic workaround for that. > By exten

[OE-core] [RFC] support for multi project toolchain-cmake

2022-01-28 Thread Tobias Neumann
Hello everybody, regarding my bug report https://bugzilla.yoctoproject.org/show_bug.cgi?id=14703 I was forwarded to here to discuss requirements for a proper fix. In the report, I already mentioned a non-generic workaround for that. By extending the CMAKE_FIND_ROOT_PATH with CMAKE_INSTALL_PREFIX.