From 96fbdca56e220e699874231639b70dcc8f013b61 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sun, 12 Apr 2020 04:44:40 +0000 Subject: [PATCH] layer.conf: depend on meta-arm layer Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 33a74070..7848d196 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,7 +12,10 @@ LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell" LICENSE_PATH += "${LAYERDIR}/licenses" -LAYERDEPENDS_meta-ti = "core" +LAYERDEPENDS_meta-ti = " \ + core \ + meta-arm \ +" SIGGEN_EXCLUDERECIPES_ABISAFE += " \ ti-sgx-ddk-km \