[OE-core] [PATCH 1/2] scripts/lib/bsp/engine: fix path separator

Maciej Borzecki maciej.borzecki at open-rnd.pl
Wed Feb 3 13:33:44 UTC 2016


Make path to newly generated README file legitimate

Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
---
 scripts/lib/bsp/engine.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py
index d0d5d726aa7c50b741bbe5b38bd799f969d6ed7b..4cca7d6291a3fac8ec5dc7f3c8f94a2295b0a1e7 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -1598,7 +1598,7 @@ def yocto_layer_create(layer_name, scripts_path, layer_output_dir, codedump, pro
     yocto_common_create(layer_name, "layer", scripts_path, layer_output_dir, codedump, properties_file, properties, False)
 
     print "\nNew layer created in %s.\n" % (layer_output_dir)
-    print "Don't forget to add it to your BBLAYERS (for details see %s\README)." % (layer_output_dir)
+    print "Don't forget to add it to your BBLAYERS (for details see %s/README)." % (layer_output_dir)
 
 
 def yocto_bsp_create(machine, arch, scripts_path, bsp_output_dir, codedump, properties_file, properties=None):
-- 
2.5.0




More information about the Openembedded-core mailing list