diff options
author | 2018-12-10 10:46:03 -0800 | |
---|---|---|
committer | 2018-12-10 20:42:54 +0000 | |
commit | 773e56f0e55760bea9cb79390441145f7953d1a7 (patch) | |
tree | 12398a6ad05cac498925d226ec4d695dafef03c5 | |
parent | b0ede5088b2f4338ea5faf5db46d67eb1c7e8243 (diff) | |
download | poky-773e56f0e55760bea9cb79390441145f7953d1a7.tar.gz poky-773e56f0e55760bea9cb79390441145f7953d1a7.tar.bz2 poky-773e56f0e55760bea9cb79390441145f7953d1a7.zip |
bitbake: bitbake-user-manual: Added "usehead" parameter.
(Bitbake rev: 0d436ff788f019c366cd4e66097fce928b6ff6c5)
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 d1ce43e23a..6c8c87ca89 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 @@ The name of the path in which to place the checkout. By default, the path is <filename>git/</filename>. </para></listitem> + <listitem><para><emphasis>"usehead":</emphasis> + Enables local <filename>git://</filename> URLs to use the + current branch HEAD as the revision for use with + <filename>AUTOREV</filename>. + The "usehead" parameter implies no branch and only works + when the transfer protocol is + <filename>file://</filename>. + </para></listitem> </itemizedlist> Here are some example URLs: <literallayout class='monospaced'> |