diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-05-05 06:36:30 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-14 10:51:32 -0700 |
| commit | 8a6722eaee257d75d280bcfcbf4fa83504c4d7fe (patch) | |
| tree | 4a091731915270621716c6c0668d8f97fdd54e80 | |
| parent | bc59937b54e11b2a423cd9f31d864e3a3fef5b29 (diff) | |
| download | meta-security-8a6722eaee257d75d280bcfcbf4fa83504c4d7fe.tar.gz | |
layer.conf: fix up layer dependancies.
reorg pkgs so the we only need meta-oe
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 21f03d1..210609a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -11,7 +11,7 @@ BBFILE_PRIORITY_security = "8" | |||
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_security = "kirkstone" | 12 | LAYERSERIES_COMPAT_security = "kirkstone" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer" |
| 15 | 15 | ||
| 16 | # Sanity check for meta-security layer. | 16 | # Sanity check for meta-security layer. |
| 17 | # Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. | 17 | # Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. |
