diff options
Diffstat (limited to 'scripts/lib/bsp')
-rw-r--r-- | scripts/lib/bsp/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index c44bbc51c9..85f095ebcb 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -1614,7 +1614,7 @@ def yocto_bsp_create(machine, arch, scripts_path, bsp_output_dir, codedump, prop | |||
1614 | """ | 1614 | """ |
1615 | yocto_common_create(machine, arch, scripts_path, bsp_output_dir, codedump, properties_file, properties) | 1615 | yocto_common_create(machine, arch, scripts_path, bsp_output_dir, codedump, properties_file, properties) |
1616 | 1616 | ||
1617 | print("\nNew %s BSP created in %s" % arch, bsp_output_dir) | 1617 | print("\nNew %s BSP created in %s" % (arch, bsp_output_dir)) |
1618 | 1618 | ||
1619 | 1619 | ||
1620 | def print_dict(items, indent = 0): | 1620 | def print_dict(items, indent = 0): |