diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-07 10:20:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-09 17:12:16 +0100 |
commit | cde66d5eac8e5c2821ba225dc4be4af4e0581652 (patch) | |
tree | 6cc7f570d42574e460712684a31b8814792ade44 /meta-skeleton | |
parent | 4e3ab36e8c90abc740cce1ba31faf6595116e1e2 (diff) | |
download | openembedded-core-contrib-cde66d5eac8e5c2821ba225dc4be4af4e0581652.tar.gz |
meta*: Add LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES markup to layer.conf
This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested. This is perhaps not as
needed for the core repository (other than CORENAMES) but lets lead by
example.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r-- | meta-skeleton/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index aca16334206..a15516afaf6 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf @@ -13,3 +13,5 @@ BBFILE_PRIORITY_skeleton = "1" LAYERVERSION_skeleton = "1" LAYERDEPENDS_skeleton = "core" + +LAYERSERIES_COMPAT_skeleton = "rocko" |