[oe-commits] [openembedded-core] 01/02: devtool: Ensure added layer sets LAYERSERIES_COMPAT

git at git.openembedded.org git at git.openembedded.org
Sat Apr 7 21:35:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f65ebfeda0bfbac78e4a2a6609ba654ca38a8b0e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Apr 7 22:32:13 2018 +0100

    devtool: Ensure added layer sets LAYERSERIES_COMPAT
    
    Now that we see warnings if LAYERSERIES_COMPAT is unset, the auto generated
    code from devtool needs to set this to avoid warnings which break
    various tests.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/devtool.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index 67df581..d5b6a46 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -899,6 +899,7 @@ class DevtoolTests(DevtoolBase):
             f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n')
             f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n')
             f.write('BBFILE_PATTERN_IGNORE_EMPTY_oeselftesttemplayer = "1"\n')
+            f.write('LAYERSERIES_COMPAT_oeselftesttemplayer = "${LAYERSERIES_COMPAT_core}"\n')
         self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir)
         result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir)
         # Create the bbappend

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list