summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-05-25 18:39:35 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-05-26 10:00:04 +0100
commitfaf3f33e84749e8ad1736c74272de0a173bc2223 (patch)
treebb204b0418d28a424f393d998883a6d6a83e5bcf /conf
parent11209a4981f03db9988de84752da0076ff6b8f17 (diff)
downloadmeta-raspberrypi-faf3f33e84749e8ad1736c74272de0a173bc2223.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>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
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}/"
10BBFILE_PRIORITY_raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "hardknott honister" 12LAYERSERIES_COMPAT_raspberrypi = "hardknott honister"
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"