diff options
Diffstat (limited to 'scripts/devtool')
-rwxr-xr-x | scripts/devtool | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/scripts/devtool b/scripts/devtool index ff368dc2ae..63d2ef9053 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
@@ -179,13 +179,16 @@ def _create_workspace(workspacedir, config, basepath): | |||
179 | # Add a README file | 179 | # Add a README file |
180 | with open(os.path.join(workspacedir, 'README'), 'w') as f: | 180 | with open(os.path.join(workspacedir, 'README'), 'w') as f: |
181 | f.write('This layer was created by the OpenEmbedded devtool utility in order to\n') | 181 | f.write('This layer was created by the OpenEmbedded devtool utility in order to\n') |
182 | f.write('contain recipes and bbappends. In most instances you should use the\n') | 182 | f.write('contain recipes and bbappends that are currently being worked on. The idea\n') |
183 | f.write('is that the contents is temporary - once you have finished working on a\n') | ||
184 | f.write('recipe you use the appropriate method to move the files you have been\n') | ||
185 | f.write('working on to a proper layer. In most instances you should use the\n') | ||
183 | f.write('devtool utility to manage files within it rather than modifying files\n') | 186 | f.write('devtool utility to manage files within it rather than modifying files\n') |
184 | f.write('directly (although recipes added with "devtool add" will often need\n') | 187 | f.write('directly (although recipes added with "devtool add" will often need\n') |
185 | f.write('direct modification.)\n') | 188 | f.write('direct modification.)\n') |
186 | f.write('\nIf you no longer need to use devtool you can remove the path to this\n') | 189 | f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n') |
187 | f.write('workspace layer from your conf/bblayers.conf file (and then delete the\n') | 190 | f.write('you can remove the path to this workspace layer from your conf/bblayers.conf') |
188 | f.write('layer, if you wish).\n') | 191 | f.write('file (and then delete the layer, if you wish).\n') |
189 | f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n') | 192 | f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n') |
190 | f.write('will place it in a subdirectory of a "sources" subdirectory of the\n') | 193 | f.write('will place it in a subdirectory of a "sources" subdirectory of the\n') |
191 | f.write('layer. If you prefer it to be elsewhere you can specify the source\n') | 194 | f.write('layer. If you prefer it to be elsewhere you can specify the source\n') |