Skip to content

cuda: add nativesdk-cuda-driver-stubs to runtime dependencies for cud…#2208

Open
minicarpet wants to merge 1 commit into
OE4T:wrynosefrom
minicarpet:fix/sdk-missing-dependencies
Open

cuda: add nativesdk-cuda-driver-stubs to runtime dependencies for cud…#2208
minicarpet wants to merge 1 commit into
OE4T:wrynosefrom
minicarpet:fix/sdk-missing-dependencies

Conversation

@minicarpet
Copy link
Copy Markdown
Contributor

When populateing sdk with:
TOOLCHAIN_HOST_TASK:append = " nativesdk-cuda-nvprof nativesdk-cuda-gdb "
an error occirs during package_qa step with file-rdeps missing dependencies.

This PR fixes these QA issues for both recipes.

NOTE : not sure if the sip is the best option for cuda-gdb

…a-gdb and cuda-nvprof

Signed-off-by: GALLOIS Logan <logan.gallois@hexagon.com>
@madisongh
Copy link
Copy Markdown
Member

Why are you adding those tools to the SDK in the first place? SDKs are for cross-building, while the debugger and profiler are used for directly running applications... or am I misunderstanding, and somehow those tools have some kind of host/target split like regular gdb does?

Maybe a better option would be to remove nativesdk from the BBLCASSEXTEND setting on those two recipes?

@minicarpet
Copy link
Copy Markdown
Contributor Author

Well to be honest I am not sure they are really needed, especially nvprof...
About gdb does it not necessary to have it to debug cuda apps from the sdk ?

If not necessary, then yes, nativesdk should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants