From a8f83046ce092acada23b8b46e67402b62aefd98 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 25 May 2021 18:39:35 +0100 Subject: 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(+) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index b45a309..f4c60fc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,7 @@ BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" LAYERSERIES_COMPAT_raspberrypi = "dunfell" +LAYERDEPENDS_raspberrypi = "core" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf