mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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. (From OE-Core rev: f65ebfeda0bfbac78e4a2a6609ba654ca38a8b0e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -899,6 +899,7 @@ class DevtoolTests(DevtoolBase):
|
|||||||
f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n')
|
f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n')
|
||||||
f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n')
|
f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n')
|
||||||
f.write('BBFILE_PATTERN_IGNORE_EMPTY_oeselftesttemplayer = "1"\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)
|
self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir)
|
||||||
result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir)
|
result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir)
|
||||||
# Create the bbappend
|
# Create the bbappend
|
||||||
|
|||||||
Reference in New Issue
Block a user