peregrinus
peregrinus

Reputation: 167

Yocto layer meta-browser depends on scarthgap-rust-mixin

In my yocto recipe I added the meta-browser layer from the branch scarthgap.

I get the error:

ERROR: Layer 'chromium-browser-layer' depends on layer 'scarthgap-rust-mixin', but this layer is not enabled in your configuration

I was not able to find a repo which includes the scarthgap-rust-mixin layer.

I tried to clone the meta-lts-mixins but it does not contain the scarthgap-rust-mixin.

Upvotes: 0

Views: 72

Answers (1)

Richard Purdie
Richard Purdie

Reputation: 2358

You can find it here:

https://git.yoctoproject.org/meta-lts-mixins/log/?h=scarthgap/rust

Normally I'd suggest using the layer index, https://layers.openembedded.org/ to search for it but it doesn't appear to be listed there.

Upvotes: 0

Related Questions