diff options
-rwxr-xr-x | bitbake/bin/bitbake-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-setup b/bitbake/bin/bitbake-setup index 1fbb65494b..51d9503c4a 100755 --- a/bitbake/bin/bitbake-setup +++ b/bitbake/bin/bitbake-setup | |||
@@ -219,7 +219,7 @@ The bitbake configuration files (local.conf, bblayers.conf and more) can be foun | |||
219 | f.write(readme) | 219 | f.write(readme) |
220 | print("Usage instructions and additional information are in\n {}\n".format(readme_file)) | 220 | print("Usage instructions and additional information are in\n {}\n".format(readme_file)) |
221 | print("The bitbake configuration files (local.conf, bblayers.conf and more) can be found in\n {}/conf\n".format(bitbake_builddir)) | 221 | print("The bitbake configuration files (local.conf, bblayers.conf and more) can be found in\n {}/conf\n".format(bitbake_builddir)) |
222 | print("To run builds, source the environment using\n source {}".format(init_script)) | 222 | print("To run builds, source the environment using\n . {}".format(init_script)) |
223 | 223 | ||
224 | def get_registry_config(registry_path, id): | 224 | def get_registry_config(registry_path, id): |
225 | for root, dirs, files in os.walk(registry_path): | 225 | for root, dirs, files in os.walk(registry_path): |