From 48720822d6291f249a1073180385ffda02ab97e0 Mon Sep 17 00:00:00 2001 From: Richard Neill Date: Thu, 4 Mar 2021 11:18:54 +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: If2a79755ac1f16fafa994e16ac980a37999692db 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 936b6c10..1e725bcc 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 = "gatesgarth"