diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-10-08 14:29:05 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2018-10-22 16:27:25 +0100 |
commit | 8ff95d5b2a693aeb4e791aacf83d24313ce35f3e (patch) | |
tree | ae40efd3dd62fa891bba62cba7d4c33faba7d82a | |
parent | b1dac7e2b26f869c991c6492aa7fa18eaa4b47f6 (diff) | |
download | meta-selinux-8ff95d5b2a693aeb4e791aacf83d24313ce35f3e.tar.gz |
layer.conf: update LAYERSERIES_COMPAT `sumo' -> `thud'
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and
`9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core,
update LAYERSERIES_COMPAT `sumo' -> `thud'
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
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 0f9ea41..5fecac6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -18,7 +18,7 @@ BBFILE_PRIORITY_selinux = "5" | |||
18 | # cause compatibility issues with other layers | 18 | # cause compatibility issues with other layers |
19 | LAYERVERSION_selinux = "1" | 19 | LAYERVERSION_selinux = "1" |
20 | 20 | ||
21 | LAYERSERIES_COMPAT_selinux = "sumo" | 21 | LAYERSERIES_COMPAT_selinux = "thud" |
22 | 22 | ||
23 | LAYERDEPENDS_selinux = " \ | 23 | LAYERDEPENDS_selinux = " \ |
24 | core \ | 24 | core \ |