|
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
·
|
|
SDK missing qemu 'user' backend type.
#kirkstone
#sdk
Hi Yocto community, I figured out what happened, hopefully this is useful to anyone. We did use parts from the meta-cloud-service repository, to be specific the meta-openstack. That layer has a qemu_6
Hi Yocto community, I figured out what happened, hopefully this is useful to anyone. We did use parts from the meta-cloud-service repository, to be specific the meta-openstack. That layer has a qemu_6
|
By
Jeffrey Simons
· #58804
·
|
|
SDK missing qemu 'user' backend type.
#kirkstone
#sdk
Hi Yocto community, I run into an issue where I can't use the runqemu command by use of the SDK. It reports the following: "runqemu - ERROR - Failed to run qemu: qemu-system-arm: -netdev user,id=net0,
Hi Yocto community, I run into an issue where I can't use the runqemu command by use of the SDK. It reports the following: "runqemu - ERROR - Failed to run qemu: qemu-system-arm: -netdev user,id=net0,
|
By
Jeffrey Simons
· #58793
·
|
|
comparison between two build of different times
#sdk
#toolchain
#ubuntu
#yocto
#linux
Hello Everyone, I have generated two build with different platform for same target (core-image-minimal) and for same yocto release "dunfell" . One image I have generated with the help of yocto project
Hello Everyone, I have generated two build with different platform for same target (core-image-minimal) and for same yocto release "dunfell" . One image I have generated with the help of yocto project
|
By
Nikita Gupta
· #57707
·
|
|
#bitbake #sdk
#bitbake
#sdk
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
|
By
Hariom@...
· #56525
·
|
|
Creating Package Feed for An Application Using SDK build
#yocto
#sdk
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
Hi, I came to know about the package feed feature, through which we can update the application in the target image by using apt-get commands. I just read about it on following link. https://subscripti
|
By
Hariom@...
· #56279
·
|
|
Custom SDK generation from YoctoSDK
#sdk
That is, can you not package each moduleA as moduleA and moduleA-private using Yocto's packaging mechanism with the *3.h files being in the private packages? I don't work with the SDK very much so I c
That is, can you not package each moduleA as moduleA and moduleA-private using Yocto's packaging mechanism with the *3.h files being in the private packages? I don't work with the SDK very much so I c
|
By
Randy MacLeod
· #56012
·
|
|
Custom SDK generation from YoctoSDK
#sdk
Hi Praveen, I'm not aware of anyone else doing that. For libraries/recipes, you could just omit certain packages from the eSDK but you don't seem to want to do that. What is your goal in filtering hea
Hi Praveen, I'm not aware of anyone else doing that. For libraries/recipes, you could just omit certain packages from the eSDK but you don't seem to want to do that. What is your goal in filtering hea
|
By
Randy MacLeod
· #56011
·
|
|
Custom SDK generation from YoctoSDK
#sdk
I am looking for Custom SDK with filtered Header files/libraries based on some rules/approvals. It means not all files from YoctoSDK will be packaged in the CustomSDK. What is the mechanism or approac
I am looking for Custom SDK with filtered Header files/libraries based on some rules/approvals. It means not all files from YoctoSDK will be packaged in the CustomSDK. What is the mechanism or approac
|
By
...
· #55956
·
|
|
#yocto #sdk Bitbake populate_sdk not pulling the correct dependencies.
#yocto
#sdk
Hi Yocto Devs, I have this issue when I want to generate a SDK for our custom distro. We require the use of debian package due to historic reasons so the package management has been enabled, where the
Hi Yocto Devs, I have this issue when I want to generate a SDK for our custom distro. We require the use of debian package due to historic reasons so the package management has been enabled, where the
|
By
Jeffrey Simons
· #55604
·
|
|
#dunfell #qt5 #raspberrypi #sdk #linux
#dunfell
#qt5
#raspberrypi
#sdk
#linux
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
|
By
...
· #55574
·
|
|
#dunfell #sdk #yocto
#dunfell
#sdk
#yocto
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
I am unable to build an extensible SDK for my RISC-V machine. Required Details: Also, I am able to build the normal SDK successfully. I ran this for my custom machine "cdac-ooo". MACHINE=cdac-ooo bitb
|
By
...
· #55028
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images. ..Ch:W..
|
By
Chuck Wolber
· #54975
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
yocto provides a layer to abstract native binaries on top of build host and thats what you are seeing. Its as designed. > > >
yocto provides a layer to abstract native binaries on top of build host and thats what you are seeing. Its as designed. > > >
|
By
Khem Raj
· #54973
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
I'm attempting to create a USB first boot tarball for our custom iMX6 board that would contain the imx-usb-loader executable, config files and u-boot/SPL files. The goal being to deploy that to the pr
I'm attempting to create a USB first boot tarball for our custom iMX6 board that would contain the imx-usb-loader executable, config files and u-boot/SPL files. The goal being to deploy that to the pr
|
By
...
· #54970
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
Hello Enrico, an eSDK would be enough to do everything, however I would demand the entire development system if I were to start a project, but that is my opinion. I don't know well Node-RED but using
Hello Enrico, an eSDK would be enough to do everything, however I would demand the entire development system if I were to start a project, but that is my opinion. I don't know well Node-RED but using
|
By
Marco Cavallini
· #54837
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
Hello Marco, In your opinion isn't enough to ask for eSDK? for instance if i want to add Node-RED, it would be difficult to build with devtool? because i've seen that it doesn't resolve dependencies a
Hello Marco, In your opinion isn't enough to ask for eSDK? for instance if i want to add Node-RED, it would be difficult to build with devtool? because i've seen that it doesn't resolve dependencies a
|
By
...
· #54836
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
With the eSDK i've to use devtool right?
With the eSDK i've to use devtool right?
|
By
...
· #54835
·
|