diff options
author | Yong, Jonathan <jonathan.yong@intel.com> | 2018-12-10 10:46:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-10 20:43:01 +0000 |
commit | e56be3cee517c5262486136dbd6d649b68c3a8b7 (patch) | |
tree | 40eee4be8e620ee9ba21a316149e334493014381 | |
parent | bfea1efa7b6e5abceac30da937adea4a2fa8d8d3 (diff) | |
download | poky-morty.tar.gz |
bitbake: bitbake-user-manual: Added "usehead" parameter.morty
(Bitbake rev: 195c7d19896ded7358154194926a3e3f5524ffef)
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 2a3340b399..86a1416d52 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -591,6 +591,14 @@ | |||
591 | The name of the path in which to place the checkout. | 591 | The name of the path in which to place the checkout. |
592 | By default, the path is <filename>git/</filename>. | 592 | By default, the path is <filename>git/</filename>. |
593 | </para></listitem> | 593 | </para></listitem> |
594 | <listitem><para><emphasis>"usehead":</emphasis> | ||
595 | Enables local <filename>git://</filename> URLs to use the | ||
596 | current branch HEAD as the revision for use with | ||
597 | <filename>AUTOREV</filename>. | ||
598 | The "usehead" parameter implies no branch and only works | ||
599 | when the transfer protocol is | ||
600 | <filename>file://</filename>. | ||
601 | </para></listitem> | ||
594 | </itemizedlist> | 602 | </itemizedlist> |
595 | Here are some example URLs: | 603 | Here are some example URLs: |
596 | <literallayout class='monospaced'> | 604 | <literallayout class='monospaced'> |