redeexpressos
redeexpressos
The kernel version is 5.10...: https://github.com/OE4T/linux-tegra-5.10
Thanks, that fixed it.
@tronical Thanks for answering. However, doesn't this layer use `cross` to build? When I use Cross, I also have to install `protoc` via a `Cross.toml` like this: ``` [build] default-target...
Maybe related to #168
Also, I can login via `.netrc` inside my bitbake shell, and I can git clone private stuff. But looks like `Cargo` handles them in a weird way, so my recipe...
Looks like adding `netrc` authentication and: ``` do_compile:prepend() { export CARGO_NET_GIT_FETCH_WITH_CLI=true } ``` fixed the issue. For some reason `.cargo/config` is not doing what its supposed in this bitbake shell.....
Is it because it will interpret the internal value of `Reserved`? (so `Reserved(0)` will be A.
@sharksforarms Can I get an example while there is no PR for it ? :) My use-case is reading from a generic connection (`AsyncRead / AsyncWrite`). One thing that makes...
Im not sure if I can fetch Rust crates via `ssh`, since they are based on `http`. On my "local setup", when I build the software, the program usually asks...
Ok. After putting the `ssh...` insteadOF `https` ... Im having a different error now, related to `known hosts`: ``` | Caused by: | error: unknown SSH host key | The...