From ee5a06b7f0c1a3fa0a3f7c3b047f02b9deacbb67 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 25 May 2021 18:39:35 +0100 Subject: [PATCH] layer.conf: Define LAYERDEPENDS We should currently only depend on core - everything should be handled through dynamic layers. Signed-off-by: Andrei Gherzan --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index b45a309..97cf46b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,6 +11,8 @@ BBFILE_PRIORITY_raspberrypi = "9" LAYERSERIES_COMPAT_raspberrypi = "dunfell" +LAYERDEPENDS_raspberrypi = "core" + # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"