Replies: 2 comments 5 replies
-
The only thing I've had to add to my image recipes (I'm assuming you're using
The other needed bits should be picked up automatically through the bbappends in recipes-core/packagegroups. |
Beta Was this translation helpful? Give feedback.
-
We have a custom recipe for making the SDK, and it works similar to this:
However, this is not working, the gcc-8.5 cross compiler does not get added. I am trying to make a minimal example which creates an SDK with CUDA and gcc-8.5. We are defining our own custom tx2-based MACHINE, could that be causing any problems? |
Beta Was this translation helpful? Give feedback.
-
We are transitioning from dunfell to a kirkstone based yocto build targetting a TX2. To get the correct host code compiler (gcc 8.5) for CUDA (10.2), I have understood that making recipies inherit cuda should be enough. However, we also have a SDK recipe which should include that compiler. Currently, I have not been able to get that to work; only the default compiler (gcc 11) gets included. What is the simplest way of getting everything needed for cuda development to show up in the SDK?
Beta Was this translation helpful? Give feedback.
All reactions