summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-20 17:56:28 -0700
committerKhem Raj <raj.khem@gmail.com>2018-04-20 17:56:28 -0700
commit40d482d990649b76a681959671efbb60a9d32819 (patch)
tree7203283523e3321f413ddbe0ba7690a6af8c6167
parent73fcbccf23492e53df49ca0870edce8713a5033c (diff)
downloadmeta-altera-40d482d990649b76a681959671efbb60a9d32819.tar.gz
Define LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f611a31..3cf3a40 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,9 +6,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "meta-altera" 7BBFILE_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"
11 11LAYERSERIES_COMPAT_meta-altera = "sumo"
12# yves 12# yves
13BBDEBUG = "yes" 13BBDEBUG = "yes"
14 14