Nick Stevens

Results 20 issues of Nick Stevens

I am cross-compiling for an ARM target that supports the armv7 virtualizations instructions - as a result, the actual `-march` value is `-march=armv7ve`, which I have specified in `CFLAGS`. When...

Amazon AWS is deprecating "path-style" access to S3 buckets, as detailed [in this blog post](https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/). Sunset for new buckets is September 2020, so it's not super urgent, but I also...

enhancement
help wanted
Hacktoberfest

Adapted from #75 Presumably there is a large crossover between people using meta-rust-bin and people who need to interface C with Rust. Providing a "paved path" for using bindgen would...

enhancement

When building with more verbose logs the following will always be shown: ``` NOTE: cargo build --verbose --manifest-path /home... warning: profiles in config files require `-Z config-profile` command-line option ```...

Bringing over this comment from #34 or else I'll never remember it: > BTW, I've noticed that this layer does not install rustc and cargo into ${SYSROOTS}/x86_64-linux on Yocto 2.1(jethro)....

Right now neither rustc nor cargo are being installed as part of the SDK build - this would probably be quite useful, especially for cross-compiling projects with mixed C/Rust environments....

enhancement

Using Docker with Travis CI, it should be possible to run test builds of the meta-rust-bin layer, if for no other reason than to check for compilation regressions. With that...

enhancement

Right now binaries are found and installed with the extremely simple heuristic of [looking for executable files in the output target directory](https://github.com/rust-embedded/meta-rust-bin/blob/master/classes/cargo.bbclass#L86). Using the output of `cargo metadata` (which provides...

enhancement

### The problem For network isolation I have my OctoPrint setup on a RaspberryPi with a "standard" ethernet interface `eth0` and a VLAN interface `eth0.3`. Per the [Discovery Plugin documentation](https://docs.octoprint.org/en/master/bundledplugins/discovery.html)...

bug
done

I'm opening this to start a discussion - Speki is your project and you can bind keys however you want! But from experience I can tell you that there will...