All Questions
Tagged with yocto-kirkstone yocto-layer
2 questions
0
votes
1
answer
1k
views
bitbake custom-image | do_fetch: Fetcher Failure
I am trying to build a Linux image using Yocto, and I want to run a simple Qt6 application with it on a Raspberry Pi4.
I have an issue after starting to build ($ bitbake custom-image). It says, that ...
1
vote
2
answers
1k
views
How to re-use configuration/includes from another layer?
Suppose I am using a third-party Yocto layer, and I have also created my own layer.
The third party layer has lots of config files (for instance, machine configurations) which all include one common ...