Unable to build Gateway OS base image for yocto V4

I’m trying to port Yocto based Gateway OS to other BSP like beaglebone black by using https://github.com/chirpstack/chirpstack-gateway-os V4 .
While building the chirpstack-gateway-os-base i’m getting below errors.
Which specify i can not use this with a stable version of rust compiler.
For that reason i’ve modified ./openembedded-core/meta/recipe-devtools/rust.inc line 104
config.set(“rust”, “channel”, e(“stable”)) to config.set(“rust”, “channel”, e(“nightly”))
but still i’m not able to build the image successfully.

This topic was automatically closed after 90 days. New replies are no longer allowed.