summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-07 09:56:39 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-07 09:58:30 -0800
commit7e4404941810f57e2423ea10196ec335439670bb (patch)
tree94ef373732a0bf123192398cd15e43b3f02a2aa4
parent1903598368021fd379383590529a4c6efefdf383 (diff)
downloadmeta-altera-7e4404941810f57e2423ea10196ec335439670bb.tar.gz
layer.conf: Add hardknott to supported releases
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index d8161e4..a4f413e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-altera"
8BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/"
9# increase the number 9# increase the number
10BBFILE_PRIORITY_meta-altera = "6" 10BBFILE_PRIORITY_meta-altera = "6"
11LAYERSERIES_COMPAT_meta-altera = "warrior zeus dunfell gatesgarth" 11LAYERSERIES_COMPAT_meta-altera = "warrior zeus dunfell gatesgarth hardknott"
12# yves 12# yves
13BBDEBUG = "yes" 13BBDEBUG = "yes"
14 14