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

admin2025-04-16  2

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.

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.

Share Improve this question asked Feb 3 at 16:48 peregrinusperegrinus 1671 silver badge12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

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.

转载请注明原文地址:http://www.anycun.com/QandA/1744760152a87227.html