layer.conf: Add hardknott to LAYERSERIES_COMPAT

Thats codename for 3.3

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2021-03-16 21:21:35 -07:00
parent 6ada80aa3e
commit f9fdf97730
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer"
BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_harden-layer = "10"
LAYERSERIES_COMPAT_harden-layer = "gatesgarth"
LAYERSERIES_COMPAT_harden-layer = "hardknott"
LAYERDEPENDS_harden-layer = "core openembedded-layer"