Cody Schafer
Cody Schafer
Original addition: https://github.com/meta-rust/meta-rust/pull/33
Another alternate is just to confine it's use to the `rust-bin` based recipes, where it should be safe by virtue of how those recipes work.
Some background on meta-rust that might be informative here: - When initially using meta-rust, I didn't do cargo builds the "oe" way: I just inherited `cargo` and did no special...
bors is (IIRC), the old version: https://github.com/graydon/bors There is also a re-write of homu in rust somewhere (I'm looking), but I'm not sure who is using it. Edit: https://github.com/AelitaBot/aelita Edit2:...
I tend to write code that needs to be runnable under open-embedded derived platforms (and build-able via oe's bitbake or oe's sdk). The way oe (and the oe sdk) works...
Hey @IsaacJT, thanks for reporting this. cargo-bitbake definitely should make sure it's generating reasonable SRC_URI contents. While crates in general will build correctly even if we miss some dep in...
Also seems to get rustup's files into a state where it needs manual intervention to work: ``` multirust: updating existing install for 'nightly' rustup: rustup home dir exists at /home/buildbot_slave/.multirust/rustup...
_Is pianobar playing audio ads? How often (every n tracks)?_ - Thus far I have heard no ads _Are you subscribed to Pandora One?_ - No, and I have never...
Also, it might be relevant that I have used the official android client at times.
FWIW, I'm currently working around this by setting a bunch of env variables. Here's an exact copy for some version of the esp-rs toolchains: ``` export SYSROOT_xtensa_esp32s3_espidf="$(xtensa-esp32s3-elf-ld --print-sysroot)" export BINDGEN_EXTRA_CLANG_ARGS_xtensa_esp32s3_espidf="--sysroot=$SYSROOT_xtensa_esp32s3_espidf...