[cip-dev][isar-cip-core][PATCH v2 09/12] layer.conf: use variables to control path of hardening config
Quirin Gylstorff <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
Co-Authored-by: Felix Moessbauer <[email protected]> Signed-off-by: Quirin Gylstorff <[email protected]> --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index c51c3af1..61e25b22 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,4 +23,7 @@ LAYERSERIES_COMPAT_cip-core = "next" LAYERDIR_cip-core = "${LAYERDIR}" LAYERDIR_cip-core[vardepvalue] = "isar-cip-core" +CIP_CIS_HARDENING_CONFIG ??= "${DISTRO}-hardening.config.json" +CIP_CIS_HARDENING_KCONFIG ??= "${DISTRO}-hardening.kernel.cfg" + IMAGE_CLASSES += "squashfs erofs verity swupdate delta-update qemu-emmc" -- 2.55.0