diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-03-16 21:21:35 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-03-18 08:01:19 -0700 |
| commit | f9fdf977300d4a3e970be9ee43e324dcf500db3a (patch) | |
| tree | 526fd20c4da9acb1403ce691a94272a2f3dc7cea /meta-hardening | |
| parent | 6ada80aa3e8f426c2a4284fc48a2eaf2688d6411 (diff) | |
| download | meta-security-f9fdf977300d4a3e970be9ee43e324dcf500db3a.tar.gz | |
layer.conf: Add hardknott to LAYERSERIES_COMPAT
Thats codename for 3.3
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-hardening')
| -rw-r--r-- | meta-hardening/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf index 22d8874..085ea45 100644 --- a/meta-hardening/conf/layer.conf +++ b/meta-hardening/conf/layer.conf | |||
| @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer" | |||
| 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_harden-layer = "10" | 9 | BBFILE_PRIORITY_harden-layer = "10" |
| 10 | 10 | ||
| 11 | LAYERSERIES_COMPAT_harden-layer = "gatesgarth" | 11 | LAYERSERIES_COMPAT_harden-layer = "hardknott" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" | 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |
