Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install only lldb-server in the target image #933

Open
davidepianca98 opened this issue Apr 4, 2024 · 0 comments
Open

Install only lldb-server in the target image #933

davidepianca98 opened this issue Apr 4, 2024 · 0 comments

Comments

@davidepianca98
Copy link

Is your feature request related to a problem? Please describe.
We would like to be able to install only the debugger lldb-server in the target image to save space, since we don't need the full compiler on the target. Right now add lldb-server to IMAGE_INSTALL installs all the clang, llvm binaries and libraries. We are using the kirkstone branch.

Describe the solution you'd like
It would be very nice if specifying lldb-server would install only the debugger like gdbserver does right now.

Describe alternatives you've considered
Otherwise we would be fine with a way to remove unneeded files in a bbappend if you can suggest how we can do that.

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

No branches or pull requests

1 participant