diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 20:39:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 20:47:49 +0100 |
commit | 8e73607152cc228a10124d3efe771761269b7595 (patch) | |
tree | a29af5d539c11647d2dfbe7c6ea8fcd992fa61e9 /meta-poky | |
parent | 81780d47585c80745522cd7a799961b5898afccb (diff) | |
download | poky-8e73607152cc228a10124d3efe771761269b7595.tar.gz |
layer.conf: Update for zeus series
(From meta-yocto rev: 339de6c86cc93b24ed7faaa7012d0768c626a11c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf index 0d74f4eaaf..a4b3d1e9dd 100644 --- a/meta-poky/conf/layer.conf +++ b/meta-poky/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "yocto" | |||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_yocto = "warrior" | 12 | LAYERSERIES_COMPAT_yocto = "zeus" |
13 | 13 | ||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |