diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index c721e86eb9..29ae486a7c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -777,6 +777,43 @@ +
+ Repo Fetcher (<filename>repo://</filename>) + + + This fetcher submodule fetches code from + google-repo source control system. + The fetcher works by initiating and syncing sources of the + repository into + REPODIR, + which is usually + DL_DIR/repo. + + + + This fetcher supports the following parameters: + + + "protocol": + Protocol to fetch the repository manifest (default: git). + + + "branch": + Branch or tag of repository to get (default: master). + + + "manifest": + Name of the manifest file (default: default.xml). + + + Here are some example URLs: + + SRC_URI = "repo://REPOROOT;protocol=git;branch=some_branch;manifest=my_manifest.xml" + SRC_URI = "repo://REPOROOT;protocol=file;branch=some_branch;manifest=my_manifest.xml" + + +
+
Other Fetchers @@ -795,9 +832,6 @@ Secure Shell (ssh://) - - Repo (repo://) - OSC (osc://) diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index d89e123e06..cee6c94753 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -2089,6 +2089,16 @@ + REPODIR + + + The directory in which a local copy of a + google-repo directory is stored + when it is synced. + + + + RPROVIDES