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
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
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
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
> 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
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
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.