mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bitbake: doc: bitbake-user-manual-fetching: S should be set to WORKDIR/git for git fetcher
Document that S has to be set to "${WORKDIR}/git" in order for the
recipe to work if the git fetcher is fetching the main source of code
for the recipe.
(Bitbake rev: c394f34437686c2f57a27f0c06d7aeb3268bfd41)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b063499763
commit
855334b0f7
@@ -439,6 +439,13 @@ Here are some example URLs::
|
|||||||
SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
|
SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
|
||||||
SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
|
SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
When using ``git`` as the fetcher of the main source code of your software,
|
||||||
|
``S`` should be set accordingly::
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Specifying passwords directly in ``git://`` urls is not supported.
|
Specifying passwords directly in ``git://`` urls is not supported.
|
||||||
|
|||||||
Reference in New Issue
Block a user