diff options
author | peter smith <peter.t.smith@ge.com> | 2019-05-08 12:33:04 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-08 09:54:58 -0700 |
commit | 0391ec328285ce520c931e65982dc48d8ef8519b (patch) | |
tree | 7e78aafad50ecddbb85403838c948f77f3b561fd | |
parent | 272019ed68a1660e6456614a448d8d045b9c6882 (diff) | |
download | meta-altera-0391ec328285ce520c931e65982dc48d8ef8519b.tar.gz |
Added sumo to layer series
-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 6b210ce..3ac355e 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 = "thud warrior" | 11 | LAYERSERIES_COMPAT_meta-altera = "sumo thud warrior" |
12 | # yves | 12 | # yves |
13 | BBDEBUG = "yes" | 13 | BBDEBUG = "yes" |
14 | 14 | ||