Re: [yocto] SDK build generally broken?

2023-08-29 Thread David Daniel
Ok, after some more reading the docs it turned out I was out of date. Searching the internet on how to build the CMake addition to the SDK one finds (a lot): TOOLCHAIN_HOST_TASK += "nativesdk-cmake" This is the old syntax that does not work anymore. It has to be written with the following

Re: [yocto] SDK build generally broken?

2023-08-23 Thread David Daniel
Thanks a lot for your answers and your time! It turned out that the only problem was the following: TOOLCHAIN_HOST_TASK += "nativesdk-cmake" When I remove this, I still get the CMake Toolchain file but the error is gone. I must have missed something, it seems this is done by default. At least

Re: [yocto] SDK build generally broken?

2023-08-22 Thread Richard Purdie
On Tue, 2023-08-22 at 06:58 +, David Daniel wrote: > Thanks for your reply! I cannot think of how I could mix the two but I > checked out 4.2.2, added my machine, sourced oe-init-build-env and > started the build. So the bitbake I use comes from the poky repository > and the checkout I use. >

Re: [yocto] SDK build generally broken?

2023-08-21 Thread Richard Purdie
On Mon, 2023-08-21 at 12:49 +, David Daniel wrote: > Hello everybody > > Has anyone successfully built an SDK lately? I cannot build any SDK, > neither for my image nor for core-image-minimal. > > If I define my own image I get the error (I already wrote - nobody any > idea?) that the

Re: [yocto] SDK build generally broken?

2023-08-21 Thread Alexander Kanavin
SDK testing happens several times a day in yocto CI. You should probably try building for core-image-minimal with only poky, no custom layers, as that is where it's tested. Then bring bits of your custom setup until it starts failing. Alex On Mon, 21 Aug 2023 at 14:49, David Daniel wrote: > >

[yocto] SDK build generally broken?

2023-08-21 Thread David Daniel
Hello everybody Has anyone successfully built an SDK lately? I cannot build any SDK, neither for my image nor for core-image-minimal. If I define my own image I get the error (I already wrote - nobody any idea?) that the dummy-sdk package is to be built for a different architecture: