From faf3f33e84749e8ad1736c74272de0a173bc2223 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') diff --git a/conf/layer.conf b/conf/layer.conf index 0f08196..2518379 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,7 @@ BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" LAYERSERIES_COMPAT_raspberrypi = "hardknott honister" +LAYERDEPENDS_raspberrypi = "core" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf