eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

Readded debug package for rust apps #77

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

The cargo bbclass will by default also create debug packages.

In the Leda distribution, we disabled building debug packages, but when building with other distros (eg Poky), then the debug package is requested, but FILES:${PN}-dbg did not specify the debug binary in ${bindir}/.debug, which lead to the installed-vs-shipped QA error.