mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
scripts/lib/bsp/engine: fix path separator
Make path to newly generated README file legitimate (From meta-yocto rev: 32286bb798c2778457b5578b4b590629c96a0ee2) Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d482d84998
commit
dfeda17ca1
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user