diff options
author | 2017-06-07 10:13:04 -0500 | |
---|---|---|
committer | 2017-06-07 10:13:04 -0500 | |
commit | 489a7864697000117b6479cc3d6269e9eba3858e (patch) | |
tree | 1dc08381ac62f0052f74588bb41a5cad4862e340 /conf | |
parent | 6562bbc250f4752d1077abaa7fafe4f0f611e2ae (diff) | |
download | meta-intel-489a7864697000117b6479cc3d6269e9eba3858e.tar.gz meta-intel-489a7864697000117b6479cc3d6269e9eba3858e.tar.bz2 meta-intel-489a7864697000117b6479cc3d6269e9eba3858e.zip |
layer.conf: Add LAYERSERIES_COMPAT markup to layer.conf
This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 581f9af5..53d0bdc9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,5 +15,7 @@ LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "3" +LAYERSERIES_COMPAT_intel = "rocko" + require ${LAYERDIR}/conf/include/maintainers.inc |