diff options
author | Oscar Andreasson <oscar.andreasson@pelagicore.com> | 2018-07-30 16:38:16 +0200 |
---|---|---|
committer | Oscar Andreasson <oan@frozentux.net> | 2018-08-08 12:59:43 +0200 |
commit | 82a687421e6c51f92958e8ef637e36f90bc0043d (patch) | |
tree | 2d5d8d57d1ec915762a9c9850c833dbc84be76dd | |
parent | 0ae530b264bc311ce91e5ff7a2b10d940ff1a442 (diff) | |
download | meta-ivi-82a687421e6c51f92958e8ef637e36f90bc0043d.tar.gz meta-ivi-82a687421e6c51f92958e8ef637e36f90bc0043d.tar.bz2 meta-ivi-82a687421e6c51f92958e8ef637e36f90bc0043d.zip |
meta-ivi: Add LAYERSERIES_COMPAT to ivi, ivitest and ivibsp
This removes new warnings in sumo and are used to tell which yocto
project releases the current version of the layer is compatible with.
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
-rw-r--r-- | meta-ivi-bsp/conf/layer.conf | 1 | ||||
-rw-r--r-- | meta-ivi-test/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ivi/conf/layer.conf | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/meta-ivi-bsp/conf/layer.conf b/meta-ivi-bsp/conf/layer.conf index e30882a..dea72c2 100644 --- a/meta-ivi-bsp/conf/layer.conf +++ b/meta-ivi-bsp/conf/layer.conf @@ -8,3 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "ivibsp" BBFILE_PATTERN_ivibsp = "^${LAYERDIR}/" BBFILE_PRIORITY_ivibsp = "7" +LAYERSERIES_COMPAT_ivibsp = "sumo" diff --git a/meta-ivi-test/conf/layer.conf b/meta-ivi-test/conf/layer.conf index 64fa5cf..cec80fb 100644 --- a/meta-ivi-test/conf/layer.conf +++ b/meta-ivi-test/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "ivitest" BBFILE_PATTERN_ivitest = "^${LAYERDIR}/" BBFILE_PRIORITY_ivitest = "7" + +LAYERSERIES_COMPAT_ivitest = "sumo" diff --git a/meta-ivi/conf/layer.conf b/meta-ivi/conf/layer.conf index 1f853d3..36884ea 100644 --- a/meta-ivi/conf/layer.conf +++ b/meta-ivi/conf/layer.conf @@ -9,6 +9,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "ivi" BBFILE_PATTERN_ivi := "^${LAYERDIR}/" BBFILE_PRIORITY_ivi = "7" +LAYERSERIES_COMPAT_ivi = "sumo" # Define a similar VARIABLE to COREBASE in order to get a reference to # top directory easily |