]> code.ossystems Code Review - openembedded-core.git/commitdiff
devtool: Add a line break to generated README
authorJoe MacDonald <joe_macdonald@mentor.com>
Mon, 26 Sep 2016 13:17:08 +0000 (09:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:15:01 +0000 (10:15 +0100)
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.

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/devtool

index 91e3954dbbe1e05d47b436101ae6655809919a14..0c32c502a3f16cdeff35424815a01e0ad2660533 100755 (executable)
@@ -187,7 +187,7 @@ def _create_workspace(workspacedir, config, basepath):
             f.write('directly (although recipes added with "devtool add" will often need\n')
             f.write('direct modification.)\n')
             f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n')
-            f.write('you can remove the path to this workspace layer from your conf/bblayers.conf')
+            f.write('you can remove the path to this workspace layer from your conf/bblayers.conf\n')
             f.write('file (and then delete the layer, if you wish).\n')
             f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n')
             f.write('will place it in a subdirectory of a "sources" subdirectory of the\n')