* [PATCH] conf: Add value 'next' to LAYERSERIES_CORENAMES
@ 2018-11-19 12:16 Maxim Yu. Osipov
2018-11-22 13:03 ` Maxim Yu. Osipov
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-11-19 12:16 UTC (permalink / raw)
To: isar-users
If you need to express the fact that your layer requires the
layer version higher than existing release corename,
use the value 'next'.
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
RECIPE-API-CHANGELOG.md | 8 ++++++++
meta/conf/layer.conf | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index af12994..e3bed1b 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -16,6 +16,14 @@ not just packaged as before.
- a lot of debhelpers will help .. or complain
fix the issues or override the helpers (see example-raw)
+### Set LAYERSERIES_COMPAT_* when an own layer is defined
+
+When defining an own layer LAYERSERIES_COMPAT_mylayer_root_name has to be set,
+the possible values are listed in the variable LAYERSERIES_CORENAMES.
+
+If you need to express the fact that your layer requires the
+layer version higher than existing release corename, use the value 'next'.
+
### location of image artifacts
Align with OpenEmbedded and place image artifacts in a per-machine folder placed
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index ec34d85..a38ab97 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "core"
BBFILE_PATTERN_core = "^${LAYERDIR}/"
BBFILE_PRIORITY_core = "5"
-LAYERSERIES_CORENAMES = "v0.6"
+LAYERSERIES_CORENAMES = "v0.6 next"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
--
2.11.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] conf: Add value 'next' to LAYERSERIES_CORENAMES
2018-11-19 12:16 [PATCH] conf: Add value 'next' to LAYERSERIES_CORENAMES Maxim Yu. Osipov
@ 2018-11-22 13:03 ` Maxim Yu. Osipov
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-11-22 13:03 UTC (permalink / raw)
To: isar-users
On 11/19/18 3:16 PM, Maxim Yu. Osipov wrote:
> If you need to express the fact that your layer requires the
> layer version higher than existing release corename,
> use the value 'next'.
Applied to the 'next'.
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
> RECIPE-API-CHANGELOG.md | 8 ++++++++
> meta/conf/layer.conf | 2 +-
> 2 files changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
> index af12994..e3bed1b 100644
> --- a/RECIPE-API-CHANGELOG.md
> +++ b/RECIPE-API-CHANGELOG.md
> @@ -16,6 +16,14 @@ not just packaged as before.
> - a lot of debhelpers will help .. or complain
> fix the issues or override the helpers (see example-raw)
>
> +### Set LAYERSERIES_COMPAT_* when an own layer is defined
> +
> +When defining an own layer LAYERSERIES_COMPAT_mylayer_root_name has to be set,
> +the possible values are listed in the variable LAYERSERIES_CORENAMES.
> +
> +If you need to express the fact that your layer requires the
> +layer version higher than existing release corename, use the value 'next'.
> +
> ### location of image artifacts
>
> Align with OpenEmbedded and place image artifacts in a per-machine folder placed
> diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
> index ec34d85..a38ab97 100644
> --- a/meta/conf/layer.conf
> +++ b/meta/conf/layer.conf
> @@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "core"
> BBFILE_PATTERN_core = "^${LAYERDIR}/"
> BBFILE_PRIORITY_core = "5"
>
> -LAYERSERIES_CORENAMES = "v0.6"
> +LAYERSERIES_CORENAMES = "v0.6 next"
>
> # This should only be incremented on significant changes that will
> # cause compatibility issues with other layers
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-22 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 12:16 [PATCH] conf: Add value 'next' to LAYERSERIES_CORENAMES Maxim Yu. Osipov
2018-11-22 13:03 ` 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