diff options
author | Yong, Jonathan <jonathan.yong@intel.com> | 2018-12-10 10:55:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-15 11:49:15 +0000 |
commit | d0e0a3d7a8218fbbf057a922c86bcdd2cf469ce9 (patch) | |
tree | 5782f5a7f9563dee7db65dbcf7d6cd8a6474792d | |
parent | 6b504019d6f3a19610594e65810ac245d8fcb4be (diff) | |
download | poky-d0e0a3d7a8218fbbf057a922c86bcdd2cf469ce9.tar.gz |
bitbake: bitbake-user-manual: Added "usehead" parameter.
(Bitbake rev: a9d361e39f110f6deecd1f35c425e0f0affcf828)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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 29ae486a7c..92b2c3d1be 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -588,6 +588,14 @@ | |||
588 | The name of the path in which to place the checkout. | 588 | The name of the path in which to place the checkout. |
589 | By default, the path is <filename>git/</filename>. | 589 | By default, the path is <filename>git/</filename>. |
590 | </para></listitem> | 590 | </para></listitem> |
591 | <listitem><para><emphasis>"usehead":</emphasis> | ||
592 | Enables local <filename>git://</filename> URLs to use the | ||
593 | current branch HEAD as the revision for use with | ||
594 | <filename>AUTOREV</filename>. | ||
595 | The "usehead" parameter implies no branch and only works | ||
596 | when the transfer protocol is | ||
597 | <filename>file://</filename>. | ||
598 | </para></listitem> | ||
591 | </itemizedlist> | 599 | </itemizedlist> |
592 | Here are some example URLs: | 600 | Here are some example URLs: |
593 | <literallayout class='monospaced'> | 601 | <literallayout class='monospaced'> |