diff options
Diffstat (limited to 'scripts/devtool')
-rwxr-xr-x | scripts/devtool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/devtool b/scripts/devtool index b4bfbb8329..d681a1929a 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
@@ -165,6 +165,7 @@ def _create_workspace(workspacedir, config, basepath): | |||
165 | f.write('BBFILE_PATTERN_workspacelayer = "^$' + '{LAYERDIR}/"\n') | 165 | f.write('BBFILE_PATTERN_workspacelayer = "^$' + '{LAYERDIR}/"\n') |
166 | f.write('BBFILE_PATTERN_IGNORE_EMPTY_workspacelayer = "1"\n') | 166 | f.write('BBFILE_PATTERN_IGNORE_EMPTY_workspacelayer = "1"\n') |
167 | f.write('BBFILE_PRIORITY_workspacelayer = "99"\n') | 167 | f.write('BBFILE_PRIORITY_workspacelayer = "99"\n') |
168 | f.write('LAYERSERIES_COMPAT_workspacelayer = "${LAYERSERIES_COMPAT_core}"\n') | ||
168 | # Add a README file | 169 | # Add a README file |
169 | with open(os.path.join(workspacedir, 'README'), 'w') as f: | 170 | with open(os.path.join(workspacedir, 'README'), 'w') as f: |
170 | f.write('This layer was created by the OpenEmbedded devtool utility in order to\n') | 171 | f.write('This layer was created by the OpenEmbedded devtool utility in order to\n') |