* [PATCH v2 2/3] meta: Set LAYERSERIES_* variables
@ 2018-11-07 17:25 Maxim Yu. Osipov
0 siblings, 0 replies; only message in thread
From: Maxim Yu. Osipov @ 2018-11-07 17:25 UTC (permalink / raw)
To: isar-users
Fix warnings after update to the latest bitbake.
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
meta-isar/conf/layer.conf | 1 +
meta/conf/layer.conf | 3 +++
2 files changed, 4 insertions(+)
diff --git a/meta-isar/conf/layer.conf b/meta-isar/conf/layer.conf
index 4aa1cf1..f1b3674 100644
--- a/meta-isar/conf/layer.conf
+++ b/meta-isar/conf/layer.conf
@@ -14,6 +14,7 @@ BBFILE_PRIORITY_isar = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_isar = "3"
+LAYERSERIES_COMPAT_isar = "isartor"
LAYERDIR_isar = "${LAYERDIR}"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index ab6ae8e..2e438db 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,8 +11,11 @@ BBFILE_COLLECTIONS += "core"
BBFILE_PATTERN_core = "^${LAYERDIR}/"
BBFILE_PRIORITY_core = "5"
+LAYERSERIES_CORENAMES = "isartor"
+
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_core = "1"
+LAYERSERIES_COMPAT_core = "isartor"
LAYERDIR_core = "${LAYERDIR}"
--
2.11.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-11-07 17:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 17:25 [PATCH v2 2/3] meta: Set LAYERSERIES_* variables Maxim Yu. Osipov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox