layer.conf: fix up layer dependancies.

reorg pkgs so the we only need meta-oe

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-05-05 06:36:30 -07:00
parent bc59937b54
commit 8a6722eaee

View File

@@ -11,7 +11,7 @@ BBFILE_PRIORITY_security = "8"
LAYERSERIES_COMPAT_security = "kirkstone"
LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
LAYERDEPENDS_security = "core openembedded-layer"
# Sanity check for meta-security layer.
# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check.