eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 8 forks source link

Missing/Outdated Kuksa databroker-cli #34

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

Describe the bug databroker-cli seems to be missing on the current image

Expected behaviour databroker-cli is updated and preinstalled databroker-cli can connect to running databroker

mikehaller commented 1 year ago

We got compile errors with databroker-cli

It seems that the Kuksa project is using a newer version of Rust/Cargo and a global lock file, which seems to conflict with the Rust version providey by openembedded currently.

mikehaller commented 1 year ago

databroker-cli is included inthe releases 0.0.5 an higher, but outdated versions. May use this issue to update to the latest version from Kuksa.VAL

d-s-e commented 1 year ago

Could be fixed with https://github.com/eclipse-leda/meta-leda/commit/a88674a249c8107fd79bfb7e7d95f33889accf2d, but that needs meta-lts-mixin for better rust support. I still have to fix some things that break when adding that layer.