diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 13:06:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 13:07:15 +0100 |
commit | 448af7ef009f835e3d92d0e305f7b17e52ad1106 (patch) | |
tree | 28a22ac970a0572b0cd63b500e91336b41532431 /meta-poky | |
parent | ec157ae34438d38b521219d364cd12a542eeff6d (diff) | |
download | poky-448af7ef009f835e3d92d0e305f7b17e52ad1106.tar.gz |
layer.conf: Update to whinlatter release series
Since there are currently multiple breaking changes, update to a new
release series for the next release so layers can show compatibility
correctly.
(From meta-yocto rev: a67bb58ee119d68c4b72bf954b4eb613612a8cc6)
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 483046b6d3..9057670088 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 = "walnascar" | 12 | LAYERSERIES_COMPAT_yocto = "whinlatter" |
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 |