diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-05-25 18:39:35 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-06-07 13:00:27 +0100 |
commit | fdfe2ec50f6a83488757ac813fe13a8918511ca8 (patch) | |
tree | 6b28ff4fd5511e93c0ab04bc82e9529a1b007fe1 | |
parent | 3ae135e590e375c8da26b003bda41c18fb977ae1 (diff) | |
download | meta-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.conf | 1 |
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}/" | |||
10 | BBFILE_PRIORITY_raspberrypi = "9" | 10 | BBFILE_PRIORITY_raspberrypi = "9" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth" | 12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth" |
13 | LAYERDEPENDS_raspberrypi = "core" | ||
13 | 14 | ||
14 | # Additional license directories. | 15 | # Additional license directories. |
15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 16 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |