diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-09-26 09:17:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:03 +0100 |
commit | 527764b4c57b3b68bb2717c5e922f8a3cbba79ba (patch) | |
tree | 8ef989ffea312b7f3779291624836bb40cceb106 | |
parent | 47abf987ad3bde11d1019596a71028560535e4cc (diff) | |
download | poky-527764b4c57b3b68bb2717c5e922f8a3cbba79ba.tar.gz |
devtool: Add a line break to generated README
When devtool creates a new workspace, it produced a README with one very
long line and no space following 'bblayers.conf'. Add a line break as was
intended.
(From OE-Core rev: 4ad1bcfc3c88ced5b7fc80c950613e31becb40f3)
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/devtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devtool b/scripts/devtool index 91e3954dbb..0c32c502a3 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
@@ -187,7 +187,7 @@ def _create_workspace(workspacedir, config, basepath): | |||
187 | 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') |
188 | f.write('direct modification.)\n') | 188 | f.write('direct modification.)\n') |
189 | f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n') | 189 | f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n') |
190 | f.write('you can remove the path to this workspace layer from your conf/bblayers.conf') | 190 | f.write('you can remove the path to this workspace layer from your conf/bblayers.conf\n') |
191 | f.write('file (and then delete the layer, if you wish).\n') | 191 | f.write('file (and then delete the layer, if you wish).\n') |
192 | 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') |
193 | 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') |