diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-05-25 18:39:35 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-05-25 18:43:25 +0100 |
commit | a8f83046ce092acada23b8b46e67402b62aefd98 (patch) | |
tree | 49d1844cd0d34f7f1d5c56703883ead4b221ce20 | |
parent | 77190af02d48adc2b28216775e6318e9eeda571c (diff) | |
download | meta-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.conf | 1 |
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}/" | |||
10 | BBFILE_PRIORITY_raspberrypi = "9" | 10 | BBFILE_PRIORITY_raspberrypi = "9" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "dunfell" | 12 | LAYERSERIES_COMPAT_raspberrypi = "dunfell" |
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" |