diff options
author | Anibal Limon <anibal.limon@linaro.org> | 2021-03-24 09:57:00 -0600 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-03-27 00:40:37 -0400 |
commit | 5753d1522526ce5e9ef8df138e151aa9248016ac (patch) | |
tree | b2a191304b18e9dc41ee0e7545a78d51ce5cb19c | |
parent | ac47a5e32567301433f088a233bde100da0d9916 (diff) | |
download | meta-selinux-5753d1522526ce5e9ef8df138e151aa9248016ac.tar.gz |
conf/layer.conf: Add hardknott support
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-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 178ce1b..ff009ef 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5" | |||
23 | # cause compatibility issues with other layers | 23 | # cause compatibility issues with other layers |
24 | LAYERVERSION_selinux = "1" | 24 | LAYERVERSION_selinux = "1" |
25 | 25 | ||
26 | LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth" | 26 | LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth hardknott" |
27 | 27 | ||
28 | LAYERDEPENDS_selinux = " \ | 28 | LAYERDEPENDS_selinux = " \ |
29 | core \ | 29 | core \ |