From b8b0d88d58f492cc8a64c3e7dd61b2ad80818dad Mon Sep 17 00:00:00 2001 From: Richard Neill Date: Thu, 4 Mar 2021 11:20:15 +0000 Subject: [PATCH] arm-autonomy: Add meta-networking dependency to autonomy layer config meta-arm-autonomy requires the bridge-utils package, which is provided by the meta-openembedded/meta-networking layer. This patch adds the explicit dependency. Issue-Id: SCM-2166 Signed-off-by: Richard Neill Change-Id: I7e8640a0688e5eb0a1c1d91202004f9b27731b1b Signed-off-by: Jon Mason --- meta-arm-autonomy/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-autonomy/conf/layer.conf b/meta-arm-autonomy/conf/layer.conf index 739dc811..5cca8e49 100644 --- a/meta-arm-autonomy/conf/layer.conf +++ b/meta-arm-autonomy/conf/layer.conf @@ -14,6 +14,7 @@ LAYERDEPENDS_meta-arm-autonomy = " \ core \ yocto \ openembedded-layer \ + networking-layer \ virtualization-layer \ " LAYERSERIES_COMPAT_meta-arm-autonomy = "dunfell"