diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-04 14:49:44 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-08-04 16:18:39 -0400 |
commit | 654201e25da6761f2b69f5ff1dd80ec61a79027f (patch) | |
tree | 7b10cd94c337572319c5cc265d6a2eb5020586b5 /SELinux-FAQ | |
parent | d5b93baf576c535bb27406dc10d81076bda3dee1 (diff) | |
download | meta-selinux-654201e25da6761f2b69f5ff1dd80ec61a79027f.tar.gz |
meta-selinux: convert to new override syntax
This is the result of automated script conversion:
poky/scripts/contrib/convert-overrides.py meta-selinux
Converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'SELinux-FAQ')
-rw-r--r-- | SELinux-FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SELinux-FAQ b/SELinux-FAQ index b6a0df9..8f56b2b 100644 --- a/SELinux-FAQ +++ b/SELinux-FAQ | |||
@@ -67,7 +67,7 @@ After init Poky build environment, please follow these steps: | |||
67 | 67 | ||
68 | 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file. | 68 | 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file. |
69 | 69 | ||
70 | 2. Set DISTRO="poky-selinux" or add DISTRO_FEATURES_append=" pam selinux" | 70 | 2. Set DISTRO="poky-selinux" or add DISTRO_FEATURES:append=" pam selinux" |
71 | in BUILDDIR/conf/local.conf file. | 71 | in BUILDDIR/conf/local.conf file. |
72 | 72 | ||
73 | 3. Build the default selinux image. | 73 | 3. Build the default selinux image. |
@@ -81,7 +81,7 @@ the following steps: | |||
81 | 81 | ||
82 | 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file | 82 | 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file |
83 | 83 | ||
84 | 2. Add DISTRO_FEATURES_append=" pam selinux" in BUILDDIR/conf/local.conf | 84 | 2. Add DISTRO_FEATURES:append=" pam selinux" in BUILDDIR/conf/local.conf |
85 | file. | 85 | file. |
86 | 86 | ||
87 | 3. Add packagegroup-core-selinux to your custom image. | 87 | 3. Add packagegroup-core-selinux to your custom image. |