Re: [yocto] Network Isolation and CMake FetchContent

2023-03-24 Thread Ross Burton
> On 22 Mar 2023, at 16:58, Rudolf J Streif via lists.yoctoproject.org > wrote: > > I have a vendor project which uses CMake FetchContent. > > It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in > the cmake class. However, that does not fix the issue since network

Re: [yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Rudolf J Streif
On 3/22/23 10:56, Jose Quaresma wrote: Hi Rudolf, Rudolf J Streif escreveu no dia quarta, 22/03/2023 à(s) 16:58: I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However, that

Re: [yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Jose Quaresma
Hi Rudolf, Rudolf J Streif escreveu no dia quarta, 22/03/2023 à(s) 16:58: > I have a vendor project which uses CMake FetchContent. > > It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set > in the cmake class. However, that does not fix the issue since network > isolation

[yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Rudolf J Streif
I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However, that does not fix the issue since network isolation prevents the CMake from downloading the content. I have not found a way to override