summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-05-25 18:39:35 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-05-25 18:43:25 +0100
commita8f83046ce092acada23b8b46e67402b62aefd98 (patch)
tree49d1844cd0d34f7f1d5c56703883ead4b221ce20
parent77190af02d48adc2b28216775e6318e9eeda571c (diff)
downloadmeta-raspberrypi-ag/layerdepends-dunfell.tar.gz
layer.conf: Define LAYERDEPENDSag/layerdepends-dunfell
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 b45a309..f4c60fc 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 = "dunfell" 12LAYERSERIES_COMPAT_raspberrypi = "dunfell"
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"