layers: add LAYERSERIES_COMPAT

It will become a visible warning if LAYERSERIES_COMPAT is not set, so
we add it to our layers, and set it to rocko. Once sumo releases and
branched, we'll change the value.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Bruce Ashfield
2018-04-06 08:29:31 -04:00
parent 14224984ef
commit 04ccc57740
2 changed files with 2 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ BBFILE_PRIORITY_overc = "1"
# cause compatibility issues with other layers
LAYERVERSION_overc = "1"
LAYERDEPENDS_overc = "core"
LAYERSERIES_COMPAT_overc = "rocko"

View File

@@ -13,7 +13,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_cube = "1"
LAYERSERIES_COMPAT_cube = "rocko"
LAYERDEPENDS_cube = "core"
# Grub2 is annoying but grub-legacy doesn't do ext4 w/o patches