bitbake: ssh.py: add example SRC_URI

(Bitbake rev: f838af8e7afebf279ffb00a3afa6592f061b703f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-01-28 16:56:42 +01:00 committed by Richard Purdie
parent 9df0588ab4
commit d82eac8041
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ IETF secsh internet draft:
Currently does not support the sftp parameters, as this uses scp Currently does not support the sftp parameters, as this uses scp
Also does not support the 'fingerprint' connection parameter. Also does not support the 'fingerprint' connection parameter.
Please note that '/' is used as host, path separator not ':' as you may
be used to, also '~' can be used to specify user HOME, but again after '/'
Example SRC_URI:
SRC_URI = "ssh://user@host.example.com/dir/path/file.txt"
SRC_URI = "ssh://user@host.example.com/~/file.txt"
''' '''
# Copyright (C) 2006 OpenedHand Ltd. # Copyright (C) 2006 OpenedHand Ltd.