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 /meta-ivi-bsp | |
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>
Diffstat (limited to 'meta-ivi-bsp')
-rw-r--r-- | meta-ivi-bsp/conf/layer.conf | 1 |
1 files changed, 1 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" |