diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-03 15:53:56 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-04 10:13:28 +0300 |
commit | ed47e37e43276dc29f098a261b1243dfc173832d (patch) | |
tree | bd0aa61de73443c882dde7968beec61d77a87bdc | |
parent | e811912fae47684b49617c3dc82bced1b20888b2 (diff) | |
download | meta-raspberrypi-ed47e37e43276dc29f098a261b1243dfc173832d.tar.gz |
layer.conf: Add zeus to compatible layers
zeus is codename for next 3.0 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 019e76b..c958587 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi" | |||
9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_raspberrypi = "9" | 10 | BBFILE_PRIORITY_raspberrypi = "9" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior" | 12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus" |
13 | 13 | ||
14 | # Additional license directories. | 14 | # Additional license directories. |
15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |