summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authormultiple1 <37273764+multiple1@users.noreply.github.com>2018-12-04 13:58:13 +0100
committerKhem Raj <raj.khem@gmail.com>2019-02-25 10:31:32 -0800
commite1e47723d3ba4e87cfadbffbf5df8d7a253d8186 (patch)
treed45906eba78c51ebedf4c20bcf309a39e1fc91f3 /conf
parentaacec0cebc5399b98497a9875dcde306d17a9518 (diff)
downloadmeta-altera-e1e47723d3ba4e87cfadbffbf5df8d7a253d8186.tar.gz
Update layer.conf
Set correct LAYERSERIES_COMPAT for thud branch
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 3cf3a40..1ce4d2d 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 = "sumo" 11LAYERSERIES_COMPAT_meta-altera = "thud"
12# yves 12# yves
13BBDEBUG = "yes" 13BBDEBUG = "yes"
14 14