diff --git a/conf/layer.conf b/conf/layer.conf index 03c0d0d..64e7b5b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,11 +9,7 @@ BBFILE_COLLECTIONS += "meta-slint" BBFILE_PATTERN_meta-slint = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-slint = "6" -LAYERDEPENDS_meta-slint = "core rust-layer clang-layer" +LAYERDEPENDS_meta-slint = "core clang-layer" LAYERSERIES_COMPAT_meta-slint = "kirkstone langdale mickledore" RUST_PANIC_STRATEGY = "abort" - -# Don't use the poky provided one but meta-rust -BBMASK += "poky/meta/recipes-devtools/rust" -BBMASK += "poky/meta/recipes-devtools/cargo"