From fdfe2ec50f6a83488757ac813fe13a8918511ca8 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 98cd6f4..17c2409 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,7 @@ BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth" +LAYERDEPENDS_raspberrypi = "core" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"