From 8e532ae4ece90615d2603bcda18876b753738923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=81obacz?= Date: Fri, 26 Jan 2024 19:35:42 +0100 Subject: [PATCH] Remove meta-rust from layer dependencies (#150) --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index e840b13..ab7f808 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "meta-iotedge" BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-iotedge = "10" -LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer" +LAYERDEPENDS_meta-iotedge = "core virtualization-layer" LAYERSERIES_COMPAT_meta-iotedge = "kirkstone"