From 727d281e22f9ba4e839d899fa0803b3b126525ae Mon Sep 17 00:00:00 2001 From: Marta Rybczynska <marta.rybczynska@huawei.com> Date: Mon, 7 Jun 2021 15:36:01 +0200 Subject: [PATCH] meta-ohos: Add meta-security Add the meta-security layer with its dependencies. Meta security offers configuration and tools for distribution hardening and tests. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> --- flavours/linux/bblayers.conf.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flavours/linux/bblayers.conf.sample b/flavours/linux/bblayers.conf.sample index cdcf3ed8..67ffdf2b 100644 --- a/flavours/linux/bblayers.conf.sample +++ b/flavours/linux/bblayers.conf.sample @@ -25,6 +25,8 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-freescale \ ##OEROOT##/../meta-seco-imx \ ##OEROOT##/../meta-openembedded/meta-oe \ + ##OEROOT##/../meta-openembedded/meta-networking \ + ##OEROOT##/../meta-openembedded/meta-perl \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-python-dunfellplus \ ##OEROOT##/../meta-st-stm32mp \ @@ -32,4 +34,5 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-av96/meta-av96-core \ ##OEROOT##/../meta-homeassistant \ ##OEROOT##/../meta-raspberrypi \ + ##OEROOT##/../meta-security \ " -- GitLab