-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
Copying #860 (comment) from @darren-etheridge here:
I had to change the layer dependency name on the scarthgap branch like this:
diff --cc meta-chromium/conf/layer.conf
index 48c22a5,48c22a5..9537220
--- a/meta-chromium/conf/layer.conf
+++ b/meta-chromium/conf/layer.conf
@@@ -11,4 -11,4 +11,4 @@@ BBFILE_PRIORITY_chromium-browser-layer
LAYERVERSION_chromium-browser-layer = "1"
LAYERSERIES_COMPAT_chromium-browser-layer = "scarthgap styhead walnascar"
--LAYERDEPENDS_chromium-browser-layer = "clang-layer core openembedded-layer lts-rust-mixin"
++LAYERDEPENDS_chromium-browser-layer = "clang-layer core openembedded-layer scarthgap-rust-mixin"
Looks like the lts-rust-mixin layer name is only used in the Kirkstone branch of meta-lts-mixin and not scarthgap. Is this something I am doing wrong or is this a fix needed in your scarthgap branch of meta-chromium?
Seems to be defined in this file, on scarthgap/rust branch.
https://git.yoctoproject.org/meta-lts-mixins/tree/conf/layer.conf?h=scarthgap/rust
Once I did this Chromium v131 is working fine on the Texas Instruments scarthgap yocto with GPU acceleration.
Metadata
Metadata
Assignees
Labels
No labels