diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-04-20 17:56:28 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-04-20 17:56:28 -0700 |
| commit | 40d482d990649b76a681959671efbb60a9d32819 (patch) | |
| tree | 7203283523e3321f413ddbe0ba7690a6af8c6167 | |
| parent | 73fcbccf23492e53df49ca0870edce8713a5033c (diff) | |
| download | meta-altera-40d482d990649b76a681959671efbb60a9d32819.tar.gz | |
Define LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | conf/layer.conf | 4 |
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 | ||
| 7 | BBFILE_COLLECTIONS += "meta-altera" | 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 | 11 | LAYERSERIES_COMPAT_meta-altera = "sumo" | |
| 12 | # yves | 12 | # yves |
| 13 | BBDEBUG = "yes" | 13 | BBDEBUG = "yes" |
| 14 | 14 | ||
