Date
1 - 3 of 3
build 2 sdk toolchain
Johann Obermayr
Hello,
we use kirkstone. We will build
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 |
|
Alexander Kanavin
This is the correct way, yes. You can put SDKMACHINE into local.conf
toggle quoted message
Show quoted text
(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:
|
|
Johann Obermayr
Hello,
toggle quoted message
Show quoted text
build mingw sdk get follow error: configure: error: linux/capability.h is required in order to build libcap-ng $ SDKMACHINE=x86_64-mingw” bitbake my-image -c populate_sdk We use kernel 5.15 Any idea ? Best regards Johann -----Ursprüngliche Nachricht----- |
|