summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-15 09:21:12 -0700
committerKhem Raj <raj.khem@gmail.com>2020-10-15 13:42:37 -0700
commitbcc258d5b77c6f93a3ec528d7edd2435e396f6a4 (patch)
tree6be5121d0bbb0c01a2fb34c46eab302e8791a825
parentaa24dfcb39fce3619a87ee6eef6e4296e66d2099 (diff)
downloadmeta-altera-bcc258d5b77c6f93a3ec528d7edd2435e396f6a4.tar.gz
layer.conf: Add gatesgarth to LAYERSERIES_COMPAT
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 a9885b2..d8161e4 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" 11LAYERSERIES_COMPAT_meta-altera = "warrior zeus dunfell gatesgarth"
12# yves 12# yves
13BBDEBUG = "yes" 13BBDEBUG = "yes"
14 14