diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-09-25 22:16:38 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-09-29 10:42:53 -0700 |
| commit | 04ef9df593e37bdf3105c1b4c4638982082e49b0 (patch) | |
| tree | c2f162c045705f3118a5d0d18732a2248823f9dc | |
| parent | 4bbc0d9d9423137eb826d292b6ac35644cac9744 (diff) | |
| download | meta-security-04ef9df593e37bdf3105c1b4c4638982082e49b0.tar.gz | |
meta-security: add THUD
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f8bbe57..675a149 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "security" | |||
| 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_security = "8" | 10 | BBFILE_PRIORITY_security = "8" |
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_security = "sumo" | 12 | LAYERSERIES_COMPAT_security = "thud" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 8aff382..fcc5cd6 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
| @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
| 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_scanners-layer = "10" | 9 | BBFILE_PRIORITY_scanners-layer = "10" |
| 10 | 10 | ||
| 11 | LAYERSERIES_COMPAT_scanners-layer = "sumo" | 11 | LAYERSERIES_COMPAT_scanners-layer = "thud" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_scanners-layer = " \ | 13 | LAYERDEPENDS_scanners-layer = " \ |
| 14 | core \ | 14 | core \ |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 5350159..1b5f7d5 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
| @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer" | |||
| 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_tpm-layer = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "10" |
| 10 | 10 | ||
| 11 | LAYERSERIES_COMPAT_tpm-layer = "sumo" | 11 | LAYERSERIES_COMPAT_tpm-layer = "thud" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
| 14 | core \ | 14 | core \ |
