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 12:59:57 +0100
commitee5a06b7f0c1a3fa0a3f7c3b047f02b9deacbb67 (patch)
tree2fa5b1cfb779b34fd7f5ec81e4fdf7933f40f7da
parent77190af02d48adc2b28216775e6318e9eeda571c (diff)
downloadmeta-raspberrypi-ee5a06b7f0c1a3fa0a3f7c3b047f02b9deacbb67.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.conf2
1 files changed, 2 insertions, 0 deletions
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"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "dunfell" 12LAYERSERIES_COMPAT_raspberrypi = "dunfell"
13 13
14LAYERDEPENDS_raspberrypi = "core"
15
14# Additional license directories. 16# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 17LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
16 18