Re: build 2 sdk toolchain


Alexander Kanavin
 

This is the correct way, yes. You can put SDKMACHINE into local.conf
(default is 'linux sdk'), or you can specify it on command line (in
which case it will override the local.conf setting).

Alex

On Tue, 15 Nov 2022 at 13:02, Johann Obermayr via
lists.yoctoproject.org
<johann.obermayr=sigmatek.at@...> wrote:


Hello,



we use kirkstone.

We will build

Image
Toolchain for linux
Toolchain for windows



Now we can build a image + linux sdk toolchain.

That work correct.



$ bitbake my-image

$ bitbake my-image -c populate_sdk



Now we will build a Toolchain for windows

We have add meta-mingw



$ SDKMACHINE=x86_64-mingw” bitbake my-image -c populate_sdk



Is this the correct way ?

Or what is a better solution for this.



Best regards

Johann



Join {yocto@lists.yoctoproject.org to automatically receive all group messages.