Lines Matching refs:depot
590 SRC_URI = "p4://example-depot/main/source/..."
599 SRC_URI = "p4://user:passwd@example-depot/main/source/..."
608 By default, the fetcher strips the depot location from the local file paths. In
609 the above example, the content of ``example-depot/main/source/`` will be placed
610 in ``${WORKDIR}/p4``. For situations where preserving parts of the remote depot
614 The top-level depot location or directory to fetch. The value of this
615 parameter can also point to a single file within the depot, in which case
618 When used with the value "``keep``", the fetcher will mirror the full depot
624 SRC_URI = "p4://user:passwd@example-depot/main;module=source/..."
632 SRC_URI = "p4://user:passwd@example-depot/main;module=source/...;remotepath=keep"
635 to ``${P4DIR}``, but the complete depot paths will be mirrored locally. The
637 ``${P4DIR}/example-depot/main/source/``.