diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-21 13:26:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-21 18:50:24 -0700 |
commit | a06a9dd27ce754102bb6b04e40f541eb1d14c57d (patch) | |
tree | eb3a440a9cd50c3c5361bb69073f628149e74bcf | |
parent | 0391ec328285ce520c931e65982dc48d8ef8519b (diff) | |
download | meta-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>
-rw-r--r-- | conf/layer.conf | 2 |
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" | |||
8 | BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/" |
9 | # increase the number | 9 | # increase the number |
10 | BBFILE_PRIORITY_meta-altera = "6" | 10 | BBFILE_PRIORITY_meta-altera = "6" |
11 | LAYERSERIES_COMPAT_meta-altera = "sumo thud warrior" | 11 | LAYERSERIES_COMPAT_meta-altera = "warrior" |
12 | # yves | 12 | # yves |
13 | BBDEBUG = "yes" | 13 | BBDEBUG = "yes" |
14 | 14 | ||