diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-05-25 18:39:35 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-06-07 12:59:57 +0100 |
commit | ee5a06b7f0c1a3fa0a3f7c3b047f02b9deacbb67 (patch) | |
tree | 2fa5b1cfb779b34fd7f5ec81e4fdf7933f40f7da | |
parent | 77190af02d48adc2b28216775e6318e9eeda571c (diff) | |
download | meta-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.conf | 2 |
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 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "dunfell" | 12 | LAYERSERIES_COMPAT_raspberrypi = "dunfell" |
13 | 13 | ||
14 | LAYERDEPENDS_raspberrypi = "core" | ||
15 | |||
14 | # Additional license directories. | 16 | # Additional license directories. |
15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 17 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |
16 | 18 | ||