diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 67df581943..d5b6a46d49 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -899,6 +899,7 @@ class DevtoolTests(DevtoolBase): | |||
899 | f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n') | 899 | f.write('BBFILE_PATTERN_oeselftesttemplayer = "^${LAYERDIR}/"\n') |
900 | f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n') | 900 | f.write('BBFILE_PRIORITY_oeselftesttemplayer = "999"\n') |
901 | f.write('BBFILE_PATTERN_IGNORE_EMPTY_oeselftesttemplayer = "1"\n') | 901 | f.write('BBFILE_PATTERN_IGNORE_EMPTY_oeselftesttemplayer = "1"\n') |
902 | f.write('LAYERSERIES_COMPAT_oeselftesttemplayer = "${LAYERSERIES_COMPAT_core}"\n') | ||
902 | self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir) | 903 | self.add_command_to_tearDown('bitbake-layers remove-layer %s || true' % templayerdir) |
903 | result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir) | 904 | result = runCmd('bitbake-layers add-layer %s' % templayerdir, cwd=self.builddir) |
904 | # Create the bbappend | 905 | # Create the bbappend |