diff options
author | Scott Murray <scott.murray@konsulko.com> | 2025-06-25 16:10:33 -0400 |
---|---|---|
committer | Yi Zhao <yi.zhao@windriver.com> | 2025-06-26 11:45:50 +0800 |
commit | 9c43c41e99bf0f77bccdd819cb5822eda5fd3338 (patch) | |
tree | a99efabecd8ef49e275d54e9411f697cb628539e | |
parent | 32adf788c70a3e75e947ea7394b9a746686bb01e (diff) | |
download | meta-selinux-9c43c41e99bf0f77bccdd819cb5822eda5fd3338.tar.gz |
Set compatible layers to whinlatter
whinlatter is the next release, set it as compatible layer since
it is not backwards compatible.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.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 b0dc48b..6ec4380 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -17,7 +17,7 @@ BBFILE_PRIORITY_selinux = "5" | |||
17 | # cause compatibility issues with other layers | 17 | # cause compatibility issues with other layers |
18 | LAYERVERSION_selinux = "1" | 18 | LAYERVERSION_selinux = "1" |
19 | 19 | ||
20 | LAYERSERIES_COMPAT_selinux = "walnascar styhead" | 20 | LAYERSERIES_COMPAT_selinux = "whinlatter" |
21 | 21 | ||
22 | LAYERDEPENDS_selinux = " \ | 22 | LAYERDEPENDS_selinux = " \ |
23 | core \ | 23 | core \ |