|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
|
By
Tim Orling
· #59467
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
|
By
Nikita Gupta
· #59462
·
|
|
Integrating Yocto for ti-TDA4VM using kas build tool
#bitbake
#kirkstone
#yocto
Hi, I am trying to build an image using kas built tool for ti TDA4VM. For this I have created the attached j721e.yml file. When I put machine as j721e-evm it is showing the below error " Overrides cou
Hi, I am trying to build an image using kas built tool for ti TDA4VM. For this I have created the attached j721e.yml file. When I put machine as j721e-evm it is showing the below error " Overrides cou
|
By
ayansh.mishra25@...
· #59292
·
|
|
Cmake CROSS COMPILE problem [PLEASE HELP, URGENT]
#sdk
#yocto
#toolchain
I am also facing the same issue while compiling grpc.
I am also facing the same issue while compiling grpc.
|
By
jijonath11@...
· #59164
·
|
|
Include Driver in my imx-image
#sdk
#yocto
#imx8
#kirkstone
#kernel
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
You can add a kernel config fragment disabling/enabling needed drivers during build and you can either build them into kernel proper or as kernel modules. If you build them as kmods then you have to a
|
By
Khem Raj
· #59142
·
|
|
Include Driver in my imx-image
#sdk
#yocto
#imx8
#kirkstone
#kernel
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
Hello List, I am making kernel yocto image for imx8mplus. But according to my project requirement i need different audio driver rather then default which comes with this linux image. I am able to see
|
By
Nikita Gupta
· #59141
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
I was merely replying to question about if llvm could replace it. For licensing related question I refrain because I don’t have expertise in that it’s best to consult some one who knows this stuff and
I was merely replying to question about if llvm could replace it. For licensing related question I refrain because I don’t have expertise in that it’s best to consult some one who knows this stuff and
|
By
Khem Raj
· #59014
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
One more thought: would shipping gcc-runtime also trigger the 'provide the source code for everything that has been linked with it' then as required by all gpl versions? The exception frees you from t
One more thought: would shipping gcc-runtime also trigger the 'provide the source code for everything that has been linked with it' then as required by all gpl versions? The exception frees you from t
|
By
Alexander Kanavin
· #59013
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
Changing gcc to clang should be done for technical reasons, I would rather not give this advice to address what seems like an incomplete understanding of the licensing situation. Alex
Changing gcc to clang should be done for technical reasons, I would rather not give this advice to address what seems like an incomplete understanding of the licensing situation. Alex
|
By
Alexander Kanavin
· #59012
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
You can do it to certain extent with meta-clang. Select RUNTIME = "llvm" in local.conf after including it. However, this is not going to be drop-in replacement due to some packages ( e.g. glibc ) stil
You can do it to certain extent with meta-clang. Select RUNTIME = "llvm" in local.conf after including it. However, this is not going to be drop-in replacement due to some packages ( e.g. glibc ) stil
|
By
Khem Raj
· #59011
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
This is literally the first time I hear about gcc exception not being good enough. Your legal team holds the ultimate authority, but it’s most certainly not common practice. How did they justify it? A
This is literally the first time I hear about gcc exception not being good enough. Your legal team holds the ultimate authority, but it’s most certainly not common practice. How did they justify it? A
|
By
Alexander Kanavin
· #59010
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
Thanks for the response! I did try googling the interpretation of the license exception but there are always back-and-forth debates on the issue. Anyways, consulting with the legal team came back with
Thanks for the response! I did try googling the interpretation of the license exception but there are always back-and-forth debates on the issue. Anyways, consulting with the legal team came back with
|
By
William Huang
· #59009
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
The GCC exception frees you from having to fulfil the terms of gpl3 in almost all cases. Links with details are easily obtainable with google search. Alex
The GCC exception frees you from having to fulfil the terms of gpl3 in almost all cases. Links with details are easily obtainable with google search. Alex
|
By
Alexander Kanavin
· #59008
·
|
|
Possible to replace gcc-runtime libraries & libgcc
#gplv3
#yocto
#llvm
Hello all, I'm in the process of generating an image without GPLv3 software. I have removed everything but the gcc-runtime and libgcc libraries. These are gpl-3.0 with GCC exception. I'm not sure how
Hello all, I'm in the process of generating an image without GPLv3 software. I have removed everything but the gcc-runtime and libgcc libraries. These are gpl-3.0 with GCC exception. I'm not sure how
|
By
William Huang
· #59007
·
|
|
MACHINEOVERRIDES for native recipe
#yocto
Yes, it's expected. native recipes shouldn't be MACHINE specific, so shouldn't use MACHINEOVERRIDES, see: meta/classes-recipe/native.bbclass:MACHINEOVERRIDES = "" meta/classes-recipe/nativesdk.bbclass
Yes, it's expected. native recipes shouldn't be MACHINE specific, so shouldn't use MACHINEOVERRIDES, see: meta/classes-recipe/native.bbclass:MACHINEOVERRIDES = "" meta/classes-recipe/nativesdk.bbclass
|
By
Martin Jansa
· #58931
·
|
|
MACHINEOVERRIDES for native recipe
#yocto
MACHINEOVERRIDES which are defined are not working for native recipe. Is this expected ? Is there any other way to use a machineoverride in native recipe.
MACHINEOVERRIDES which are defined are not working for native recipe. Is this expected ? Is there any other way to use a machineoverride in native recipe.
|
By
deeps8us@...
· #58930
·
|
|
Run browser immediately after booting up device
#yocto
Hi, Kiosk mode is what you're looking for. Just google for "Yocto kiosk" and you'll see few solutions like: https://thomasw.dev/post/yocto-kiosk/ https://wiki.yoctoproject.org/wiki/Web_Application_for
Hi, Kiosk mode is what you're looking for. Just google for "Yocto kiosk" and you'll see few solutions like: https://thomasw.dev/post/yocto-kiosk/ https://wiki.yoctoproject.org/wiki/Web_Application_for
|
By
Pavel Zhukov
· #58874
·
|
|
Run browser immediately after booting up device
#yocto
Hi everyone, I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be help
Hi everyone, I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be help
|
By
jovanbosic95@...
· #58873
·
|
|
Make recipe conditionally download code from Git Repo
#yocto
Let me look into devtool. Thanks!
Let me look into devtool. Thanks!
|
By
ali.ahmad@...
· #58778
·
|
|
Make recipe conditionally download code from Git Repo
#yocto
<ali.ahmad=rtl-corp.com@...> wrote: 'devtool modify' should help with that. It will clone the source code into a 'workspace' folder, and set up a .bbappend in the same workspace tha
<ali.ahmad=rtl-corp.com@...> wrote: 'devtool modify' should help with that. It will clone the source code into a 'workspace' folder, and set up a .bbappend in the same workspace tha
|
By
Alexander Kanavin
· #58777
·
|