diff options
author | Awais Belal <awais_belal@mentor.com> | 2018-04-12 13:17:58 +0500 |
---|---|---|
committer | Awais Belal <awais_belal@mentor.com> | 2018-04-13 11:18:33 +0500 |
commit | 4cc5d83e50e7c1a56a09ea34020b0072edc921da (patch) | |
tree | bdade161feb7accb66e6b1796550ad2f5c9cbde5 /meta-amdfalconx86 | |
parent | e6642c875c0bf33ac41cd0634d3f10aa98600b32 (diff) | |
download | meta-amd-4cc5d83e50e7c1a56a09ea34020b0072edc921da.tar.gz meta-amd-4cc5d83e50e7c1a56a09ea34020b0072edc921da.tar.bz2 meta-amd-4cc5d83e50e7c1a56a09ea34020b0072edc921da.zip |
layer.conf: add LAYERSERIES_COMPAT
This is now an upstream requirement for compliance
and throws warnings on the console if not handled
appropriately.
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Diffstat (limited to 'meta-amdfalconx86')
-rw-r--r-- | meta-amdfalconx86/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-amdfalconx86/conf/layer.conf b/meta-amdfalconx86/conf/layer.conf index a4ee8991..0aa17d32 100644 --- a/meta-amdfalconx86/conf/layer.conf +++ b/meta-amdfalconx86/conf/layer.conf @@ -8,5 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "amdfalconx86" BBFILE_PATTERN_amdfalconx86 = "^${LAYERDIR}/" BBFILE_PRIORITY_amdfalconx86 = "14" +LAYERSERIES_COMPAT_amdfalconx86 = "sumo" LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer" |