diff --git a/conf/layer.conf b/conf/layer.conf index 7a9bb1b..e3f1d6f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "cyber-scle" BBFILE_PATTERN_cyber-scle := "^${LAYERDIR}/" BBFILE_PRIORITY_cyber-scle = "11" -#LAYERDEPENDS_cyber-scle = "meta-security" +LAYERDEPENDS_cyber-scle = "security" LAYERSERIES_COMPAT_cyber-scle = "kirkstone" diff --git a/recipes-core/images/rpi-test-image.inc b/recipes-core/images/rpi-test-image.inc index 008136f..5172ce9 100644 --- a/recipes-core/images/rpi-test-image.inc +++ b/recipes-core/images/rpi-test-image.inc @@ -8,7 +8,8 @@ GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8" IMAGE_LINGUAS = "fr-fr" PROCESS_INSTALL = " \ - lynis \ + lynis \ + wazuh-agent \ " PYTHON_INSTALL = " \