Seimon Williams

Results 9 comments of Seimon Williams

Fixes https://github.com/lumeohq/onvif-rs/issues/75

A problem I'm having is trying to build an old rootfs using yocto release sumo, when building cargo it goes off and gets the latest crates but eg the latest...

Addressed in #a60d8ff4834f35aff5a3b49842a84769e8e9c3de

Just an observation - I think @AAlon had been trying to run the makefile in the root of the project rather than using cmake.

Hi @kydos, is there any further news on the zenoh v1.0 developments that you can share? Thanks.

I use yocto's PREFERRED_VERSION variable, set in my local.conf: `PREFERRED_VERSION_rust-bin-cross-arm = "1.76.0"` `PREFERRED_VERSION_cargo-bin-cross-arm = "1.76.0"`

I don't think there's an easy way to do this, to my knowledge you can't have two versions of a package at the same time. Only thing I could think...

Yeah, that works @nastevens I was able to create a `build/conf/multiconfig/rust-175.conf`: ``` PREFERRED_VERSION_rust-bin-cross-arm = "1.75.0" PREFERRED_VERSION_cargo-bin-cross-arm = "1.75.0" ``` Add `BBMULTICONFIG = "rust-175"` to my local.conf Then `bitbake mc:rust-175:myrustdemo` In...

Hi @MirkoDonnarumma Not sure about what you are seeing - it looks like you have something major wrong, as you seem to be using v1.59.0. Do you definitely need to...