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:39:37 +0100 |
commit | c0264c293f6f96a7f5902b4915721c518edc576d (patch) | |
tree | bb204b0418d28a424f393d998883a6d6a83e5bcf | |
parent | 11209a4981f03db9988de84752da0076ff6b8f17 (diff) | |
download | meta-raspberrypi-ag/layerdepends.tar.gz |
layer.conf: Define LAYERDEPENDSag/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 0f08196..2518379 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 = "hardknott honister" | 12 | LAYERSERIES_COMPAT_raspberrypi = "hardknott honister" |
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" |