From 527764b4c57b3b68bb2717c5e922f8a3cbba79ba Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 26 Sep 2016 09:17:08 -0400 Subject: 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 Signed-off-by: Richard Purdie --- scripts/devtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/devtool') 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): 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') -- cgit v1.2.3-54-g00ecf