summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-05-25 18:39:35 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-06-07 13:00:27 +0100
commitfdfe2ec50f6a83488757ac813fe13a8918511ca8 (patch)
tree6b28ff4fd5511e93c0ab04bc82e9529a1b007fe1
parent3ae135e590e375c8da26b003bda41c18fb977ae1 (diff)
downloadmeta-raspberrypi-fdfe2ec50f6a83488757ac813fe13a8918511ca8.tar.gz
layer.conf: Define LAYERDEPENDS
We should currently only depend on core - everything should be handled through dynamic layers. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
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}/"
10BBFILE_PRIORITY_raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth" 12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth"
13LAYERDEPENDS_raspberrypi = "core"
13 14
14# Additional license directories. 15# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 16LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"