From e56be3cee517c5262486136dbd6d649b68c3a8b7 Mon Sep 17 00:00:00 2001 From: "Yong, Jonathan" Date: Mon, 10 Dec 2018 10:46:03 -0800 Subject: bitbake: bitbake-user-manual: Added "usehead" parameter. (Bitbake rev: 195c7d19896ded7358154194926a3e3f5524ffef) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ The name of the path in which to place the checkout. By default, the path is git/. + "usehead": + Enables local git:// URLs to use the + current branch HEAD as the revision for use with + AUTOREV. + The "usehead" parameter implies no branch and only works + when the transfer protocol is + file://. + Here are some example URLs: -- cgit v1.2.3-54-g00ecf