From 6f8b9e92089f34e5b12cc5c733ef22ede0b9f66c 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: 0c7cf572b8350e7ec1e451d207d67f1f7ce018cb) 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 c721e86eb9..43eae6b853 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 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