From a06a9dd27ce754102bb6b04e40f541eb1d14c57d Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 21 May 2019 13:26:51 -0700 Subject: 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/layer.conf') 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" BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/" # increase the number BBFILE_PRIORITY_meta-altera = "6" -LAYERSERIES_COMPAT_meta-altera = "sumo thud warrior" +LAYERSERIES_COMPAT_meta-altera = "warrior" # yves BBDEBUG = "yes" -- cgit v1.2.3-54-g00ecf