summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-05-21 13:26:51 -0700
committerKhem Raj <raj.khem@gmail.com>2019-05-21 18:50:24 -0700
commita06a9dd27ce754102bb6b04e40f541eb1d14c57d (patch)
treeeb3a440a9cd50c3c5361bb69073f628149e74bcf /conf/layer.conf
parent0391ec328285ce520c931e65982dc48d8ef8519b (diff)
downloadmeta-altera-a06a9dd27ce754102bb6b04e40f541eb1d14c57d.tar.gz
Only support Warrior in LAYERS_COMPAT
Warrior specific changes are needed, and as a result sumo and thud support must be disabled. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'conf/layer.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 3ac355e..b70bc78 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 thud warrior" 11LAYERSERIES_COMPAT_meta-altera = "warrior"
12# yves 12# yves
13BBDEBUG = "yes" 13BBDEBUG = "yes"
14 14