summaryrefslogtreecommitdiffstats
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>2018-12-04 06:46:03 -0800
commit79b32e142c04192bce277a7c57db46476633c4e1 (patch)
tree0a028e5ce3820600086d436f66ba59ac07badb1e
parentdbb4a7a58c57f57f7f40abb8988e2d452eb68d6f (diff)
downloadmeta-altera-79b32e142c04192bce277a7c57db46476633c4e1.tar.gz
Update layer.conf
Set correct LAYERSERIES_COMPAT for thud branch
-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